old mode 100644
new mode 100755
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | title: "四倍速下载中...", |
| | | title: "下载中...", |
| | | deviceId: "", |
| | | channelId: "", |
| | | app: "", |
| | |
| | | getFileDownload: function (){ |
| | | this.$axios({ |
| | | method: 'get', |
| | | url:`/record_proxy/${this.mediaServerId}/api/record/file/download/task/add`, |
| | | url:`/api/cloud/record/task/add`, |
| | | params: { |
| | | app: this.app, |
| | | stream: this.stream, |
| | | mediaServerId: this.mediaServerId, |
| | | startTime: null, |
| | | endTime: null, |
| | | } |
| | |
| | | getProgressForFile: function (callback){ |
| | | this.$axios({ |
| | | method: 'get', |
| | | url:`/record_proxy/${this.mediaServerId}/api/record/file/download/task/list`, |
| | | url:`/api/cloud/record/task/list`, |
| | | params: { |
| | | app: this.app, |
| | | stream: this.stream, |
| | | mediaServerId: this.mediaServerId, |
| | | taskId: this.taskId, |
| | | isEnd: true, |
| | | } |