修改清楚所有消息通知

This commit is contained in:
lccsw
2025-12-02 16:49:37 +08:00
parent 24ed6118f2
commit d6db947a6f
@@ -202,7 +202,7 @@ export default {
},
/* 清空通知 */
clearNotice() {
setRead({ type: 'all' })
setRead({ type: 'all', isRead: 1 })
.then(() => {
this.query()
})