提交
This commit is contained in:
@@ -312,6 +312,20 @@ export default new Router({
|
||||
title: 'Submit manuscript'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/PendingPaymentEditor',
|
||||
component: () => import('../components/page/PendingPaymentEditor.vue'),
|
||||
meta: {
|
||||
title: 'Pending Payment'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/PendingPaymentAuthor',
|
||||
component: () => import('../components/page/PendingPaymentAuthor.vue'),
|
||||
meta: {
|
||||
title: 'Pending Payment'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/articleReviewer',
|
||||
component: () => import('../components/page/articleReviewer.vue'),
|
||||
|
||||
Reference in New Issue
Block a user