条目和反馈类型管理菜单新添

This commit is contained in:
2023-05-12 16:08:38 +08:00
parent d0a0a59ea3
commit c53990299a
4 changed files with 547 additions and 1 deletions

View File

@@ -43,9 +43,17 @@ export default new Router({
path: 'graphSpaceManage',
component: () => import('@/components/menus/GraphSpaceManage')
},
{
path: 'entrysManage',
component: () => import('@/components/menus/EntrysManage')
},
{
path: 'feedbackTypeManage',
component: () => import('@/components/menus/FeedbackTypeManage')
},
{
path: '/',
redirect: "graphModel"
redirect: "entrysManage"
},
]
},