Merge branch 'master' of https://git.nuttyreading.com/wangjinlei/tougao_web into Editorial-Board

This commit is contained in:
2025-11-28 16:54:15 +08:00
12 changed files with 1329 additions and 964 deletions

View File

@@ -101,6 +101,9 @@ export default new Router({
component: () => import('../components/page/articleListEditor_B1.vue'),
meta: {
title: 'Manuscript typesetting',
hideSidebar: true,
bgColor: '#fafafa',
hideJournal: true
},
hidden: true
},
@@ -1046,7 +1049,8 @@ export default new Router({
path: '/ReferenceEditor', //用户端预收录-引用编辑
component: () => import('../components/page/ReferenceEditor'),
meta: {
title: 'Reference Workflow'
title: 'Reference Workflow',
hideJournal: true
}
},
{
@@ -1054,7 +1058,8 @@ export default new Router({
component: () => import('../components/page/GenerateCharts'),
meta: {
title: 'Text Proofread',
hideSidebar: true
hideSidebar: true,
hideJournal: true
}
},
{
@@ -1062,7 +1067,8 @@ export default new Router({
component: () => import('../components/page/OnlineProofreading'),
meta: {
title: 'Online Proofreading',
hideSidebar: true
hideSidebar: true,
hideJournal: true
}
},
{
@@ -1072,6 +1078,7 @@ export default new Router({
title: 'LateX',
hideSidebar: true,
hideTitle: true,
hideJournal: true
}
},
{
@@ -1081,6 +1088,17 @@ export default new Router({
title: 'References',
hideSidebar: true,
hideTitle: true,
hideJournal: true
}
},
{
path: '/crossref', //用户端预收录-引用编辑
component: () => import('../components/page/components/OnlineProofreading/crossref.vue'),
meta: {
title: 'crossref',
hideSidebar: true,
hideTitle: true,
hideJournal: true
}
},
{
@@ -1091,7 +1109,8 @@ export default new Router({
title: 'PreIngestedEditor',
hideSidebar: true,
bgColor: '#fafafa'
bgColor: '#fafafa',
hideJournal: true
}
},
{