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