mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复页面滚动行为
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import type { RouteRecordRaw } from 'vue-router';
|
||||
import { EnumRoutePath, EnumLoginModule } from '@/enum';
|
||||
|
||||
/** 路由描述 */
|
||||
@ -12,5 +13,8 @@ export interface RouteMeta {
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
export type CustomRoute = RouteRecordRaw & { meta: RouteMeta };
|
||||
|
||||
export type RoutePathKey = keyof typeof EnumRoutePath;
|
||||
|
||||
export type LoginModuleType = keyof typeof EnumLoginModule;
|
||||
|
@ -1,3 +1,3 @@
|
||||
export { UserInfo } from './business';
|
||||
export { ThemeSettings, NavMode, AnimateType } from './theme';
|
||||
export { RouteMeta, RoutePathKey, LoginModuleType } from './common';
|
||||
export { CustomRoute, RoutePathKey, LoginModuleType } from './common';
|
||||
|
Reference in New Issue
Block a user