diff --git a/services/recordInfoService.js b/services/recordInfoService.js index e2e21be..d37dbda 100644 --- a/services/recordInfoService.js +++ b/services/recordInfoService.js @@ -68,7 +68,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ let files=fs.readdirSync(pathURL); if(top == 1){ allFile=files; - channefiles = cfile; + channefiles = onlinePath+date1+"/"+cfile; } files.forEach(function(file){ let type = file.split('.');