This commit is contained in:
net909
2023-11-24 22:45:30 +08:00
parent 3df2bc15e2
commit e9b08fdbf2
20 changed files with 2360 additions and 138 deletions
-3
View File
@@ -141,9 +141,6 @@ new Vue({
const index = this.tasks.push(speed) - 1
return axios.request({
url: this.set.input,
params: {
[id]: id,
},
cancelToken: this.cancelSource.token,
onDownloadProgress: function (progressEvent) {
// 处理原生进度事件