From 5747871fa9f8677aaf636a0e936fec57886c49b8 Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Fri, 17 Apr 2026 09:37:23 +0800 Subject: [PATCH] chore: clear js lint error --- web/src/views/loginlogs/LoginLogs.vue | 2 +- web/src/views/loginlogs/tabs/LoginLogTab.vue | 4 +--- web/src/views/loginlogs/tabs/SystemEventTab.vue | 14 +++----------- web/src/views/notify/components/PushLog.vue | 11 +---------- 4 files changed, 6 insertions(+), 25 deletions(-) diff --git a/web/src/views/loginlogs/LoginLogs.vue b/web/src/views/loginlogs/LoginLogs.vue index 1bb270d..4b7d1b5 100644 --- a/web/src/views/loginlogs/LoginLogs.vue +++ b/web/src/views/loginlogs/LoginLogs.vue @@ -4,7 +4,7 @@ import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs' import { Button } from '@/components/ui/button' import { Input } from '@/components/ui/input' import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select' -import { Search, RefreshCw, Trash2, ShieldAlert, Bell, LogIn } from 'lucide-vue-next' +import { Search, RefreshCw, Trash2 } from 'lucide-vue-next' import LoginLogTab from './tabs/LoginLogTab.vue' import SystemEventTab from './tabs/SystemEventTab.vue' import PushLog from '@/views/notify/components/PushLog.vue' diff --git a/web/src/views/loginlogs/tabs/LoginLogTab.vue b/web/src/views/loginlogs/tabs/LoginLogTab.vue index 42b0a56..34daeb0 100644 --- a/web/src/views/loginlogs/tabs/LoginLogTab.vue +++ b/web/src/views/loginlogs/tabs/LoginLogTab.vue @@ -1,9 +1,7 @@