From 539c8b312e0a30c075dc746171e87be4cc43716f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 5 Jan 2026 13:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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'),