tijiao
This commit is contained in:
@@ -378,6 +378,14 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleEditorDetail',
|
||||
component: () => import('../components/page/articleEditorDetail'),
|
||||
meta: {
|
||||
title: 'Article detail'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleReviewerAdd',
|
||||
component: () => import('../components/page/articleReviewerAdd.vue'),
|
||||
@@ -664,13 +672,13 @@ export default new Router({
|
||||
path: '/editPeerewer', //审稿人进行中列表
|
||||
component: () => import('../components/page/edit_per_ewer'),
|
||||
meta: {
|
||||
title: 'Peer Review'
|
||||
title: 'Final Review'
|
||||
}
|
||||
}, {
|
||||
path: '/editPerhistory', //审稿人历史列表
|
||||
component: () => import('../components/page/edit_per_history'),
|
||||
meta: {
|
||||
title: 'Review History',
|
||||
title: 'Final Review History',
|
||||
}
|
||||
},
|
||||
|
||||
@@ -693,7 +701,8 @@ export default new Router({
|
||||
path: '/edit_per_text', //审稿人文章详情
|
||||
component: () => import('../components/page/edit_per_text'),
|
||||
meta: {
|
||||
title: 'Final decision article details'
|
||||
title: 'Final review article details'
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -703,6 +712,13 @@ export default new Router({
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/edit_per_text_yq', //审稿人文章详情-邀请
|
||||
component: () => import('../components/page/edit_per_text_yq'),
|
||||
meta: {
|
||||
title: 'Final review article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_success', //审稿人文章-审稿成功页
|
||||
component: () => import('../components/page/per_text_success'),
|
||||
|
||||
Reference in New Issue
Block a user