增加上传组件,对接注册字段

This commit is contained in:
linxd
2025-06-30 14:16:17 +08:00
parent 8176a9b3d0
commit 662053b731
13 changed files with 720 additions and 340 deletions

2
src/typings.d.ts vendored
View File

@ -60,3 +60,5 @@ declare const REACT_APP_XUNJIA_UID: string
declare const REACT_APP_CUSTOMERSERVICE_USERCENTER: string
declare const REACT_APP_CUSTOMERSERVICE_CLIENT_ID: string
declare const REACT_APP_CUSTOMERSERVICE_REDIRECT: string
declare const UPLOAD_URL: string
declare const REQUEST_BASE: string