feat: 本次提交更新内容如下

记录列表搞好了
This commit is contained in:
2025-07-08 15:55:41 +08:00
parent 53621e41e7
commit 98bcafda50
8 changed files with 511 additions and 663 deletions

View File

@@ -4,7 +4,7 @@ import { requestInterceptor, responseInterceptor, errorInterceptor } from './int
// 创建axios实例
const request: AxiosInstance = axios.create({
baseURL: process.env.REACT_APP_API_BASE_URL || 'http://www.yishi.com',
timeout: 10000,
timeout: 20000,
headers: {
'Content-Type': 'application/json',
},