mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 15:13:41 +08:00
refactor(projects): 单独路由逻辑重构、路由转换函数优化
This commit is contained in:
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