From fd370ba2ad280868140dcf1a39668bb267086340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=BA=A2=E4=B8=BD?= <1181930680@qq.com> Date: Fri, 13 Dec 2024 13:29:44 +0800 Subject: [PATCH] edit --- src/views/dashboard/console/index.vue | 4 ++-- src/views/dashboard/message/index.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/console/index.vue b/src/views/dashboard/console/index.vue index 2315b5e..bcc9c28 100644 --- a/src/views/dashboard/console/index.vue +++ b/src/views/dashboard/console/index.vue @@ -203,7 +203,7 @@ import AreaRanking from './components/AreaRanking.vue'; const notification = useNotification(); onMounted(() => { - if (!localStorage.getItem('adClosed')) { + if (localStorage.getItem('adClosed')) { notification.info({ title: '双十二限时特惠', content: () => @@ -212,7 +212,7 @@ h( 'a', { - href: 'www.baidu.com', + href: 'https://www.baidu.com', target: '_blank', }, '前往购买授权', diff --git a/src/views/dashboard/message/index.vue b/src/views/dashboard/message/index.vue index 721b3d9..6247401 100644 --- a/src/views/dashboard/message/index.vue +++ b/src/views/dashboard/message/index.vue @@ -21,6 +21,7 @@ :row-key="(row) => row.id" ref="tableRef" @update:checked-row-keys="onSelectionChange" + :autoScrollX="true" >