diff --git a/config/env.ts b/config/env.ts index f624194..525dff5 100644 --- a/config/env.ts +++ b/config/env.ts @@ -2,7 +2,7 @@ export const ENV_CONFIG = { // 开发环境 development: { - API_BASE_URL: 'http://127.0.0.1:9200/api', + API_BASE_URL: 'https://cms-api.websoft.top/api', APP_NAME: '开发环境', DEBUG: 'true', }, diff --git a/src/dealer/withdraw/index.tsx b/src/dealer/withdraw/index.tsx index bac427e..7686390 100644 --- a/src/dealer/withdraw/index.tsx +++ b/src/dealer/withdraw/index.tsx @@ -278,6 +278,8 @@ const DealerWithdraw: React.FC = () => { icon: 'success' }) + await + // 重置表单 setWithdrawAmount('')