diff --git a/src/views/Chat.vue b/src/views/Chat.vue index 0db7d76..783d98e 100644 --- a/src/views/Chat.vue +++ b/src/views/Chat.vue @@ -87,7 +87,7 @@ - + @@ -117,6 +117,15 @@ + + 刷新 + + { } }; +const handleRefresh = () => { + getList() +} + onMounted(() => { // 获取统计 getStats()