修改菜单,角色,部门,字典等功能

This commit is contained in:
刘倡
2025-07-16 09:38:21 +08:00
parent d594ad95e0
commit bcb704afd2
16 changed files with 749 additions and 1330 deletions

View File

@ -19,6 +19,10 @@ export default [{
path: '/System/Menu',
component: './System/Menu',
},
{//字典管理
path: '/System/Dict',
component: './System/Dict',
},
{//定时任务管理
path: '/System/Scheduled',
component: './System/Scheduled',