|
|
@@ -2,7 +2,7 @@ const mapEnvVersion = {
|
|
|
/**
|
|
|
* 开发版
|
|
|
*/
|
|
|
- develop: 'http://192.168.1.166:8080', // 张
|
|
|
+ // develop: 'http://192.168.1.166:8080', // 张
|
|
|
// develop: 'http://192.168.1.101:8080',
|
|
|
// develop: 'http://192.168.0.157:8080',
|
|
|
// develop: 'http://192.168.1.253:8080',
|
|
|
@@ -14,16 +14,16 @@ const mapEnvVersion = {
|
|
|
// develop: 'http://47.109.84.152:8081', // 测试代理
|
|
|
// develop: 'https://5ed0f7cc.r9.vip.cpolar.cn',
|
|
|
// develop: 'https://25740642.r3.cpolar.top',
|
|
|
- // develop: 'https://smqjh.api.zswlgz.com',
|
|
|
+ develop: 'https://smqjh.api.zswlgz.com',
|
|
|
/**
|
|
|
* 体验版
|
|
|
*/
|
|
|
// trial: "http://192.168.1.166:8080/jeecg-boot",
|
|
|
// trial: 'http://192.168.0.157:8080',
|
|
|
- trial: 'http://47.109.84.152:8081',
|
|
|
+ // trial: 'http://47.109.84.152:8081',
|
|
|
// trial: 'http://192.168.0.11:8081', // 王
|
|
|
// trial: 'http://192.168.1.166:8080,
|
|
|
- // trial: 'https://smqjh.api.zswlgz.com',
|
|
|
+ trial: 'https://smqjh.api.zswlgz.com',
|
|
|
/**
|
|
|
* 正式版
|
|
|
*/
|
|
|
@@ -51,8 +51,8 @@ function handleEnvVersion() {
|
|
|
// development: 'http://192.168.0.11:8081',
|
|
|
// development: 'http://192.168.1.21:8080',
|
|
|
// development: 'https://smqjh.api.zswlgz.com',
|
|
|
- // production: 'https://smqjh.api.zswlgz.com',
|
|
|
- production: 'http://47.109.84.152:8081',
|
|
|
+ production: 'https://smqjh.api.zswlgz.com',
|
|
|
+ // production: 'http://47.109.84.152:8081',
|
|
|
}
|
|
|
console.log(mode, '==================mode===================')
|
|
|
return h5Server[mode as 'development' | 'production']
|