tijao
This commit is contained in:
@@ -362,6 +362,14 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleEditorialBoard',
|
||||
component: () => import('../components/page/articleEditorialBoard.vue'),
|
||||
meta: {
|
||||
title: 'Article Editorial Board'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleReviewerDetail',
|
||||
component: () => import('../components/page/articleReviewerDetail'),
|
||||
@@ -651,7 +659,23 @@ export default new Router({
|
||||
meta: {
|
||||
title: 'Review History',
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/editPeerewer', //审稿人进行中列表
|
||||
component: () => import('../components/page/edit_per_ewer'),
|
||||
meta: {
|
||||
title: 'Peer Review'
|
||||
}
|
||||
}, {
|
||||
path: '/editPerhistory', //审稿人历史列表
|
||||
component: () => import('../components/page/edit_per_history'),
|
||||
meta: {
|
||||
title: 'Review History',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: '/perhistory_commen', //审稿人历史列表
|
||||
component: () => import('../components/page/per_history_commen'),
|
||||
meta: {
|
||||
@@ -665,6 +689,13 @@ export default new Router({
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/edit_per_text', //审稿人文章详情
|
||||
component: () => import('../components/page/edit_per_text'),
|
||||
meta: {
|
||||
title: 'Final decision article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_yq', //审稿人文章详情-邀请
|
||||
component: () => import('../components/page/per_text_yq'),
|
||||
@@ -679,6 +710,13 @@ export default new Router({
|
||||
title: 'Review completed'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/edit_per_text_success', //审稿人文章-审稿成功页
|
||||
component: () => import('../components/page/edit_per_text_success'),
|
||||
meta: {
|
||||
title: 'Review completed'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_repeat', //审稿人文章-重复审稿提示
|
||||
component: () => import('../components/page/per_text_repeat'),
|
||||
|
||||
Reference in New Issue
Block a user