总监编委

This commit is contained in:
@fawn-nine
2023-08-29 17:58:23 +08:00
parent fb4cd39a76
commit aac786f0b7
8 changed files with 1245 additions and 57 deletions

View File

@@ -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" */