From 55e80254ef96c41e2907012ca0150ba475536922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 18 Sep 2025 16:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=BF=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/index.js b/utils/index.js index 62c381f0..2f33d977 100644 --- a/utils/index.js +++ b/utils/index.js @@ -5,8 +5,8 @@ const environments = { picUrl: 'https://test.hshuishang.com' }, production: { - apiUrl: 'https://huishang.magicany.cc/api/v1', - picUrl: 'https://huishang.magicany.cc/api/v1' + apiUrl: 'https://api.hshuishang.com', + picUrl: 'https://api.hshuishang.com' } };