付智勇

no message

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