Forráskód Böngészése

添加线上接口域名

xiaodai2017 1 éve
szülő
commit
f499138b3d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      miniprogram/api/http.ts

+ 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':