From b96b5f0bc38cf261c7058b3f8595a2db322f865b Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 6 Jan 2026 15:35:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=85=8D=E7=BD=AE=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local.config.js | 2 +- .local.config.js.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.local.config.js b/.local.config.js index 7910a3f..b733ec7 100644 --- a/.local.config.js +++ b/.local.config.js @@ -12,7 +12,7 @@ const localDevConfig = ({ }, '2811': { // POCT检测分析平台 uniacid: 2811, - domain: 'https://xcx.aigc-quickapp.com/', + domain: 'https://xcx6.aigc-quickapp.com/', }, '2724': { // 生物菌肥 uniacid: 2724, diff --git a/.local.config.js.example b/.local.config.js.example index 9026bc8..b733ec7 100644 --- a/.local.config.js.example +++ b/.local.config.js.example @@ -12,7 +12,7 @@ const localDevConfig = ({ }, '2811': { // POCT检测分析平台 uniacid: 2811, - domain: 'https://xcx.aigc-quickapp.com/', + domain: 'https://xcx6.aigc-quickapp.com/', }, '2724': { // 生物菌肥 uniacid: 2724, @@ -34,6 +34,6 @@ const localDevConfig = ({ uniacid: 1, domain: 'https://test.aigc-quickapp.com', }, -})['2285']; // 选择要使用的环境配置 +})['2811']; // 选择要使用的环境配置 export default localDevConfig; \ No newline at end of file