更新下载进度,修复不能重新下载的问题

This commit is contained in:
2025-08-23 12:03:40 +08:00
parent 8d4e479ee1
commit b0179139cc
18 changed files with 1986 additions and 633 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class ApiService {
constructor() {
this.client = axios.create({
baseURL: API_BASE_URL,
timeout: 30000,
timeout: 60000, // 增加到60秒
headers: {
'Content-Type': 'application/json',
},