From 324e9af795ff85d4e4eb47e80a0ea9937e0adf58 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:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 4 ++-- src/router/index.js | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 525753d..487fb66 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -19,8 +19,8 @@ const service = axios.create({ // baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换 // baseURL: 'http://www.tougao.com/', //测试本地 记得切换 // baseURL: 'http://192.168.110.110/tougao/public/index.php/', - // baseURL: '/api', //本地 - baseURL: '/', //正式 + baseURL: '/api', //本地 + // baseURL: '/', //正式 }); 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'),