付智勇

no message

... ... @@ -64,7 +64,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
if(top == 0){
date1 = moment(Number( record.createTime)).format('YYYYMMDD')
}
console.log(top)
console.log(date1)
fschannefiles.forEach(function(cfile,index){
if(record.channel == cfile.split('_')[0]+'_'+cfile.split("_")[1]){
let pathURL = onlinePath+date1+"/"+cfile;
... ...