LuoDLeo 7 mesi fa
parent
commit
cf4ff6cdcd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/config/env.js

+ 1 - 1
src/config/env.js

@@ -10,7 +10,7 @@ if (env.NODE_ENV === 'development') {
 } else if (env.NODE_ENV === 'production') {
     baseUrl = `http://manage.changgengkeji.com/`; //生产环境地址
 } else if (env.NODE_ENV === 'test') {
-    baseUrl = `http://manage-test.changgengkeji.com/`; //测试环境地址
+    baseUrl = `http://sellwine.gzzzyd.com/`; //测试环境地址
 }
 export {
     baseUrl,