| | |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wxcd2b89fd2ff065f8", |
| | | "appid" : "wx4d7c10bdec51942b", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "es6" : true, |
| | |
| | | }, |
| | | // "base" : "/h5/" |
| | | "devServer" : { |
| | | "open": false, |
| | | "open" : false, |
| | | "port" : 8090, |
| | | "historyApiFallback" : true, |
| | | "disableHostCheck" : true, |
| | |
| | | // "target" : "http://172.20.10.7:10010", // 代理服务器域名或IP地址 |
| | | // "target" : "http://192.168.0.163:10010", // 代理服务器域名或IP地址 |
| | | // "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址 |
| | | "target" : "https://zhcg.fnwtzx.com/gateway_interface", // 代理服务器域名或IP地址 |
| | | "target" : "https://dmtest.ahapp.net/gateway_interface", // 代理服务器域名或IP地址 |
| | | "changeOrigin" : true, // 允许跨域 |
| | | "pathRewrite" : { |
| | | "^/gateway_interface" : "" |