perf: 系统管理

This commit is contained in:
pan
2024-03-18 15:53:25 +08:00
parent 7443ac3ac4
commit 9bac6333fb
45 changed files with 2871 additions and 1405 deletions

View File

@@ -51,6 +51,15 @@ const systemManagementRouter = {
title: "menus.hsDept",
roles: ["admin"]
}
},
{
path: "/system/job/index",
name: "SystemJob",
meta: {
icon: "ri:account-circle-fill",
title: "menus.hsDept",
roles: ["admin"]
}
}
]
};