{ "name" : "jialong-tiku", "appid" : "__UNI__6FCC3CC", "description" : "", "versionName" : "1.0.3", "versionCode" : "100", "transformPx" : false, "app-plus" : { /* 5+App特有相关 */ "usingComponents" : true, "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, "es6" : true }, "usingComponents" : true }, "h5" : { "title" : "测算", // 这里引入html "template" : "index.html", "domain" : "", "router" : { "mode" : "hash" }, "devServer" : { "port" : 80, "disableHostCheck" : true, "proxy" : { "/api" : { "target" : "http://nc.963.cn/api", "changeOrigin" : true, "secure" : false, "pathRewrite" : { "^/api" : "" } } } } } } // "/api": { // "target": "https://api.mch.weixin.qq.com", //请求的目标域名 // "changeOrigin": true, // "secure": false, // "pathRewrite": { //使用代理; 告诉他你这个连接要用代理 // "^/api": "/" // } // }