瀏覽代碼

debug mshop

stanley-king 7 年之前
父節點
當前提交
3daf53e690

文件差異過大導致無法顯示
+ 1 - 1
dist/index.html


文件差異過大導致無法顯示
+ 2 - 2
dist/mshop/js/app.5ef27c5c160c772a0031.js


文件差異過大導致無法顯示
+ 1 - 0
dist/mshop/js/app.0e929e8577d818356158.js.map


文件差異過大導致無法顯示
+ 0 - 1
dist/mshop/js/app.5ef27c5c160c772a0031.js.map


文件差異過大導致無法顯示
+ 2 - 2
dist/mshop/js/manifest.85ce6e7686d3af15aa42.js


文件差異過大導致無法顯示
+ 1 - 1
dist/mshop/js/manifest.85ce6e7686d3af15aa42.js.map


+ 0 - 3
index.html

@@ -7,9 +7,6 @@
     <meta name="imagemode" content="force"/>
     <meta name="screen-orientation" content="portrait">
     <meta name="x5-fullscreen" content="true" />
-    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
-    <meta http-equiv="Pragma" content="no-cache" />
-    <meta http-equiv="Expires" content="0" />
     <title>熊猫美妆</title>
 </head>
 <body>

+ 1 - 1
src/wechat/WechatShare.js

@@ -27,7 +27,7 @@ class WechatShare
                 signature = sign.signature,
                 appid = sign.appid;
             Vue.wechat.config({
-                debug: true,
+                debug: false,
                 appId: appid,
                 timestamp: timestamp,
                 nonceStr: nonceStr,