Update CloudRecordDetail.vue
修复 download.html 找不到 的问题,它被 assist放在www目录不是 recored目录
This commit is contained in:
parent
2c7f42a832
commit
260900bbe6
@ -115,7 +115,7 @@
|
||||
props: ['recordFile', 'mediaServerId', 'dateFiles', 'mediaServerPath'],
|
||||
data() {
|
||||
return {
|
||||
basePath: `${this.mediaServerPath}/record`,
|
||||
basePath: `${this.mediaServerPath}`,
|
||||
dateFilesObj: [],
|
||||
detailFiles: [],
|
||||
chooseDate: null,
|
||||
|
Loading…
Reference in New Issue
Block a user