Dir tree doc and move some code (#1466)

* tree doc and move some code

* fix: ts
This commit is contained in:
Archer
2024-05-13 17:07:29 +08:00
committed by GitHub
parent 80a84a5733
commit 610ebded3b
32 changed files with 178 additions and 196 deletions

View File

@@ -0,0 +1,6 @@
export enum LoginPageTypeEnum {
passwordLogin = 'passwordLogin',
register = 'register',
forgetPassword = 'forgetPassword',
wechat = 'wechat'
}