From 43a48ed42203cdd534580e49b11f3b6450410ef2 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 15 Mar 2023 14:08:56 +0800 Subject: [PATCH] docs: update bottom banner --- antdv-demo/components/header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antdv-demo/components/header.vue b/antdv-demo/components/header.vue index 69f39b58b..f383a093f 100644 --- a/antdv-demo/components/header.vue +++ b/antdv-demo/components/header.vue @@ -17,7 +17,7 @@ export default { return { visibleAdblockBanner: !!this.demoContext.blocked, value: null, - showTopBanner: !localStorage.getItem('notification-key-next'), + showTopBanner: !localStorage.getItem('notification-key-surelyform'), }; }, watch: {