Commit 0eba7c40c34d92c93448f39793726e02b0e3cd12
1 parent
20fdd996
修复录像下载
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/CloudRecordDetail.vue
| @@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
| 115 | props: ['recordFile', 'mediaServerId', 'dateFiles', 'mediaServerPath'], | 115 | props: ['recordFile', 'mediaServerId', 'dateFiles', 'mediaServerPath'], |
| 116 | data() { | 116 | data() { |
| 117 | return { | 117 | return { |
| 118 | - basePath: `${this.mediaServerPath}/record`, | 118 | + basePath: `${this.mediaServerPath}`, |
| 119 | dateFilesObj: [], | 119 | dateFilesObj: [], |
| 120 | detailFiles: [], | 120 | detailFiles: [], |
| 121 | chooseDate: null, | 121 | chooseDate: null, |