This commit is contained in:
2024-12-26 10:56:40 +08:00
parent 351c126997
commit caba79154f
8 changed files with 159 additions and 2 deletions

View File

@@ -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'),