From 7f9d9ed8bdb296e3d43636714b0fe2a942bb0999 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Thu, 11 Jun 2026 08:48:25 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BC=98=E5=8C=96=E6=8A=A5=E8=AD=A6?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 4 ---- src/layout/components/notice/index.vue | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index d979925..2ca3adf 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -5,10 +5,6 @@ "ComputedRef": true, "DirectiveBinding": true, "EffectScope": true, - "ElLoading": true, - "ElMessage": true, - "ElMessageBox": true, - "ElNotification": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index 75e6521..6a0141f 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -63,11 +63,11 @@ const warningListStore = useWarningListStore(); const noticeStore = useNoticeStore(); const props = defineProps<{ - warningList?: any[]; + warningList: any; }>(); const { warningList } = toRefs(props); const warningListRows = computed(() => warningList.value?.rows || []); -console.log('666666666666666666_warningListRows', warningListRows.value); +// console.log('666666666666666666_warningListRows', warningListRows.value); const { readAll } = useNoticeStore(); const monitorVideoRef = ref();