Browse Source

添加应用到桌面H5页面地址调整

heyang 3 years ago
parent
commit
e95c5ed954
1 changed files with 7 additions and 7 deletions
  1. 7 7
      microserviceUserH5/vcloud/webOnServer.html

+ 7 - 7
microserviceUserH5/vcloud/webOnServer.html

@@ -7,8 +7,8 @@
     <meta content="text/html charset=UTF-8" http-equiv="Content-Type" />
     <meta charset="UTF-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
-	<link rel="icon" href="../static/img/favicon2.ico" type="img/x-ico">
-	<link rel="stylesheet" href="../static/css/webOnServer.css">
+	<link rel="icon" href="../../static/img/favicon2.ico" type="img/x-ico">
+	<link rel="stylesheet" href="../../static/css/webOnServer.css">
     <!--快捷方式默认图标:icon-->
     <title>双子星</title>
     <!--快捷方式默认标题:name-->
@@ -19,9 +19,9 @@
         <div class="title">添加应用到桌面</div>
         <div class="middle">
             <div class="phone">
-                <img class="img" src="../static/img/webOnServer/phone.png" />
+                <img class="img" src="../../static/img/webOnServer/phone.png" />
                 <div class="arrow">
-                    <img class="arrow-img" src="../static/img/webOnServer/arrow.png" />
+                    <img class="arrow-img" src="../../static/img/webOnServer/arrow.png" />
                 </div>
             </div>
             <div class="app">
@@ -35,14 +35,14 @@
         <div class="footer-wrap">
             <div class="top">
                 <span class="top-text">点击下方工具栏上的</span>
-                <img class="download-img" src="../static/img/webOnServer/download.png" />
+                <img class="download-img" src="../../static/img/webOnServer/download.png" />
             </div>
             <div class="bottom">
                 <span class="left-text">并选择</span>
-                <img class="add-img" src="../static/img/webOnServer/add.png" />
+                <img class="add-img" src="../../static/img/webOnServer/add.png" />
                 <span class="right-text">“添加到主屏幕”</span>
             </div>
-            <img class="down-img" src="../static/img/webOnServer/down.png" />
+            <img class="down-img" src="../../static/img/webOnServer/down.png" />
         </div>
     </div>
 </body>