This commit is contained in:
张成
2026-04-13 11:16:22 +08:00
parent 75149f994f
commit c73afd2325
13 changed files with 421 additions and 30 deletions

View File

@@ -115,6 +115,17 @@ export const defaultMenus = [
is_show_menu: 1,
icon: 'md-text',
sort: 3
},
{
id: 125,
name: '租户管理',
path: '/system/tenant',
component: 'system/sys_tenant',
parent_id: 120,
type: '页面',
is_show_menu: 1,
icon: 'md-git-branch',
sort: 4
}
]
}