浏览代码

日志查询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
                 }
             }