Explorar el Código

添加线上接口域名

xiaodai2017 hace 1 año
padre
commit
f499138b3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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':