From 4f33992b216d7a9779651e99f70e848fc099f4a5 Mon Sep 17 00:00:00 2001 From: yangsy Date: Mon, 25 Aug 2025 19:55:08 +0800 Subject: [PATCH] chore --- src/layouts/app-layout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/app-layout.vue b/src/layouts/app-layout.vue index 6032ef5..e432c48 100644 --- a/src/layouts/app-layout.vue +++ b/src/layouts/app-layout.vue @@ -9,7 +9,7 @@ import ThemeSwitch from '@/components/theme-switch.vue'; import { useStationListQuery } from '@/composables/query'; import { useStationStore } from '@/stores/station'; import { useUserStore } from '@/stores/user'; -import { AlertFilled, AreaChartOutlined, FileTextFilled, HomeFilled, LogoutOutlined, VideoCameraFilled } from '@vicons/antd'; +import { AlertFilled, /* AreaChartOutlined, */ FileTextFilled, HomeFilled, LogoutOutlined, VideoCameraFilled } from '@vicons/antd'; import { ChevronDown } from '@vicons/carbon'; import { NButton, NDropdown, NFlex, NIcon, NLayout, NLayoutContent, NLayoutFooter, NLayoutHeader, NLayoutSider, NMenu, NScrollbar, type DropdownOption, type MenuOption } from 'naive-ui'; import { storeToRefs } from 'pinia';