diff --git a/src/views/system/logManage/index.vue b/src/views/system/logManage/index.vue index a3bf25f..2e407df 100644 --- a/src/views/system/logManage/index.vue +++ b/src/views/system/logManage/index.vue @@ -8,7 +8,7 @@
  • 操作日志
  • 报警日志
  • 门禁日志
  • -
  • 接口访问日志
  • + @@ -49,9 +49,10 @@ export default { return 'warnLog' } else if (this.activeIndex === 3) { return 'doorLog' - } else if (this.activeIndex === 4) { - return 'portLog' } + // else if (this.activeIndex === 4) { + // return 'portLog' + // } return 'loginLog' } },