修改
This commit is contained in:
parent
1c83b4a240
commit
321683e7c2
@ -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: () =>
|
||||
|
@ -133,6 +133,7 @@
|
||||
label: '编辑',
|
||||
icon: renderIcon(FormOutlined),
|
||||
type: 'info',
|
||||
disabled: record.status == 1,
|
||||
onClick: handleEdit.bind(null, record),
|
||||
auth: ['sys:job:update'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user