@ -0,0 +1,120 @@ |
|||||
|
<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>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>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> |
||||
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 27 KiB |