1.7
This commit is contained in:
@@ -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) {
|
||||
// 处理原生进度事件
|
||||
|
||||
Reference in New Issue
Block a user