|
@@ -9,10 +9,10 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
|
|
|
|
|
|
|
|
|
- BACKEND_DOMAIN = 'http://106.15.201.221:9998'
|
|
|
+ BACKEND_DOMAIN = 'http://gatewaytest.elab-plus.com/elab-diaoyanbao/'
|
|
|
QINIU_DOMAIN = 'https://gatewaytest.elab-plus.com'
|
|
|
TOUFANGBAO_PATH = 'http://h5test.elab-plus.com/touFangBao/#/pages/preview?mgid='
|
|
|
- DIAOYANBAO_PATH = 'http://192.168.4.249:8080/#/preview?mgid='
|
|
|
+ DIAOYANBAO_PATH = 'https://dm-mng3.elab-plus.cn/diaoyanbao/#/preview?mgid='
|
|
|
} else if (process.env.NODE_ENV === 'development') {
|
|
|
BACKEND_DOMAIN = 'http://192.168.0.16:5318'
|
|
|
|