edit
This commit is contained in:
parent
e802fe53b1
commit
fd370ba2ad
@ -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',
|
||||
},
|
||||
'前往购买授权',
|
||||
|
@ -21,6 +21,7 @@
|
||||
:row-key="(row) => row.id"
|
||||
ref="tableRef"
|
||||
@update:checked-row-keys="onSelectionChange"
|
||||
:autoScrollX="true"
|
||||
>
|
||||
<template #tableTitle>
|
||||
<n-space>
|
||||
|
Loading…
Reference in New Issue
Block a user