{ "name" : "School_apartment", "appid" : "__UNI__D7E8345", "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" : { "maps" : {} } } }, /* SDK配置 */ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { /* 小程序特有相关 */ "appid" : "", "setting" : { "urlCheck" : false }, "usingComponents" : true, "permission" : { "scope.userLocation" : { "desc" : "需要获取您的地理位置,请确认授权,否则地图功能将无法使用" } } }, "h5" : { "devServer" : { "port" : 8000, //端口 "disableHostCheck" : true, "proxy" : { //使用代理 // https://chtech.ncjti.edu.cn/hotel/ihotel-api/ihotel/roomType/list "/hotelReservation/zhotel" : { // https://chtech.ncjti.edu.cn/air-conditioner-control/h5/ "target" : "https://chtech.ncjti.edu.cn/hotelReservation/zhotel", //目标地址 "changeOrigin" : true, "secure" : true, // 设置支持https协议的代理 // 设置地址重定向,把程序中/api开头的路径替换成:http://t.yushu.im" "pathRewrite" : { "/hotelReservation/zhotel" : "" // 设置/api路径重定向 } } } }, "sdkConfigs" : { "maps" : { "qqmap" : { "key" : "BJUBZ-4V3CD-G7Q4K-HFQBZ-AJI6K-WLFAF" } } }, "router" : { "base" : "hotelReservation/h5/" } } } // "base" : "hotelReservation/h5/"