Skip to content

Commit 83cd7c6

Browse files
committed
fix(common): 移除重复的通知消息调用
- 删除了导致重复通知的Util.notifyMsg调用 - 保留了localStorage的通知状态记录逻辑 - 确保通知计数正确更新
1 parent 1d1dfcb commit 83cd7c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/resources/js/common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,6 @@ var Util = {
10541054
if (0 === result.userNotifyStatus &&
10551055
window.localStorage.hadNotificate !== count.toString() &&
10561056
isSendMsg) {
1057-
Util.notifyMsg(count)
10581057
window.localStorage.hadNotificate = count
10591058
}
10601059

0 commit comments

Comments
 (0)