Update CloudRecordDetail.vue

修复 download.html 找不到 的问题,它被 assist放在www目录不是 recored目录
pull/743/head
逐浪人 2023-02-11 22:08:51 +08:00 committed by GitHub
parent b010e63dc0
commit 342361cef8
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,