🔨 添加连接操作.
This commit is contained in:
@@ -325,6 +325,8 @@
|
||||
}
|
||||
};
|
||||
|
||||
defineExpose({ setMessageBoxVisible });
|
||||
|
||||
onMounted(() => {
|
||||
// 查询未读消息
|
||||
pullHasUnreadMessage();
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
<a-button class="header-button"
|
||||
type="text"
|
||||
size="small"
|
||||
title="清空全部已读消息"
|
||||
@click="clearAllMessage">
|
||||
清空
|
||||
</a-button>
|
||||
|
||||
Reference in New Issue
Block a user