修复录像下载

pull/276/head
648540858 2021-12-14 08:56:42 +08:00
parent 20fdd99670
commit 0eba7c40c3
1 changed files with 1 additions and 1 deletions

View File

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