refactor(projects): refactor page: user-management [重构用户管理页面]

This commit is contained in:
Soybean
2022-09-29 00:24:59 +08:00
parent 88e535f63c
commit 468b4bb0e1
26 changed files with 340 additions and 351 deletions

View File

@ -13,9 +13,3 @@ export enum EnumLoginModule {
'reset-pwd' = '重置密码',
'bind-wechat' = '微信绑定'
}
export enum EnumGender {
male = '男',
female = '女',
null = ''
}