xiaodai2017 1 жил өмнө
parent
commit
f499138b3d

+ 1 - 1
miniprogram/api/http.ts

@@ -6,7 +6,7 @@ function apiUrl() {
     }
   } = wx.getAccountInfoSync();
   const devUrl = "http://hwdev.test241.wanyuhengtong.com/";
-  const prodUrl = "http://hwpro.test241.wanyuhengtong.com/";
+  const prodUrl = "https://hwpro.api.mingbaihui.com/";
 
   switch (envVersion) {
     case 'release':