系统角色管理列表初步

This commit is contained in:
禺狨
2023-03-06 17:18:49 +08:00
parent 8b4e66619a
commit e7ed56cce6
6 changed files with 158 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ import {
SystemAdministratorPage,
AdministratorCreatePage,
AdministratorUpdatePage,
SystemAdminrolesPage,
} from "../pages";
const routes: RouteObject[] = [
@@ -51,6 +52,10 @@ const routes: RouteObject[] = [
path: "/system/administrator/update/:userId",
element: <AdministratorUpdatePage />,
},
{
path: "/system/adminroles",
element: <SystemAdminrolesPage />,
},
],
},
{