审稿报告字数统计 加入限制 排除 空格之类的

This commit is contained in:
2026-04-15 10:39:44 +08:00
parent ae5be5f20f
commit 1844d2d125
4 changed files with 82 additions and 56 deletions

View File

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