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,