Parcourir la source

订单模块 协销确认订单 商品赠品标签

zhengjinyi il y a 3 ans
Parent
commit
247100f62d
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      services/ajax.env.js
  2. 2 2
      services/config.env.js

+ 2 - 2
services/ajax.env.js

@@ -8,7 +8,7 @@ if(process.env.NODE_ENV === 'development'){
     // URL_CONFIG = 'https://spi.caimei365.com'
 }else{ 
     // 生产环境
-    URL_CONFIG = 'https://spi-b.caimei365.com'
-    // URL_CONFIG = 'https://spi.caimei365.com'
+    // URL_CONFIG = 'https://spi-b.caimei365.com'
+    URL_CONFIG = 'https://spi.caimei365.com'
 }
 export default URL_CONFIG

+ 2 - 2
services/config.env.js

@@ -7,7 +7,7 @@ if(process.env.NODE_ENV === 'development'){
     // URL_CONFIG = 'https://core.caimei365.com'
 }else{
     // 生产环境
-    URL_CONFIG = 'https://core-b.caimei365.com'
-    // URL_CONFIG = 'https://core.caimei365.com'
+    // URL_CONFIG = 'https://core-b.caimei365.com'
+    URL_CONFIG = 'https://core.caimei365.com'
 }
 export default URL_CONFIG