| | |
| | | "quickapp": {}, |
| | | /* 快应用特有相关 */ |
| | | "mp-weixin": { |
| | | "appid": "wx2ba5c5690b35d173", |
| | | "appid" : "", |
| | | "setting": { |
| | | "urlCheck": false, |
| | | "es6": true |
| | |
| | | }, |
| | | "h5": { |
| | | "title": "设备管理", |
| | | "domain": "myhjdc.cn", |
| | | "domain" : "houjie.xalxzn.com", |
| | | "router": { |
| | | "mode": "hash", |
| | | "base": "/h5" |
| | | "base" : "/h5/" |
| | | }, |
| | | "devServer": { |
| | | "port": "8080", |
| | | "https": true, |
| | | "port" : "8866", |
| | | "https" : false, |
| | | "proxy": { |
| | | /**配置服务器路径**/ |
| | | "/jeecg-boot": { |
| | | "target": "https://192.168.100.105:9999", // 目标服务器 |
| | | "changeOrigin": true |
| | | "target" : "http://houjie.xalxzn.com:8866", // 目标服务器 |
| | | "changeOrigin" : true, |
| | | "secure": false |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | } |
| | | /**配置服务器路径**/ // 目标服务器 |
| | | |