Pre Merge pull request !640 from 郭晓阳/N/A
commit
97dd4bbce9
|
|
@ -6,7 +6,8 @@ export enum LoginStateEnum {
|
|||
RESET_PASSWORD,
|
||||
MOBILE,
|
||||
QR_CODE,
|
||||
SSO
|
||||
SSO,
|
||||
FORGET
|
||||
}
|
||||
|
||||
const currentState = ref(LoginStateEnum.LOGIN)
|
||||
|
|
|
|||
Loading…
Reference in New Issue