From e4cb19bbc3cced5ba3b98d83bee00949534b8d6d Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 21 May 2025 18:48:10 +0800
Subject: [PATCH] fix: 登陆不了的bug

---
 src/views/monitor/log/api.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index cdbce9a..f2399ea 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -186,7 +186,6 @@
     },
     onLoad(page, params = {}) {
       const { daterange } = this.query;
-      console.log(daterange,999)
       let values = {
         ...params,
         ...this.query,

--
Gitblit v1.9.3