This commit is contained in:
wangjinlei
2023-05-17 13:21:01 +08:00
parent 5ed3073b6e
commit f087543b0f
77 changed files with 10625 additions and 4542 deletions

View File

@@ -22,9 +22,9 @@ export default new Router({
children: [{
path: '/dashboard',
component: () => import( /* webpackChunkName: "dashboard" */
'../components/page/Dashboard.vue'),
'../components/page/Dashboard_.vue'),
meta: {
title: 'Home'
title: 'Personal Center'
}
},
// {
@@ -48,6 +48,14 @@ export default new Router({
title: 'Manuscript to be examined',
}
},
{
path: '/articleDrafts',
component: () => import(
'../components/page/articleDrafts.vue'),
meta: {
title: 'Manuscripts in Draft'
}
},
{
path: '/articleDetailEditor',
component: () => import('../components/page/articleDetailEditor.vue'),
@@ -88,7 +96,6 @@ export default new Router({
},
hidden: true
},
{
path: '/articleListEditor_B1', //排版中操作台-排版详情页
component: () => import('../components/page/articleListEditor_B1.vue'),
@@ -106,21 +113,21 @@ export default new Router({
hidden: true
},
{
path: '/articleListEditor_C', //等作者确认
path: '/articleListEditor_C', //Online操作台
component: () => import('../components/page/articleListEditor_C.vue'),
meta: {
title: '',
},
hidden: true
}, {
path: '/articleListEditor_C1', //等作者确认-详情页面
path: '/articleListEditor_C1', //
component: () => import('../components/page/articleListEditor_C1.vue'),
meta: {
title: '',
},
hidden: true
}, {
path: '/articleListEditor_C1_', //等作者确认-详情页面
path: '/articleListEditor_C1_', //
component: () => import('../components/page/articleListEditor_C1_.vue'),
meta: {
title: '',
@@ -128,7 +135,7 @@ export default new Router({
hidden: true
},
{
path: '/articleListEditor_D', //Online操作台
path: '/articleListEditor_D', //连续出版操作台
component: () => import('../components/page/articleListEditor_D.vue'),
meta: {
title: '',
@@ -136,20 +143,35 @@ export default new Router({
hidden: true
},
{
path: '/articleListEditor_D1', //Online操作台-补充信息
path: '/articleListEditor_D1', //连续出版操作台-排版详情页
component: () => import('../components/page/articleListEditor_D1.vue'),
meta: {
title: 'Manuscript typesetting',
},
hidden: true
},
{
path: '/articleListEditor_E', //出版操作台
component: () => import('../components/page/articleListEditor_E.vue'),
meta: {
title: '',
},
hidden: true
},
{
path: '/articleListEditor_E1', //
component: () => import('../components/page/articleListEditor_E1.vue'),
meta: {
title: 'Online Manuscript Edit',
},
hidden: true
},
{
path: '/articleListEditor_E', //上线操作台
component: () => import('../components/page/articleListEditor_E.vue'),
path: '/comArtHtml',
component: () => import('../components/page/comArtHtml.vue'),
meta: {
title: '',
},
hidden: true
title: 'Artcile Html'
}
},
{
path: '/compose',
@@ -280,7 +302,7 @@ export default new Router({
path: '/articleAdd',
component: () => import('../components/page/articleAdd.vue'),
meta: {
title: 'Add manuscript'
title: 'Submit manuscript'
}
},
{
@@ -454,6 +476,13 @@ export default new Router({
title: 'Mail template list'
}
},
{
path: '/documentView',
component: () => import('../components/page/documentView.vue'),
meta: {
title: 'Manuscript List'
},
},
{
path: '/chiefeditor',
component: () => import('../components/page/chiefeditor.vue'),
@@ -509,6 +538,13 @@ export default new Router({
},
hidden: true
},
{
path: '/TMRGPT', //TMRGPT
component: () => import('../components/page/tmrGPT'),
meta: {
title: 'TMRGPT'
},
},
{
path: '/managing', //主编进行中列表
component: () => import('../components/page/man_aging'),
@@ -517,10 +553,10 @@ export default new Router({
}
},
{
path: '/manhistory', //主编历史中列表
component: () => import('../components/page/man_history'),
path: '/manarticle', //主编文章列表
component: () => import('../components/page/man_article'),
meta: {
title: 'Editor-in-Chief historical manuscripts'
title: 'Editor-in-Chief manuscripts list'
}
},
{
@@ -549,14 +585,13 @@ export default new Router({
path: '/peerewer', //审稿人进行中列表
component: () => import('../components/page/per_ewer'),
meta: {
title: 'Reviewer'
title: 'Peer Review'
}
}, {
path: '/perhistory', //审稿人历史列表
component: () => import('../components/page/per_history'),
meta: {
title: 'Reviewer historical manuscripts',
// keepAlive: true,
title: 'Review History',
}
}, {
path: '/perhistory_commen', //审稿人历史列表
@@ -604,13 +639,13 @@ export default new Router({
path: '/editorial', //编委进行中列表
component: () => import('../components/page/edit_ial'),
meta: {
title: 'Editorial board member'
title: 'Final decision'
}
}, {
path: '/edithistory', //编委历史列表
component: () => import('../components/page/edit_history'),
meta: {
title: 'Editorial board member historical manuscripts'
title: 'Accepted manuscript'
}
}, {
path: '/edit_text_jx', //编委文章详情-进行
@@ -625,11 +660,18 @@ export default new Router({
title: 'Editorial board member article details'
}
},
{
path: '/editApplyList', //编委-申请列表
component: () => import('../components/page/editApplyList.vue'),
meta: {
title: 'Editorial board apply list'
}
},
{
path: '/youthed', //青年编委进行中列表
component: () => import('../components/page/you_thed'),
meta: {
title: 'Young scientist member'
title: 'Pending review'
}
},
{
@@ -646,6 +688,21 @@ export default new Router({
title: 'Personal Center'
}
},
{
path: '/youthList', //青年编委-列表
component: () => import('../components/page/youthList.vue'),
meta: {
title: 'Young Scientist list',
keepAlive: true,
}
},
{
path: '/youthApplyList', //青年编委-申请列表
component: () => import('../components/page/youthApplyList.vue'),
meta: {
title: 'Young Scientist Apply list'
}
},
{
path: '/guestArticleL', //客座-稿件列表
component: () => import('../components/page/guest_articleList'),
@@ -709,11 +766,67 @@ export default new Router({
title: 'Editer List'
}
},
{
path: '/partyListAct', //用户列表-活跃
component: () => import('../components/page/partyListAct'),
meta: {
title: 'Active Users'
}
},
{
path: '/partyListIna', //用户列表-不活跃
component: () => import('../components/page/partyListIna'),
meta: {
title: 'Inactive Users'
}
},
{
path: '/partyListPot', //用户列表-待开发
component: () => import('../components/page/partyListPot'),
meta: {
title: 'Potential Users'
}
},
{
path: '/partyListCorr', //用户列表-通讯作者列表
component: () => import('../components/page/partyListCorr'),
meta: {
title: 'Potential Users'
}
},
{
path: '/partyExte', //用户推广
component: () => import('../components/page/partyExte'),
meta: {
title: 'Popularize Users'
}
},
{
path: '/partyList', //用户列表
component: () => import('../components/page/partyList'),
meta: {
title: 'User List'
title: 'Total User'
}
},
{
path: '/disseMinate', //推广
component: () => import('../components/page/disseMinate'),
meta: {
title: 'Email Promotion Task'
}
},
{
path: '/disseMRecord', //推广记录
component: () => import('../components/page/disseMRecord'),
meta: {
title: 'Promotion Record'
}
},
{
path: '/disseMTemple', //推广邮件管理
component: () => import('../components/page/disseMTemple'),
meta: {
title: 'Promotion Email Management'
}
},
{