This commit is contained in:
2025-11-17 17:00:14 +08:00
parent a4eaf0d5cb
commit ef0e8e83e0
40 changed files with 10582 additions and 3381 deletions

View File

@@ -761,13 +761,15 @@ export default new Router({
meta: {
title: 'Final decision'
}
}, {
},
{
path: '/edithistory', //编委历史列表
component: () => import('../components/page/edit_history'),
meta: {
title: 'Accepted manuscript'
}
}, {
},
{
path: '/edit_text_jx', //编委文章详情-进行
component: () => import('../components/page/edit_text_jx'),
meta: {
@@ -1055,6 +1057,14 @@ export default new Router({
hideSidebar: true
}
},
{
path: '/OnlineProofreading', //用户端预收录-引用编辑
component: () => import('../components/page/OnlineProofreading'),
meta: {
title: 'Online Proofreading',
hideSidebar: true
}
},
{
path: '/LateX', //用户端预收录-引用编辑
component: () => import('../components/page/components/table/LateX.vue'),