Browse Source

commit - 消息通知

zhengjinyi 3 years ago
parent
commit
c4309b27cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/config.env.js

+ 1 - 1
services/config.env.js

@@ -3,7 +3,7 @@ if(process.env.NODE_ENV === 'development'){
     // 开发环境
     // URL_CONFIG = 'http://192.168.2.67:18002'	 //智捷联调地址
     // URL_CONFIG = 'http://192.168.2.68:18002'	 //涛涛联调地址
-    // URL_CONFIG = 'http://192.168.2.180:18002'	 //超超联调地址
+    // URL_CONFIG = 'http://192.168.2.180:18002' //超超联调地址
     URL_CONFIG = 'https://core-b.caimei365.com'
     // URL_CONFIG = 'https://core.caimei365.com'
 }else{