|
@@ -16,7 +16,7 @@ if (process.env.NODE_ENV === 'test') {
|
|
DIAOYANBAO_PATH = 'http://192.168.4.249:8080/#/preview?mgid='
|
|
DIAOYANBAO_PATH = 'http://192.168.4.249:8080/#/preview?mgid='
|
|
} else {//PROD
|
|
} else {//PROD
|
|
//生产PROD
|
|
//生产PROD
|
|
- BACKEND_DOMAIN = 'https://engine.elab-plus.cn'
|
|
|
|
|
|
+ BACKEND_DOMAIN = 'https://dm-api.elab-plus.cn/elab-diaoyanbao'
|
|
DIAOYANBAO_PATH = 'https://dm-mng.elab-plus.cn/diaoyanbao/#/preview?mgid='
|
|
DIAOYANBAO_PATH = 'https://dm-mng.elab-plus.cn/diaoyanbao/#/preview?mgid='
|
|
}
|
|
}
|
|
export default {
|
|
export default {
|