소스 검색

日志查询bug

hl 10 달 전
부모
커밋
e7df5c2d49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web.js

+ 1 - 1
src/web.js

@@ -99,7 +99,7 @@ function init() {
             const directoryPath = path.resolve(logPath);
             if (isFilePath === false) {
                 if (file.checkPathSync(directoryPath)) {
-                   var app_demo =  robot.getApp(value.id + "");
+                   var app_demo =  robot.getApp(id + "");
                     app_demo.isFilePath = true
                 }
             }