Explorar el Código

修改请求地址

pangqijun hace 1 año
padre
commit
4288f35c58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = `https://zyg.changgengkeji.com/`; //生产环境地址
 } else if (env.NODE_ENV === 'test') {
-    baseUrl = `https://test.changgengkeji.com/`; //测试环境地址
+    baseUrl = `http://manage-test.changgengkeji.com/`; //测试环境地址
 }
 export {
     baseUrl,