1
This commit is contained in:
@@ -94,6 +94,14 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleReviewerAdd',
|
||||
component: () => import('../components/page/articleReviewerAdd.vue'),
|
||||
meta: {
|
||||
title: 'Article reviewer'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/editorList',
|
||||
component: () => import('../components/page/editorList.vue'),
|
||||
@@ -145,6 +153,13 @@ export default new Router({
|
||||
}),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/reviewerAuthorList',
|
||||
component: () => import('../components/page/reviewerAuthorList.vue'),
|
||||
meta: {
|
||||
title: 'Author transferred to reviewer list'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/reviewerArticleList',
|
||||
component: () => import('../components/page/reviewerArticleList.vue'),
|
||||
@@ -287,8 +302,15 @@ export default new Router({
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/man_text', //主编文章详情
|
||||
component: () => import('../components/page/man_text'),
|
||||
path: '/man_text_jx', //主编文章详情-进行中
|
||||
component: () => import('../components/page/man_text_jx'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/man_text_ls', //主编文章详情-历史
|
||||
component: () => import('../components/page/man_text_ls'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief article details'
|
||||
}
|
||||
@@ -313,11 +335,64 @@ export default new Router({
|
||||
title: 'Reviewer historical manuscripts'
|
||||
}
|
||||
}, {
|
||||
path: '/perhistory_commen', //审稿人历史列表
|
||||
component: () => import('../components/page/per_history_commen'),
|
||||
meta: {
|
||||
title: 'Reviewer historical comment'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text', //审稿人文章详情
|
||||
component: () => import('../components/page/per_text'),
|
||||
meta: {
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_yq', //审稿人文章详情-邀请
|
||||
component: () => import('../components/page/per_text_yq'),
|
||||
meta: {
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/editorial', //编委进行中列表
|
||||
component: () => import('../components/page/edit_ial'),
|
||||
meta: {
|
||||
title: 'Editorial board member'
|
||||
}
|
||||
},{
|
||||
path: '/edithistory', //编委历史列表
|
||||
component: () => import('../components/page/edit_history'),
|
||||
meta: {
|
||||
title: 'Editorial board member historical manuscripts'
|
||||
}
|
||||
}, {
|
||||
path: '/edit_text_jx', //编委文章详情-进行
|
||||
component: () => import('../components/page/edit_text_jx'),
|
||||
meta: {
|
||||
title: 'Editorial board member article details'
|
||||
}
|
||||
}, {
|
||||
path: '/edit_text_ls', //编委文章详情-历史
|
||||
component: () => import('../components/page/edit_text_ls'),
|
||||
meta: {
|
||||
title: 'Editorial board member article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/youthed', //青年编委进行中列表
|
||||
component: () => import('../components/page/you_thed'),
|
||||
meta: {
|
||||
title: 'Young scientist member'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/you_text', //青年编委-审稿详情
|
||||
component: () => import('../components/page/you_text'),
|
||||
meta: {
|
||||
title: 'Young scientist member article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
@@ -345,86 +420,14 @@ export default new Router({
|
||||
component: () => import( /* webpackChunkName: "content" */ '../components/common/Content.vue'),
|
||||
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'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
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: {
|
||||
// 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: {
|
||||
title: 'Young scientist member'
|
||||
}
|
||||
}, {
|
||||
path: '/you_text',
|
||||
component: () => import( /* webpackChunkName: "青年编委-审稿详情" */ '../components/page/you_text'),
|
||||
meta: {
|
||||
title: 'Young scientist member article details'
|
||||
}
|
||||
}, {
|
||||
path: '/you_taxt',
|
||||
component: () => import( /* webpackChunkName: "青年编委-编委详情" */ '../components/page/you_taxt'),
|
||||
meta: {
|
||||
title: 'Young scientist member article details'
|
||||
}
|
||||
}, {
|
||||
path: '/watrial',
|
||||
component: () => import( /* webpackChunkName: "待审稿件" */ '../components/page/wat_rial'),
|
||||
meta: {
|
||||
title: 'Manuscript to be reviewed'
|
||||
}
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/refuse', //拒绝页面
|
||||
component: () => import('../components/page/ref_use'),
|
||||
meta: {
|
||||
title: 'Refuse'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
|
||||
Reference in New Issue
Block a user