{ "name" : "预约", "appid" : "__UNI__43700A7", "description" : "应用描述", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, "modules" : { "Contacts" : {}, "Camera" : {} }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, /* ios打包配置 */ "ios" : { "UIBackgroundModes" : [ "audio" ], "urlschemewhitelist" : "alipays,alipay,safepay,weixin,wechat" }, /* SDK配置 */ "sdkConfigs" : { "speech" : { "ifly" : {} }, "payment" : {}, "geolocation" : {} }, "orientation" : [ "portrait-primary" ] } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "wx0dcea6001b0a8fb4", "setting" : { "urlCheck" : false, "minified" : true, "es6" : true, "postcss" : false }, "usingComponents" : true, "permission" : {}, "requiredPrivateInfos" : [ "getLocation", "onLocationChange", "chooseLocation", "chooseAddress" ] }, "h5" : { "devServer" : { "https" : false, "disableHostCheck" : false, "proxy" : { "/api" : { "target" : "https://door.sxczgkj.cn/api", // "target" : "https://ky.sxczgkj.cn", "ws" : false, "changeOrigin" : true, //是否跨域 "secure" : false, // 设置支持https协议的代理 "pathRewrite" : { "^/api" : "" //需要rewrite重写的, } } } }, "template" : "template.h5.html", "router" : { "mode" : "history", "base" : "/h5/" } } }