下载模组更新,新增下载组件,下载监听改为全局,全量改为增量监听

This commit is contained in:
2025-08-31 06:41:46 +08:00
parent aa04f9d03f
commit ad5dfc64cb
17 changed files with 1662 additions and 285 deletions
+2 -2
View File
@@ -407,8 +407,8 @@ class ArtworkService {
}
}
// 发送API请求
const response = await axios(config);
// 使用auth实例的axiosInstance发送请求,这样可以利用自动token刷新机制
const response = await this.auth.axiosInstance(config);
const responseData = response.data;
// 对于GET请求,将响应数据缓存