总监系统添加青年科学家
This commit is contained in:
@@ -934,6 +934,22 @@ export default new Router({
|
||||
title: 'editorialBoard'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'Young-Scientist-Management',
|
||||
path: '/superYoungScientistManagement', // 超管青年科学家管理
|
||||
component: () => import('../components/page/superYoungScientistManagement'),
|
||||
meta: {
|
||||
title: 'Young Scientist Management'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'super-Young-Scientist-List',
|
||||
path: '/superYoungScientistList', // 超管单刊青年科学家列表
|
||||
component: () => import('../components/page/superYoungScientistList'),
|
||||
meta: {
|
||||
title: 'Young Scientist List'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'editorial-Board-List',
|
||||
path: '/Board-List', // 单刊编委列表
|
||||
|
||||
Reference in New Issue
Block a user