From ffd033d2ab2a4d39ab16ebf6b237657a6b954b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=9F=E5=B7=9D=E4=B8=9C?= Date: Tue, 22 Apr 2025 22:16:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/config.js b/api/config.js index 2c5b46e..588e0fb 100644 --- a/api/config.js +++ b/api/config.js @@ -1,7 +1,7 @@ const accountInfo = wx.getAccountInfoSync(); const hosts = { - "develop": 'http://121.40.24.248', - "trial": 'http://121.40.24.248', + "develop": 'https://www.yilingjiang.com', + "trial": 'https://www.yilingjiang.com', "release": 'https://release', }