{ "name" : "体检系统移动端", "appid" : "__UNI__47792F5", "description" : "", "versionName" : "1.1.0", "versionCode" : "100", "transformPx" : false, "app-plus" : { "usingComponents" : true, "nvueCompiler" : "uni-app", "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, "modules" : {}, "distribute" : { "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, "ios" : {}, "sdkConfigs" : {} } }, "quickapp" : {}, "mp-weixin" : { "appid" : "wx40a545f1a8eb1d9d", "permission" : { "scope.userLocation" : { "desc" : "您的位置信息将用于在地图上显示您的实时位置" } }, "privacy" : { "enable" : true, "path" : "privacy.json" }, "setting" : { "urlCheck" : false, "es6" : true, "minified" : true, "postcss" : true }, "optimization" : { "subPackages" : true }, "usingComponents" : true, "lazyCodeLoading" : "requiredComponents" }, "vueVersion" : "2", "h5": { "devServer": { "port": 8080, "https": false }, "title": "智慧健康体检管理系统", "router": { "mode": "hash", "base": "./" // 改为相对路径,适配静态部署 }, "optimization": { "treeShaking": { "enable": true } }, "compiler": "webpack" // 明确指定 Webpack 编译器 } }