menu路由构建优化

This commit is contained in:
2025-10-15 17:54:40 +08:00
parent ab22fe1008
commit 5f76c539f4
4 changed files with 189 additions and 57 deletions

View File

@@ -23,6 +23,9 @@ export interface SysMenu extends BaseDTO {
url?: string;
/** 菜单组件 */
component?: string;
/** 菜单布局 */
layout?: string;
/** 菜单布局 */
/** 菜单图标 */
icon?: string;
/** 菜单顺序 */