Browse Source

修改环境

zhangwf 5 years ago
parent
commit
b15b5550d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/util/appConst.js

+ 1 - 1
src/util/appConst.js

@@ -16,7 +16,7 @@ if (process.env.NODE_ENV === 'test') {
   DIAOYANBAO_PATH = 'http://192.168.4.249:8080/#/preview?mgid='
 } else {//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='
 }
 export default {