diff --git a/utils/getUrl.js b/utils/getUrl.js index 9022810..372b884 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -5,7 +5,7 @@ const accountInfo = wx.getAccountInfoSync(); const api = { develop: "http://youyi-test.natapp1.cc/prod-api", // 开发 trial: "https://pet-admin.hhlm1688.com/prod-api", //测试 - release: "https://pet-admin.hhlm1688.com/api/prod-api", // 线上 + release: "http://h5.xzaiyp.top/prod-api", // 线上 } const currentUrl = api[current];