正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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; |
-
请 注册 或 登录 后发表评论