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';
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',
},
'前往购买授权',

View File

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