Commit 81da03d981d0f08a2e8b46d7a2a9874eef02f671
Committed by
GitHub
Merge pull request #743 from zhulangren/patch-1
Update CloudRecordDetail.vue
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/CloudRecordDetail.vue
| ... | ... | @@ -115,7 +115,7 @@ |
| 115 | 115 | props: ['recordFile', 'mediaServerId', 'dateFiles', 'mediaServerPath'], |
| 116 | 116 | data() { |
| 117 | 117 | return { |
| 118 | - basePath: `${this.mediaServerPath}/record`, | |
| 118 | + basePath: `${this.mediaServerPath}`, | |
| 119 | 119 | dateFilesObj: [], |
| 120 | 120 | detailFiles: [], |
| 121 | 121 | chooseDate: null, | ... | ... |