{ "name" : "homestay_gongzhong", "appid" : "__UNI__1CC93A0", "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 }, "h5" : { "devServer" : { "port" : 8000, //端口 "disableHostCheck" : true, "proxy" : { //使用代理 "/hotelReservation" : { "target" : "https://www.jinganrenjiams.com/hotelReservation", //测试路径http://192.168.161.232:8080/mhotel "changeOrigin" : true, "secure" : true, // 设置支持https协议的代理 // 设置地址重定向,把程序中/api开头的路径替换成:http://t.yushu.im" "pathRewrite" : { "/hotelReservation" : "" // 设置/api路径重定向 } } } }, "router" : { "mode" : "history", "base" : "/hotelReservation/pc4" } }, "vueVersion" : "2" }