{ "name": "校车预约", "appid": "__UNI__43F49FA", "description": "", "versionName": "1.0.0", "versionCode": "100", "transformPx": false, "app-plus": { /* 5+App特有相关 */ "usingComponents": true, "nvueCompiler": "uni-app", "nvueStyleCompiler": "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 }, "vueVersion": "3", "h5": { "title": "校车预约", "devServer": { "disableHostCheck": true, "proxy": { "/carstop/carbook": { //目标接口域名 "target": "https://chtech.ncjti.edu.cn/carstop/carbook", // "target": "http://192.168.161.220:8088/carBook", // "target": "https://chtech.ncjti.edu.cn/testingServertomcat/carbook/", //是否跨域 "changeOrigin": true, // 设置支持https协议的代理 "secure": false } } }, "router": { // "base": "/testingServertomcat/dist5/" "base": "/carstop/dist5/" } } }