From f2e9d20094bc65a5501712cb171c0280fb78b83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Sun, 5 Oct 2025 18:07:42 +0800 Subject: [PATCH] 1 --- src/config/env.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/env.ts b/src/config/env.ts index ae07994..599b2f4 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -24,8 +24,8 @@ const envConfigs: Record = { // 开发环境 development: { name: '开发环境', - // apiBaseURL: 'https://sit.light120.com', - apiBaseURL: 'http://localhost:9098', + apiBaseURL: 'https://sit.light120.com', + //apiBaseURL: 'http://localhost:9098', timeout: 15000, enableLog: true, enableMock: false,