mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
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