xiaohaizhao 2 سال پیش
والد
کامیت
3fcf44d2ed
1فایلهای تغییر یافته به همراه40 افزوده شده و 30 حذف شده
  1. 40 30
      manifest.json

+ 40 - 30
manifest.json

@@ -11,8 +11,8 @@
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
         "splashscreen" : {
-            "alwaysShowBeforeRender" : true,
-            "waiting" : true,
+            "alwaysShowBeforeRender" : false,
+            "waiting" : false,
             "autoclose" : true,
             "delay" : 0
         },
@@ -52,9 +52,13 @@
     "mp-weixin" : {
         "appid" : "wx08b337e860e3ea58",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "es6" : true,
+            "postcss" : true,
+            "minified" : true
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+        "permission" : {}
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -69,30 +73,36 @@
         "enable" : false
     },
     "vueVersion" : "2",
-	"h5" : {
-	    "router" : {
-	        "mode" : "history",
-	        "base" : "./"
-	    },
-	    "devServer" : {
-	        "https" : false,
-	        "disableHostCheck" : true,
-	        "proxy" : {
-	            "/apis1" : {
-	                "target" : "http://60.204.153.188",
-	                "changeOrigin" : true,
-	                "pathRewrite" : {
-	                    "^/apis1" : ""
-	                }
-	            },
-	            "/apis" : {
-	                "target" : "https://oms.idcgroup.com.cn:8079",
-	                "changeOrigin" : false,
-	                "pathRewrite" : {
-	                    "^/apis" : ""
-	                }
-	            }
-	        }
-	    }
-	}
+    "h5" : {
+        "router" : {
+            "mode" : "hash",
+            "base" : "./"
+        },
+        "devServer" : {
+            "https" : false,
+            "disableHostCheck" : true,
+            "proxy" : {
+                "/apis1" : {
+                    "target" : "http://60.204.153.188",
+                    "changeOrigin" : true,
+                    "pathRewrite" : {
+                        "^/apis1" : ""
+                    }
+                },
+                "/apis" : {
+                    "target" : "https://oms.idcgroup.com.cn:8079",
+                    "changeOrigin" : false,
+                    "pathRewrite" : {
+                        "^/apis" : ""
+                    }
+                }
+            }
+        },
+        "optimization" : {
+            "treeShaking" : {
+                "enable" : true
+            }
+        },
+        "title" : "智慧水务"
+    }
 }