From 30e306ab7c5e9bd8acf04cb9177043617e89a267 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Mon, 14 Apr 2025 21:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];