Sfoglia il codice sorgente

feat: H5异常上报

zhengxy 1 anno fa
parent
commit
a9e7f4b576
1 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  1. 2 4
      qwh5/public/index.html

+ 2 - 4
qwh5/public/index.html

@@ -6,10 +6,8 @@
6 6
       <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
7 7
       <meta http-equiv="pragram" content="no-cache">
8 8
       <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
9
-      <!-- <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> -->
10
-      <!-- <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script> -->
11
-      <script src="./jweixin-1.2.0.js"></script>
12
-      <script src="./jwxwork-1.0.0.js"></script>
9
+      <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
10
+      <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script>
13 11
 
14 12
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
15 13
 <!--    <title><%= htmlWebpackPlugin.options.title %></title>-->