0
This commit is contained in:
@@ -21,7 +21,8 @@ export default new Router({
|
||||
},
|
||||
children: [{
|
||||
path: '/dashboard',
|
||||
component: () => import( /* webpackChunkName: "dashboard" */ '../components/page/Dashboard.vue'),
|
||||
component: () => import( /* webpackChunkName: "dashboard" */
|
||||
'../components/page/Dashboard.vue'),
|
||||
meta: {
|
||||
title: 'Home'
|
||||
}
|
||||
@@ -33,14 +34,16 @@ export default new Router({
|
||||
// },
|
||||
{
|
||||
path: '/articleList',
|
||||
component: () => import( /* webpackChunkName: "table" */ '../components/page/articleList.vue'),
|
||||
component: () => import( /* webpackChunkName: "table" */
|
||||
'../components/page/articleList.vue'),
|
||||
meta: {
|
||||
title: 'My manuscript'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor',
|
||||
component: () => import( /* webpackChunkName: "table" */ '../components/page/articleListEditor.vue'),
|
||||
component: () => import( /* webpackChunkName: "table" */
|
||||
'../components/page/articleListEditor.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript to be examined',
|
||||
}
|
||||
@@ -53,6 +56,122 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEmail',
|
||||
component: () => import('../components/page/articleDetailEmail.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript email detail',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEmailist',
|
||||
component: () => import('../components/page/articleDetailEmailist.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript email list',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_A', //正在处理中操作台
|
||||
component: () => import('../components/page/articleListEditor_A.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_B', //排版中操作台
|
||||
component: () => import('../components/page/articleListEditor_B.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
|
||||
{
|
||||
path: '/articleListEditor_B1', //排版中操作台-排版详情页
|
||||
component: () => import('../components/page/articleListEditor_B1.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript typesetting',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_B1_vold', //排版中操作台-排版详情页
|
||||
component: () => import('../components/page/articleListEditor_B1_vold.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript typesetting',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_C', //等作者确认
|
||||
component: () => import('../components/page/articleListEditor_C.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
}, {
|
||||
path: '/articleListEditor_C1', //等作者确认-详情页面
|
||||
component: () => import('../components/page/articleListEditor_C1.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
}, {
|
||||
path: '/articleListEditor_C1_', //等作者确认-详情页面
|
||||
component: () => import('../components/page/articleListEditor_C1_.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_D', //Online操作台
|
||||
component: () => import('../components/page/articleListEditor_D.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_D1', //Online操作台-补充信息
|
||||
component: () => import('../components/page/articleListEditor_D1.vue'),
|
||||
meta: {
|
||||
title: 'Online Manuscript Edit',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleListEditor_E', //上线操作台
|
||||
component: () => import('../components/page/articleListEditor_E.vue'),
|
||||
meta: {
|
||||
title: '',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/compose',
|
||||
component: () => import('../components/page/PB_comPose.vue'),
|
||||
meta: {
|
||||
title: '文章排版'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/checklate',
|
||||
component: () => import('../components/page/PB_checkLate.vue'),
|
||||
meta: {
|
||||
title: '文章核对'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/formwork',
|
||||
component: () => import('../components/page/PB_formWork.vue'),
|
||||
meta: {
|
||||
title: '模板确定'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_a',
|
||||
component: () => import('../components/page/articleDetailEditor_a.vue'),
|
||||
@@ -105,7 +224,7 @@ export default new Router({
|
||||
path: '/articleDetailEditor_g',
|
||||
component: () => import('../components/page/articleDetailEditor_g.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Fininal decision',
|
||||
title: 'Manuscript Pre-decision',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
@@ -141,6 +260,14 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleProcessConfirm',
|
||||
component: () => import('../components/page/articleProcessConfirm.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript process confirm',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'articleRevise',
|
||||
component: () => import('../components/page/articleRevise.vue'),
|
||||
@@ -320,6 +447,13 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/mailtemplate',
|
||||
component: () => import('../components/page/mailtemplate.vue'),
|
||||
meta: {
|
||||
title: 'Mail template list'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/chiefeditor',
|
||||
component: () => import('../components/page/chiefeditor.vue'),
|
||||
@@ -336,6 +470,21 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/editorBorder',
|
||||
component: () => import('../components/page/editorBorder.vue'),
|
||||
meta: {
|
||||
title: 'Editor list'
|
||||
},
|
||||
hidden: true
|
||||
},{
|
||||
path: '/editorGroup',
|
||||
component: () => import('../components/page/editorGroup.vue'),
|
||||
meta: {
|
||||
title: 'Editor Group list'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/editmbereditor',
|
||||
component: () => import('../components/page/editmbereditor.vue'),
|
||||
@@ -390,7 +539,8 @@ export default new Router({
|
||||
},
|
||||
{
|
||||
path: '/man_report', //-统计-图表
|
||||
component: () => import( /* webpackChunkName: "" */ '../components/page/man_report'),
|
||||
component: () => import( /* webpackChunkName: "" */
|
||||
'../components/page/man_report'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief Statistical Analysis'
|
||||
}
|
||||
@@ -436,6 +586,13 @@ export default new Router({
|
||||
title: 'Review completed'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_repeat', //审稿人文章-重复审稿提示
|
||||
component: () => import('../components/page/per_text_repeat'),
|
||||
meta: {
|
||||
title: 'Review repeat'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_fail',
|
||||
component: () => import('../components/page/per_text_fail.vue'),
|
||||
@@ -475,6 +632,13 @@ export default new Router({
|
||||
title: 'Young scientist member'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/you_text', //青年编委-审稿详情
|
||||
component: () => import('../components/page/you_text'),
|
||||
meta: {
|
||||
title: 'Young scientist member article details'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/percenter', //青年编委-审稿详情
|
||||
component: () => import('../components/page/cenper_ter'),
|
||||
@@ -483,22 +647,129 @@ export default new Router({
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/you_text', //个人中心
|
||||
component: () => import('../components/page/you_text'),
|
||||
path: '/guestArticleL', //客座-稿件列表
|
||||
component: () => import('../components/page/guest_articleList'),
|
||||
meta: {
|
||||
title: 'Young scientist member article details'
|
||||
title: 'Manuscript List'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/guestArticleReviewerL', //客座-稿件列表
|
||||
component: () => import('../components/page/guest_articleReviewer'),
|
||||
meta: {
|
||||
title: 'Manuscript reviewer list'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/guestArticleDetail', //客座-稿件内容
|
||||
component: () => import('../components/page/guest_articleDetail'),
|
||||
meta: {
|
||||
title: 'Manuscript detail'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/guestReviewerL', //客座-审稿人列表
|
||||
component: () => import('../components/page/guest_reviewerList'),
|
||||
meta: {
|
||||
title: 'Reviewer List'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/percenter', //个人中心
|
||||
component: () => import('../components/page/cenper_ter'),
|
||||
meta: {
|
||||
title: 'Personal Center'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/comOpinion', //意见反馈
|
||||
component: () => import('../components/page/comOpinion'),
|
||||
meta: {
|
||||
title: 'Suggestion'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/comOpinionSuccess', //意见反馈-成功
|
||||
component: () => import('../components/page/comOpinionSuccess'),
|
||||
meta: {
|
||||
title: 'Suggestion Success'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/suggestList', //意见列表
|
||||
component: () => import('../components/page/suggestList'),
|
||||
meta: {
|
||||
title: 'Suggestion List'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/partyEditor', //编辑列表
|
||||
component: () => import('../components/page/partyEditor'),
|
||||
meta: {
|
||||
title: 'Editer List'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/partyList', //用户列表
|
||||
component: () => import('../components/page/partyList'),
|
||||
meta: {
|
||||
title: 'User List'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/partyDelete', //黑名单
|
||||
component: () => import('../components/page/partyDelete'),
|
||||
meta: {
|
||||
title: 'Blacklist'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/partyRole', //用户身份详情
|
||||
component: () => import('../components/page/partyRole'),
|
||||
meta: {
|
||||
title: 'User Role'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/partyRoleEdit', //用户身份详情修改
|
||||
component: () => import('../components/page/partyRoleEdit'),
|
||||
meta: {
|
||||
title: 'User Role Edit'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/mailboxSend', //邮箱系统-发邮件
|
||||
component: () => import('../components/page/mailboxSend'),
|
||||
meta: {
|
||||
title: 'Mailbox send'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/mailboxCollect', //邮箱系统-收邮件列表
|
||||
component: () => import('../components/page/mailboxCollect'),
|
||||
meta: {
|
||||
title: 'Mailbox list'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/mailboxMould', //邮箱系统-模板
|
||||
component: () => import('../components/page/mailboxMould'),
|
||||
meta: {
|
||||
title: 'Mailbox template'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import( /* webpackChunkName: "404" */ '../components/page/404.vue'),
|
||||
component: () => import( /* webpackChunkName: "404" */
|
||||
'../components/page/404.vue'),
|
||||
meta: {
|
||||
title: '404'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/403',
|
||||
component: () => import( /* webpackChunkName: "403" */ '../components/page/403.vue'),
|
||||
component: () => import( /* webpackChunkName: "403" */
|
||||
'../components/page/403.vue'),
|
||||
meta: {
|
||||
title: '403'
|
||||
}
|
||||
@@ -540,7 +811,8 @@ export default new Router({
|
||||
},
|
||||
{
|
||||
path: '/retrieveact',
|
||||
component: () => import( /* webpackChunkName: "retrieveact" */ '../components/page/Retrieveact.vue'),
|
||||
component: () => import( /* webpackChunkName: "retrieveact" */
|
||||
'../components/page/Retrieveact.vue'),
|
||||
meta: {
|
||||
title: 'Retrieve password'
|
||||
}
|
||||
@@ -559,6 +831,13 @@ export default new Router({
|
||||
title: 'Register'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/verification',
|
||||
component: () => import( /* webpackChunkName: "verification" */ '../components/page/verification.vue'),
|
||||
meta: {
|
||||
title: 'verification'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/reviewer',
|
||||
component: () => import('../components/page/reviewer.vue'),
|
||||
|
||||
Reference in New Issue
Block a user