mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 15:50:17 +08:00
feat(projects): 登录页面开始迁移
This commit is contained in:
6
src/interface/enum.ts
Normal file
6
src/interface/enum.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { EnumLoginModule } from '@/enum';
|
||||
|
||||
/** 登录模块 */
|
||||
export type LoginModuleKey = keyof typeof EnumLoginModule;
|
||||
|
||||
export type LoginModuleRegexp = LoginModuleKey;
|
||||
@@ -1,3 +1 @@
|
||||
export interface TestType {
|
||||
name: string;
|
||||
}
|
||||
export * from './enum';
|
||||
|
||||
Reference in New Issue
Block a user