1
This commit is contained in:
@@ -264,6 +264,61 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/citationanalysis',//引用情况分析
|
||||
component: () => import('../components/page/analysis_report.vue'),
|
||||
meta: {
|
||||
title: 'Citation Analysis Report'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/managing', //主编进行中列表
|
||||
component: () => import('../components/page/man_aging'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/manhistory', //主编历史中列表
|
||||
component: () => import('../components/page/man_history'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief historical manuscripts'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/man_text', //主编文章详情
|
||||
component: () => import('../components/page/man_text'),
|
||||
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: '/peerewer', //审稿人进行中列表
|
||||
component: () => import('../components/page/per_ewer'),
|
||||
meta: {
|
||||
title: 'Reviewer'
|
||||
}
|
||||
},{
|
||||
path: '/perhistory', //审稿人历史列表
|
||||
component: () => import('../components/page/per_history'),
|
||||
meta: {
|
||||
title: 'Reviewer historical manuscripts'
|
||||
}
|
||||
}, {
|
||||
path: '/per_text', //审稿人文章详情
|
||||
component: () => import('../components/page/per_text'),
|
||||
meta: {
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import( /* webpackChunkName: "404" */ '../components/page/404.vue'),
|
||||
@@ -291,25 +346,28 @@ export default new Router({
|
||||
meta: {
|
||||
title: 'Content'
|
||||
},
|
||||
children: [{
|
||||
path: '/managing',
|
||||
component: () => import( /* webpackChunkName: "主编" */ '../components/page/man_aging'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief'
|
||||
}
|
||||
}, {
|
||||
path: '/man_text',
|
||||
component: () => import( /* webpackChunkName: "主编文章详情" */ '../components/page/man_text'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief article details'
|
||||
}
|
||||
}, {
|
||||
path: '/man_report',
|
||||
component: () => import( /* webpackChunkName: "主编-统计" */ '../components/page/man_report'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief Statistical Analysis'
|
||||
}
|
||||
}, {
|
||||
children: [
|
||||
// {
|
||||
// path: '/managing',
|
||||
// component: () => import( /* webpackChunkName: "主编" */ '../components/page/man_aging'),
|
||||
// meta: {
|
||||
// title: 'Editor-in-Chief'
|
||||
// }
|
||||
// }, {
|
||||
// path: '/man_text',
|
||||
// component: () => import( /* webpackChunkName: "主编文章详情" */ '../components/page/man_text'),
|
||||
// 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: {
|
||||
@@ -329,19 +387,20 @@ export default new Router({
|
||||
// title: 'Analysis report'
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: '/peerewer',
|
||||
// component: () => import( /* webpackChunkName: "审稿人" */ '../components/page/per_ewer'),
|
||||
// meta: {
|
||||
// title: 'Reviewer'
|
||||
// }
|
||||
// }, {
|
||||
// path: '/per_text',
|
||||
// component: () => import( /* webpackChunkName: "审稿人文章详情" */ '../components/page/per_text'),
|
||||
// meta: {
|
||||
// title: 'Reviewer article details'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: '/peerewer',
|
||||
component: () => import( /* webpackChunkName: "审稿人" */ '../components/page/per_ewer'),
|
||||
meta: {
|
||||
title: 'Reviewer'
|
||||
}
|
||||
}, {
|
||||
path: '/per_text',
|
||||
component: () => import( /* webpackChunkName: "审稿人文章详情" */ '../components/page/per_text'),
|
||||
meta: {
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
}, {
|
||||
path: '/youthed',
|
||||
component: () => import( /* webpackChunkName: "青年编委" */ '../components/page/you_thed'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user