From 076d389f18cc5759cd2e3cbe6f6cf72da1b35a4a Mon Sep 17 00:00:00 2001 From: ws Date: Wed, 22 Apr 2026 19:12:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=89=93=E5=8C=85=E6=B5=8B=E8=AF=95=E4=B8=8A?= =?UTF-8?q?=E4=BD=93=E9=AA=8C=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/config.js b/utils/config.js index 521182a..0dc63aa 100644 --- a/utils/config.js +++ b/utils/config.js @@ -4,9 +4,9 @@ const ENV_CONFIG = { // 正式版 release: 'https://xcx.yun.588580.xyz', - trial: 'https://xcx.yun.588580.xyz', + trial: 'https://qywx.yun.588580.xyz', // 开发版 & 体验版 - develop: 'http://172.16.60.235:8080' + develop: 'https://qywx.yun.588580.xyz' } // 自动判断当前运行环境