From 5691d366f9768d8be44cac4b6bf4e1bbac85a2ce Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Tue, 12 Nov 2024 14:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E8=84=B1=E6=95=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/log.js | 6 +++ src/layout/index.vue | 66 +++++++++++++++++++++------------ src/views/system/user/index.vue | 11 +++++- 3 files changed, 58 insertions(+), 25 deletions(-) diff --git a/src/api/system/log.js b/src/api/system/log.js index fc3b90b2..37abfb25 100644 --- a/src/api/system/log.js +++ b/src/api/system/log.js @@ -92,6 +92,12 @@ export function getLogSize(data) { }) } +export function handleNoWarningLog(data) { + return request({ + url: '/system/sys/sysLog/logWarn', + method: 'get' + }) +} diff --git a/src/layout/index.vue b/src/layout/index.vue index 98c78ac8..e3c246a1 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -25,10 +25,6 @@ -