lmc 1 년 전
부모
커밋
7244deb5c7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/utils/request.js

+ 2 - 2
src/utils/request.js

@@ -15,11 +15,11 @@ export const getBaseURI = () => {
 
   // 集成测试环境
   if (env === "prod:sit") {
-    return "https://s.ringzle.com/stayhome-app";
+    return "https://s.ringzle.com/witcarbon-app";
   }
 
   if (env === "prod:uat") {
-    return "https://s.ringzle.com/stayhome-app";
+    return "https://s.ringzle.com/witcarbon-app";
   }
   // 生产环境
   if (env === "prod" || env === "production") {