1
This commit is contained in:
@@ -125,6 +125,14 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleProcessSwitch',
|
||||
component: () => import('../components/page/articleProcessSwitch.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript process switch',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleProcessRevision',
|
||||
component: () => import('../components/page/articleProcessRevision.vue'),
|
||||
|
||||
Reference in New Issue
Block a user