ソースを参照

将依赖的资源(uni.webview.js)放在本地,而不是从网络加载

x86 7 ヶ月 前
コミット
cf68e76b0b
2 ファイル変更1 行追加1 行削除
  1. 1 1
      open-work/public/index.html
  2. 0 0
      open-work/public/uni.webview.1.5.4.js

+ 1 - 1
open-work/public/index.html

@@ -7,7 +7,7 @@
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= htmlWebpackPlugin.options.title %></title>
   </head>
-  <script type="text/javascript" src="https://static.wildfirechat.cn/uni.webview.1.5.4.js"></script>
+  <script type="text/javascript" src="/uni.webview.1.5.4.js"></script>
   <body>
     <noscript>
       <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>

ファイルの差分が大きいため隠しています
+ 0 - 0
open-work/public/uni.webview.1.5.4.js


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません