lmc 1 jaar geleden
bovenliggende
commit
7244deb5c7
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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") {