系统管理人员新建、编辑弹窗组件化

This commit is contained in:
禺狨
2023-03-14 18:28:22 +08:00
parent 091b5e2413
commit 5ae4897c0a
12 changed files with 482 additions and 452 deletions

View File

@@ -13,8 +13,6 @@ import {
MemberUpdatePage,
MemberImportPage,
SystemAdministratorPage,
AdministratorCreatePage,
AdministratorUpdatePage,
SystemAdminrolesPage,
DepartmentPage,
ChangePasswordPage,
@@ -86,14 +84,6 @@ const routes: RouteObject[] = [
path: "/system/administrator",
element: <SystemAdministratorPage />,
},
{
path: "/system/administrator/create",
element: <AdministratorCreatePage />,
},
{
path: "/system/administrator/update/:userId",
element: <AdministratorUpdatePage />,
},
{
path: "/system/adminroles",
element: <SystemAdminrolesPage />,