diff --git a/src/config/env.ts b/src/config/env.ts index 9a97136..5f645b3 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -17,8 +17,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: true @@ -27,8 +27,8 @@ const envConfigs: Record = { // 测试环境 test: { name: '测试环境', - // apiBaseURL: 'https://sit.light120.com', - apiBaseURL: 'http://localhost:9098', + apiBaseURL: 'https://sit.light120.com', + // apiBaseURL: 'http://localhost:9098', timeout: 12000, enableLog: true, enableMock: false diff --git a/src/pages/userInfo/edit/index.tsx b/src/pages/userInfo/edit/index.tsx index 7e40888..b15fdc9 100644 --- a/src/pages/userInfo/edit/index.tsx +++ b/src/pages/userInfo/edit/index.tsx @@ -169,14 +169,14 @@ const EditProfilePage: React.FC = () => { - - + + - + {/* 基本信息编辑 */}