This commit is contained in:
陈红丽 2024-12-13 13:29:44 +08:00
parent e802fe53b1
commit fd370ba2ad
2 changed files with 3 additions and 2 deletions

View File

@ -203,7 +203,7 @@
import AreaRanking from './components/AreaRanking.vue'; import AreaRanking from './components/AreaRanking.vue';
const notification = useNotification(); const notification = useNotification();
onMounted(() => { onMounted(() => {
if (!localStorage.getItem('adClosed')) { if (localStorage.getItem('adClosed')) {
notification.info({ notification.info({
title: '双十二限时特惠', title: '双十二限时特惠',
content: () => content: () =>
@ -212,7 +212,7 @@
h( h(
'a', 'a',
{ {
href: 'www.baidu.com', href: 'https://www.baidu.com',
target: '_blank', target: '_blank',
}, },
'前往购买授权', '前往购买授权',

View File

@ -21,6 +21,7 @@
:row-key="(row) => row.id" :row-key="(row) => row.id"
ref="tableRef" ref="tableRef"
@update:checked-row-keys="onSelectionChange" @update:checked-row-keys="onSelectionChange"
:autoScrollX="true"
> >
<template #tableTitle> <template #tableTitle>
<n-space> <n-space>