feat(projects): 登录页面实现
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
import { EnumRoutePaths, EnumLoginModule } from '@/enum';
|
||||
|
||||
export type RoutePathKey = keyof typeof EnumRoutePaths;
|
||||
export type LoginModuleType = keyof typeof EnumLoginModule;
|
||||
|
||||
Reference in New Issue
Block a user