mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
fix: 桌面端开启子窗口消息数倍数增长的问题
This commit is contained in:
parent
8d16af1b78
commit
c62839b22b
2
resources/assets/js/store/actions.js
vendored
2
resources/assets/js/store/actions.js
vendored
@ -2814,7 +2814,7 @@ export default {
|
|||||||
// 新增回复数量
|
// 新增回复数量
|
||||||
dispatch("increaseMsgReplyNum", data);
|
dispatch("increaseMsgReplyNum", data);
|
||||||
//
|
//
|
||||||
if (mode === "chat") {
|
if (mode === "chat" || $A.isSubElectron) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (data.userid !== state.userId) {
|
if (data.userid !== state.userId) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user