{ "name" : "气瓶安全追溯", "appid" : "__UNI__DC41968", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, /* 模块配置 */ "modules" : { "Geolocation" : {}, "Barcode" : {}, "Camera" : {}, "Contacts" : {} }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, /* ios打包配置 */ "ios" : { "dSYMs" : false }, /* SDK配置 */ "sdkConfigs" : { "push" : {}, "maps" : {}, "ad" : {}, "geolocation" : { "amap" : { "name" : "amapzQIiQLSo", "__platform__" : [ "ios", "android" ], "appkey_ios" : "1", "appkey_android" : "7028f3aea610975785759385ccfb0a1f" } } } } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "", "setting" : { "urlCheck" : false }, "usingComponents" : true }, "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { "usingComponents" : true }, "mp-toutiao" : { "usingComponents" : true }, "uniStatistics" : { "enable" : false }, "vueVersion" : "2", "h5" : { "sdkConfigs" : { "maps" : { "amap" : { "key" : "7c0390cf6ae1cd6afeef85becf6fa515", "securityJsCode" : "fb3133f64cddac06df9888ec1a4b3ad5", "serviceHost" : "" } } }, "title" : "气瓶安全追溯", "router" : { "base" : "./" }, "devServer" : { "port" : 8081, "https" : false, "disableHostCheck" : true, "proxy" : { "/api" : { //api是需要转发的请求(所有带有 /api 前缀的请求都会转发给 target 后的地址 (代理2) "target" : "https://gascylinder.baozhida.cn/gas_cylinder", // 你的目标接口域名 "changeOrigin" : true, // 开启代理 "secure" : true, // "pathRewrite" : { //去除请求前缀,保证交给后台服务器的是正常请求地址(必须配置) "^/api" : "" } } } } } }