总监编委
This commit is contained in:
@@ -926,6 +926,22 @@ export default new Router({
|
||||
title: 'Re-review'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'Editorial-Board',
|
||||
path: '/editorialBoard', // 编委管理
|
||||
component: () => import('../components/page/editorialBoard'),
|
||||
meta: {
|
||||
title: 'editorialBoard'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'editorial-Board-List',
|
||||
path: '/Board-List', // 单刊编委列表
|
||||
component: () => import('../components/page/editorialBoardList'),
|
||||
meta: {
|
||||
title: 'editorialBoardList'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import( /* webpackChunkName: "404" */
|
||||
|
||||
Reference in New Issue
Block a user