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,