This commit is contained in:
2025-10-20 17:15:58 +08:00
parent 2070a9f423
commit b4615723f3
4 changed files with 3443 additions and 1 deletions

View File

@@ -319,6 +319,13 @@ export default new Router({
title: 'Submit manuscript'
}
},
{
path: '/articleAdd2',
component: () => import('../components/page/articleAdd2.vue'),
meta: {
title: 'Submit manuscript'
}
},
{
path: '/PendingPaymentEditor',
component: () => import('../components/page/PendingPaymentEditor.vue'),