From 952e6082be60b5bdaf58256b6af08189713dd94f Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Sun, 30 Mar 2025 23:19:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getUrl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/getUrl.js b/utils/getUrl.js index 6218b2c..9556f12 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -3,9 +3,9 @@ const accountInfo = wx.getAccountInfoSync(); current = accountInfo.miniProgram.envVersion; const api = { - develop: "http://youyi-test.natapp1.cc/prod-api", // 开发 - trial: "http://youyi-test.natapp1.cc/prod-api", //测试 - release: "http://youyi-test.natapp1.cc/prod-api", // 线上 + develop: "http://h5.xzaiyp.top/prod-api", // 开发 + trial: "http://h5.xzaiyp.top/prod-api", //测试 + release: "http://h5.xzaiyp.top/prod-api", // 线上 } console.log('--current', current)