1
This commit is contained in:
@@ -210,6 +210,13 @@ export default new Router({
|
||||
title: 'Import error'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/reviewerAdd',
|
||||
component: () => import('../components/page/reviewerAdd.vue'),
|
||||
meta: {
|
||||
title: 'Reviewer Add'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/monitorManuscript',
|
||||
component: () => import('../components/page/monitorManuscript.vue'),
|
||||
|
||||
Reference in New Issue
Block a user