This commit is contained in:
2024-09-05 17:59:29 +08:00
parent 9017497b15
commit 04f160b8d2
6 changed files with 316 additions and 41 deletions

View File

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