Pre Merge pull request !640 from 郭晓阳/N/A

pull/640/MERGE
郭晓阳 2025-01-04 03:41:47 +00:00 committed by Gitee
commit 97dd4bbce9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ export enum LoginStateEnum {
RESET_PASSWORD,
MOBILE,
QR_CODE,
SSO
SSO,
FORGET
}
const currentState = ref(LoginStateEnum.LOGIN)