付智勇

no message

@@ -68,7 +68,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ @@ -68,7 +68,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
68 let files=fs.readdirSync(pathURL); 68 let files=fs.readdirSync(pathURL);
69 if(top == 1){ 69 if(top == 1){
70 allFile=files; 70 allFile=files;
71 - channefiles = recordPath+date1+'/'+cfile; 71 + channefiles = applacation.recordPath+date1+'/'+cfile;
72 } 72 }
73 files.forEach(function(file){ 73 files.forEach(function(file){
74 let type = file.split('.'); 74 let type = file.split('.');