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.
74 lines
2.5 KiB
74 lines
2.5 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
<!-- meta使用viewport以确保页面可自由缩放 -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- 引入 jQuery Mobile 样式 -->
|
|
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
|
|
|
|
<!-- 引入 jQuery 库 -->
|
|
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
|
|
|
|
<!-- 引入 jQuery Mobile 库 -->
|
|
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div data-role="page" id="pageone">
|
|
<div data-role="header" style="background-color:#218df5; color:#ffffff;">
|
|
<h1>帮助</h1>
|
|
</div>
|
|
<div data-role="content">
|
|
<h2>第一步:安装VPN软件</h2>
|
|
</div>
|
|
<div data-role="content">
|
|
<p>下载并安装VPN软件:扫码二维码:</p>
|
|
<img src="/login/img/vpn.png" style="width:100%;" />
|
|
<br />
|
|
或者直接点击:<a href="https://atrustdownload.sangfor.com/support/Software_Download/EasyConnectPhone.apk">下载</a>
|
|
</div>
|
|
|
|
|
|
<div data-role="content">
|
|
<h2>第二步:安装智慧营区APP软件</h2>
|
|
</div>
|
|
<div data-role="content">
|
|
<p>下载并安装智慧营区APP软件:扫码二维码:</p>
|
|
<img src="/login/img/app.png" style="width:100%;" />
|
|
<br />
|
|
或者直接点击:<a href="https://knlive.oss-cn-shenzhen.aliyuncs.com/xjapp/xjapp.apk">下载</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
<h2>第三步:打开VPN软件并登录</h2>
|
|
</div>
|
|
<div data-role="main" class="ui-content">
|
|
<p>打开VPN软件,输入服务器地址:https://sslvpn.shz.gov.cn后点击链接,如图:</p>
|
|
<img src="img1.png" style="width:100%;" />
|
|
</div>
|
|
|
|
<div data-role="main" class="ui-content">
|
|
<p>输入VPN账号密码进行登录,如图:</p>
|
|
<img src="img2.png" style="width:100%;" />
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
<h2>第四步:打开智慧营区APP软件并登录</h2>
|
|
</div>
|
|
|
|
<div data-role="main" class="ui-content">
|
|
<p>输入智慧营区APP软件账号密码进行登录,如图:</p>
|
|
<img src="img3.jpg" style="width:100%;" />
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|