新增租户备注功能

This commit is contained in:
2025-09-10 16:01:18 +08:00
parent 1885fb61d1
commit f8289ea4c1
7 changed files with 80 additions and 17 deletions

View File

@@ -197,6 +197,7 @@ onMounted(async () => {
// 每次页面“再次显示”时都会触发(前提:该路由组件被 keep-alive 缓存)
onActivated(async () => {
await fetchDailyHostsCount()
await fetchAllHostsCount()
})
// import { useGlobalWebSocket } from '@/components/useGlobalWebSocket'
// let messageList = useGlobalWebSocket().messageList