update src/views/Login/components/useLogin.ts.
新增模块添加 Signed-off-by: 郭晓阳 <xiaoleizainuli@163.com>pull/640/head
parent
c144439e5b
commit
d003737d9e
|
|
@ -6,7 +6,8 @@ export enum LoginStateEnum {
|
||||||
RESET_PASSWORD,
|
RESET_PASSWORD,
|
||||||
MOBILE,
|
MOBILE,
|
||||||
QR_CODE,
|
QR_CODE,
|
||||||
SSO
|
SSO,
|
||||||
|
FORGET
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentState = ref(LoginStateEnum.LOGIN)
|
const currentState = ref(LoginStateEnum.LOGIN)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue