From c4795b79c3748b32c00cd24eb989bebc6fca8cb0 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 27 Nov 2024 10:51:10 +0800 Subject: [PATCH] md --- src/layout/components/Navbar.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index e19840c6..fd081a78 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -296,6 +296,9 @@ export default { that.msgMap[msgKey]=1; } + this.$notify.closeAll(); + Notification.closeAll() + Notification.info({ title: "通知:"+msgData.title, dangerouslyUseHTMLString: true,