feat:新增岗位管理

This commit is contained in:
chenchun
2024-09-04 16:24:26 +08:00
parent ad78cb1bcd
commit e393e1f525
19 changed files with 782 additions and 87 deletions

View File

@@ -51,6 +51,15 @@ const systemManagementRouter = {
title: "menus.pureDept",
//roles: ["admin"]
}
},
{
path: "/system/post/index",
name: "SystemPost",
meta: {
icon: "ant-design:deployment-unit-outlined",
title: "menus.purePost",
//roles: ["admin"]
}
}
]
};
@@ -328,7 +337,7 @@ export default defineFakeRoute([
return [
systemManagementRouter,
systemMonitorRouter,
permissionRouter,
//permissionRouter,
// frameRouter,
// tabsRouter
];