From 983619ef25f84e095bcbf6f4996b0cb58210c73b Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期四, 08 八月 2024 18:25:24 +0800 Subject: [PATCH] 质检页面 --- manifest.json | 67 +++++++++++++++++++-------------- 1 files changed, 39 insertions(+), 28 deletions(-) diff --git a/manifest.json b/manifest.json index 0840052..022f3e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name" : "unattended-app", - "appid" : "__UNI__103882A", + "name" : "鑱氶殕鍖栧伐鏅鸿兘鐗╂祦", + "appid" : "__UNI__4D08E03", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -63,7 +63,10 @@ } }, "optimization" : { - "subPackages" : true + "subPackages" : true, + "treeShaking" : { + "enable" : true + } }, "requiredPrivateInfos" : [ "getFuzzyLocation" ], "setting" : { @@ -72,7 +75,8 @@ "minified" : true, "postcss" : false }, - "usingComponents" : true + "usingComponents" : true, + "lazyCodeLoading" : "requiredComponents" }, "mp-alipay" : { "usingComponents" : true @@ -88,41 +92,48 @@ }, "vueVersion" : "2", "h5" : { - "router": { - "base": "/html5/" + "router" : { + "base" : "./", + "mode" : "hash" }, - "devServer": { + "devServer" : { "port" : 8080, - "disableHostCheck": true, - "proxy": { - "/admin": { - "target": "http://192.168.0.17:9999", + "disableHostCheck" : true, + "proxy" : { + "/admin" : { + "target" : "http://192.168.0.7:9999", "changeOrigin" : true, - "secure": true, - "ws": false, // 闇�瑕亀ebsocket 寮�鍚� - "pathRewrite": { - "^/": "/" + "secure" : true, + "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� + "pathRewrite" : { + "^/" : "/" } }, - "/gen": { - "target": "http://192.168.0.17:9896", + "/gen" : { + "target" : "http://192.168.0.7:9896", "changeOrigin" : true, - "secure": true, - "ws": false, // 闇�瑕亀ebsocket 寮�鍚� - "pathRewrite": { - "^/": "" + "secure" : true, + "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� + "pathRewrite" : { + "^/" : "" } }, - "/wrzs": { - "target": "http://192.168.0.17:9896", + "/wrzs" : { + "target" : "http://192.168.0.7:9896", "changeOrigin" : true, - "secure": true, - "ws": true, // 闇�瑕亀ebsocket 寮�鍚� - "pathRewrite": { - "^/wrzs": "/wrzs" + "secure" : true, + "ws" : true, // 闇�瑕亀ebsocket 寮�鍚� + "pathRewrite" : { + "^/wrzs" : "/wrzs" } } } - } + }, + "optimization" : { + "treeShaking" : { + "enable" : true + } + }, + "publicPath" : "./" } } -- Gitblit v1.9.1