Commit 342361cef8335bfc00f4e453a970c7438a04db14
Committed by
GitHub
1 parent
b010e63d
Update CloudRecordDetail.vue
修复 download.html 找不到 的问题,它被 assist放在www目录不是 recored目录
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, | ... | ... |