文章详情 Reviewer detail 打开弹窗

This commit is contained in:
2025-11-19 15:05:07 +08:00
parent 04bfcc1256
commit 9fd6b73850
9 changed files with 299 additions and 219 deletions

View File

@@ -5,7 +5,7 @@ import qs from 'qs'
// axios全局配置
axios.defaults.timeout = 1000 * 6 * 2; // 超时时间
axios.defaults.timeout = 1000 * 6 * 10 * 3; // 超时时间
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'; // 配置请求头
@@ -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: '/', //正式
});