bill-lai 3 år sedan
förälder
incheckning
91c826d455
2 ändrade filer med 4 tillägg och 2 borttagningar
  1. 0 1
      pages/webview/index.js
  2. 4 1
      project.config.json

+ 0 - 1
pages/webview/index.js

@@ -7,7 +7,6 @@ const handleScenes = ['t-9EtLj36', 'tSrGwEa0n', 'wrsPDAyy9']
 
 
 const URL = 'https://www.4dkankan.com/mallscene.html?m='
-a
 Page({
 
   ...socketApi,

+ 4 - 1
project.config.json

@@ -18,6 +18,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
+    "lazyloadPlaceholderEnable": false,
     "useMultiFrameRuntime": false,
     "useApiHook": false,
     "useApiHostProcess": false,
@@ -32,7 +33,9 @@
     "packNpmManually": false,
     "packNpmRelationList": [],
     "minifyWXSS": true,
-    "showES6CompileOption": false
+    "disableUseStrict": false,
+    "showES6CompileOption": false,
+    "useCompilerPlugins": false
   },
   "compileType": "miniprogram",
   "libVersion": "2.6.6",