审稿人新增编辑

This commit is contained in:
2024-07-08 11:51:13 +08:00
parent 3f75eea441
commit 9ec473bd42
6 changed files with 3304 additions and 1842 deletions

View File

@@ -18,6 +18,8 @@ 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: '/', //正式
});