mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 单独路由逻辑重构、路由转换函数优化
This commit is contained in:
@ -1 +1,2 @@
|
||||
export * from './enum';
|
||||
export * from './system';
|
||||
|
7
src/interface/system.ts
Normal file
7
src/interface/system.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import type { MenuOption } from 'naive-ui';
|
||||
|
||||
/** 菜单项配置 */
|
||||
export type GlobalMenuOption = MenuOption & {
|
||||
routeName: string;
|
||||
routePath: string;
|
||||
};
|
Reference in New Issue
Block a user