diff --git a/src/router/index.js b/src/router/index.js index 384f533..3cfcadc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -323,13 +323,7 @@ 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'),