This commit is contained in:
xulu
2021-09-14 09:22:48 +08:00
parent 2fb8c7e04e
commit 709110f7e9
18 changed files with 1849 additions and 100 deletions

View File

@@ -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: {