Merge pull request #743 from zhulangren/patch-1

Update CloudRecordDetail.vue
This commit is contained in:
648540858
2023-02-14 14:47:07 +08:00
committed by GitHub

View File

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