项目开发完成

This commit is contained in:
2025-04-16 15:54:34 +08:00
parent 04594c640e
commit 6c36a443f6
3 changed files with 3 additions and 16 deletions

View File

@@ -33,8 +33,7 @@ const UserFooter = () => {
const submitByPhone = (values: any) => {
loginBySms({
phone: values.phone,
code: values.code,
tenantId: 10324
code: values.code
}).then(() => {
setOpenLoginByPhone(false);
setTimeout(() => {