From 4131576db8238568562bc682d6b60453df675006 Mon Sep 17 00:00:00 2001 From: 付智勇 <fuzhiyong@efangtec.com> Date: Sat, 21 Oct 2017 13:53:31 +0800 Subject: [PATCH] no message --- services/recordInfoService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/recordInfoService.js b/services/recordInfoService.js index e2e21be..d37dbda 100644 --- a/services/recordInfoService.js +++ b/services/recordInfoService.js @@ -68,7 +68,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ let files=fs.readdirSync(pathURL); if(top == 1){ allFile=files; - channefiles = cfile; + channefiles = onlinePath+date1+"/"+cfile; } files.forEach(function(file){ let type = file.split('.'); -- libgit2 0.24.0