项目开发完成
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user