条目和反馈类型管理菜单新添
This commit is contained in:
@@ -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"
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user