1
This commit is contained in:
@@ -303,19 +303,33 @@ export default new Router({
|
||||
meta: {
|
||||
title: 'Editor-in-Chief article details'
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
path: '/man_report',
|
||||
component: () => import( /* webpackChunkName: "主编-统计" */ '../components/page/man_report'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief Statistical Analysis'
|
||||
}
|
||||
}, {
|
||||
path: '/editorial',
|
||||
component: () => import( /* webpackChunkName: "编委" */ '../components/page/edit_ial'),
|
||||
meta: {
|
||||
title: 'Editorial board member'
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
path: '/edit_text',
|
||||
component: () => import( /* webpackChunkName: "编委文章详情" */ '../components/page/edit_text'),
|
||||
meta: {
|
||||
title: 'Editorial board member article details'
|
||||
}
|
||||
}, {
|
||||
},
|
||||
// {
|
||||
// path: '/edit_report',
|
||||
// component: () => import( /* webpackChunkName: "编委-统计" */ '../components/page/edit_report.vue'),
|
||||
// meta: {
|
||||
// title: 'Analysis report'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: '/peerewer',
|
||||
component: () => import( /* webpackChunkName: "审稿人" */ '../components/page/per_ewer'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user