Merge pull request #743 from zhulangren/patch-1

Update CloudRecordDetail.vue
pull/750/merge
648540858 2023-02-14 14:47:07 +08:00 committed by GitHub
commit 81da03d981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,