| | |
| | | // let BaseUrl = 'http://192.168.0.115:9999'; |
| | | // const BaseUrl = 'https://mx.jzeg.cn:9998'; |
| | | // const BaseUrl = 'https://mx.res.jzeg.cn:8887'; |
| | | const BaseUrl = 'https://mxwx.res.jzeg.cn:8887'; //线上 |
| | | // let BaseUrl = 'http://192.168.0.114:9999'; |
| | | // const BaseUrl = 'http://192.168.0.148:9999'; // 飞哥 |
| | | const BaseUrl = 'https://mxwx.res.jzeg.cn:8887'; //线上(新) |
| | | //let BaseUrl = 'http://192.168.0.146:9999'; |
| | | |
| | | //const BaseUrl = "https://mx.jzeg.cn:9998"; // 正式服务 |
| | | |
| | |
| | | header = { |
| | | "TENANT-ID": 5, |
| | | Authorization: 'Bearer ' + uni.getStorageSync('access_token'), |
| | | VERSION: "zzl", |
| | | VERSION: "ZXX", |
| | | // Accept: 'application/json, text/plain, */*' // 客户端所能接受的数据类型 |
| | | } |
| | | } |