专网注册
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

120 lines
3.3 KiB

<template>
<view class="helpdoc">
<view class="dtitle">安装指南</view>
<view class="dcon">
<view class="dgra">
1.点击国家文化专网网络应用入口请下载后的下载按钮
用户如果通过微信打开注册系统的请弹出安装网页后点击右上角选择浏览器打开
<image class="dimg" mode="widthFix" src="../../static/help/h01.jpg"></image>
</view>
<view class="dgra">
2.点击下载
<image class="dimg" mode="widthFix" src="../../static/help/h02.jpg"></image>
</view>
<view class="dgra">
3.下载完毕后打开应用在当前应用界面点击右上角设置
<image class="dimg" mode="widthFix" src="../../static/help/h03.jpg"></image>
</view>
<view class="dgra">
4.打开根服务器设置开关
<image class="dimg" mode="widthFix" src="../../static/help/h04.jpg"></image>
</view>
<view class="dgra">
5.选择[URL 通过网络导入 ]
<image class="dimg" mode="widthFix" src="../../static/help/h05.jpg"></image>
</view>
<view class="dgra">
6.输入跟服务器文件的URL<b user-select>https://pelerin.cn/planet</b> ,并且点击[确认]
<image class="dimg" mode="widthFix" src="../../static/help/h06.jpg"></image>
</view>
<view class="dgra">
7.勾选网络设置允许移动网络下使用
<image class="dimg" mode="widthFix" src="../../static/help/h07.jpg"></image>
</view>
<view class="dgra">
8.返回首页点击[添加]
<image class="dimg" mode="widthFix" src="../../static/help/h08.jpg"></image>
</view>
<view class="dgra">
9.输入网络ID<b user-select>fc00dd5d63caabd8</b>勾选通过CCDE路由所有流量并且点击下方[添加网络]
<image class="dimg" mode="widthFix" src="../../static/help/h09.jpg"></image>
</view>
<view class="dgra">
10.[确定]连接请求
<image class="dimg" mode="widthFix" src="../../static/help/h10.jpg"></image>
</view>
<view class="dgra">
11.打开网络开关
<image class="dimg" mode="widthFix" src="../../static/help/h11.jpg"></image>
</view>
<view class="dgra">
12.将左下角的设备安装码复制
<image class="dimg" mode="widthFix" src="../../static/help/h12.jpg"></image>
</view>
<view class="dgra">
13.切换到注册系统界面将复制好的设置安装码输入并且点击[提交]
<image class="dimg" mode="widthFix" src="../../static/help/h13.jpg"></image>
</view>
<view class="dgra">
14.提交成功后系统将在1个工作日内为您开通国家文化专网入网服务请留意开通信息谢谢您的支持
<image class="dimg" mode="widthFix" src="../../static/help/h14.jpg"></image>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
pdfurl:'./static/guid.pdf'
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.dtitle{
width: 100%;
height: 1.4rem;
line-height: 1.4rem;
font-size: 36rpx;
font-weight: 600;
text-align: center;
}
.dcon{
margin-top: 22rpx;
.dgra{
width: 80%;
margin: 10rpx auto;
text-indent: 26rpx;
line-height: 1.8;
.dimg{
margin-top: 12rpx;
text-align: center;
width: 98%;
display: flex;
}
}
}
</style>