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 b010e63dc0
commit 342361cef8

View File

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