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 @@