Skip to content

Commit

Permalink
change category edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fesiong committed Feb 19, 2024
1 parent aea8507 commit 4fb7bd5
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 58 deletions.
10 changes: 10 additions & 0 deletions config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
name: '文档分类',
component: '@/pages/content/category/archive',
},
{
hideInMenu: true,
path: '/archive/category/detail',
component: '@/pages/content/category/archive/detail',
},
{
path: '/archive/tag',
name: '文档标签',
Expand All @@ -105,6 +110,11 @@
name: '单页面管理',
component: '@/pages/content/category/page',
},
{
hideInMenu: true,
path: '/archive/page/detail',
component: '@/pages/content/category/page/detail',
},
{
path: '/archive/module',
name: '内容模型',
Expand Down
Loading

0 comments on commit 4fb7bd5

Please sign in to comment.