{ "name" : "TracerMethodology", "appid" : "__UNI__E410614", "description": "", "versionName": "1.0.0", "versionCode": "100", "transformPx": false, "app-plus": { /* 5+App特有相关 */ "usingComponents": true, "nvueCompiler": "uni-app", "splashscreen": { "alwaysShowBeforeRender": true, "waiting": true, "autoclose": true, "delay": 0 }, "modules": { /* 模块配置 */ }, "distribute": { /* 应用发布信息 */ "android": { /* android打包配置 */ "permissions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, "ios": { /* ios打包配置 */ }, "sdkConfigs": { /* SDK配置 */ } } }, "quickapp": { /* 快应用特有相关 */ }, "mp-weixin": { /* 小程序特有相关 */ "appid": "", "setting": { "urlCheck": false }, "usingComponents": true }, "h5" : { "title" : "追踪方法学", "router" : { "mode" : "hash", "base" : "/TracerMethodology/" }, "devServer" : { "port" : 8901, "headers" : { "Access-Control-Allow-Origin" : "*" }, "proxy" : { "/TracerMethodology/api/*" : { "pathRewrite" : { "^/TracerMethodology/api" : "/topro" }, // "target" : "http://192.168.1.55:8901", // 内网 "target" : "http://192.168.1.45:8088", // 内网 "changeOrigin" : true, "secure" : false, "logLevel" : "debug" } } }, "optimization" : { "treeShaking" : { "enable" : true } }, "networkTimeout" : { "request" : 5000 } } }