🔨 添加连接操作.

This commit is contained in:
lijiahangmax
2024-12-26 22:19:30 +08:00
parent 8f1e976c2f
commit 4d08a18548
10 changed files with 56 additions and 26 deletions

View File

@@ -325,6 +325,8 @@
}
};
defineExpose({ setMessageBoxVisible });
onMounted(() => {
// 查询未读消息
pullHasUnreadMessage();

View File

@@ -30,6 +30,7 @@
<a-button class="header-button"
type="text"
size="small"
title="清空全部已读消息"
@click="clearAllMessage">
清空
</a-button>