喻文俊 3 jaren geleden
bovenliggende
commit
a0008e42d1
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 1 0
      .gitignore
  2. 2 2
      services/config.env.js

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 /unpackage/
 /node_modules/
 /.hbuilderx/
+/services/config.env.js

+ 2 - 2
services/config.env.js

@@ -5,8 +5,8 @@ if (process.env.NODE_ENV === 'development') {
     // URL_CONFIG = 'http://192.168.2.67:8011'	 //裴裴联调地址
     // URL_CONFIG = 'http://192.168.2.68:8011'	 //涛涛联调地址
     // URL_CONFIG = 'http://127.0.0.1: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'