Parcourir la source

commit -m 采美豆抵扣优惠券

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

+ 2 - 2
services/config.env.js

@@ -8,7 +8,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