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