From 5243d2922f9eefd47e166c589edd428c59497f51 Mon Sep 17 00:00:00 2001 From: lijun Date: Sun, 29 Mar 2026 16:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=88=E7=AB=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/vpn-server-online-user.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/vpn-server-online-user.vue b/src/views/system/vpn-server-online-user.vue index f952296..b0f83a1 100644 --- a/src/views/system/vpn-server-online-user.vue +++ b/src/views/system/vpn-server-online-user.vue @@ -186,6 +186,7 @@ const onlineUsers = ref([]); const onlineServers = ref([]); const loading = ref(false); const show_host_info = ref(false); +const hostInfo = ref({} as HostInfo); let timer: number | null = null; let timer2: number | null = null; @@ -202,6 +203,7 @@ const getServerConfigs = async () => { const showHostInfo = (user:OnlineUserInfo) =>{ show_host_info.value = true; + hostInfo.value = user.host_info; } const KickOutAllOnlineUser = async() =>{