Browse Source

commit -m

zhengjinyi 4 years ago
parent
commit
03e74a30b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/config.env.js

+ 2 - 2
services/config.env.js

@@ -3,8 +3,8 @@ if(process.env.NODE_ENV === 'development'){
     // 开发环境
     // URL_CONFIG = 'http://192.168.2.75:8011'	 //采美测试地址
 	// URL_CONFIG = 'http://192.168.2.67:8011'	 //裴裴联调地址
-	// URL_CONFIG = 'https://mall2c-b.caimei365.com'
-	URL_CONFIG = 'https://mall2c.caimei365.com'
+	URL_CONFIG = 'https://mall2c-b.caimei365.com'
+	// URL_CONFIG = 'https://mall2c.caimei365.com'
 }else{
     // 生产环境
 	URL_CONFIG = 'https://mall2c.caimei365.com'