This commit is contained in:
2026-01-05 13:20:39 +08:00
parent 744362448e
commit 324e9af795
2 changed files with 3 additions and 9 deletions

View File

@@ -19,8 +19,8 @@ const service = axios.create({
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换 // baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换 // baseURL: 'http://www.tougao.com/', //测试本地 记得切换
// baseURL: 'http://192.168.110.110/tougao/public/index.php/', // baseURL: 'http://192.168.110.110/tougao/public/index.php/',
// baseURL: '/api', //本地 baseURL: '/api', //本地
baseURL: '/', //正式 // baseURL: '/', //正式
}); });

View File

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