feat: 添加验证码验证,用户注册开关
This commit is contained in:
@@ -144,6 +144,8 @@ export const useUserStore = defineStore({
|
||||
username: string;
|
||||
password: string;
|
||||
loginDay?: number;
|
||||
uuid?: string;
|
||||
code?: string;
|
||||
}) {
|
||||
return new Promise<ResponseResult<LoginResult>>((resolve, reject) => {
|
||||
getLogin(data)
|
||||
|
||||
Reference in New Issue
Block a user