资源分类新建、编辑弹窗组件化

This commit is contained in:
禺狨
2023-03-14 13:54:16 +08:00
parent b7560b76b2
commit 99db5c6c87
10 changed files with 367 additions and 374 deletions

View File

@@ -24,8 +24,6 @@ import {
ChangePasswordPage,
ResourceImagesPage,
ResourceCategoryPage,
ResourceCategoryCreatePage,
ResourceCategoryUpdatePage,
ResourceVideosPage,
SystemIndexPage
} from "../pages";
@@ -47,14 +45,6 @@ const routes: RouteObject[] = [
path: "/resource-category",
element: <ResourceCategoryPage />,
},
{
path: "/resource-category/create",
element: <ResourceCategoryCreatePage />,
},
{
path: "/resource-category/update/:catId",
element: <ResourceCategoryUpdatePage />,
},
{
path: "/images",
element: <ResourceImagesPage />,