录像下载修复

pull/200/head
648540858 2021-10-15 17:58:28 +08:00
parent bbcdb370f9
commit 62e82ea9ee
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
props: ['recordFile', 'mediaServerId', 'dateFiles'], props: ['recordFile', 'mediaServerId', 'dateFiles'],
data() { data() {
return { return {
basePath: process.env.NODE_ENV === 'development'?`${location.origin}/debug/zlm`:`${location.origin}/zlm`, basePath: process.env.NODE_ENV === 'development'?`${location.origin}/debug/zlm/${this.mediaServerId}`:`${location.origin}/zlm/${this.mediaServerId}`,
dateFilesObj: [], dateFilesObj: [],
detailFiles: [], detailFiles: [],
chooseDate: null, chooseDate: null,