This commit is contained in:
linfso 2024-11-27 10:51:10 +08:00
parent de5e98a464
commit c4795b79c3

View File

@ -296,6 +296,9 @@ export default {
that.msgMap[msgKey]=1;
}
this.$notify.closeAll();
Notification.closeAll()
Notification.info({
title: "通知:"+msgData.title,
dangerouslyUseHTMLString: true,