tijiao
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user