Update CloudRecordDetail.vue

修复 download.html 找不到 的问题,它被 assist放在www目录不是 recored目录
This commit is contained in:
逐浪人 2023-02-11 22:08:51 +08:00 committed by GitHub
parent 2c7f42a832
commit 260900bbe6

View File

@ -115,7 +115,7 @@
props: ['recordFile', 'mediaServerId', 'dateFiles', 'mediaServerPath'],
data() {
return {
basePath: `${this.mediaServerPath}/record`,
basePath: `${this.mediaServerPath}`,
dateFilesObj: [],
detailFiles: [],
chooseDate: null,