From 1a94e20691c6abd52001122ea2a263ffe4c7c7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 15 Nov 2024 20:26:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napcat.webui/src/pages/NetWork.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/napcat.webui/src/pages/NetWork.vue b/napcat.webui/src/pages/NetWork.vue index b5bbdf12..e27e0c44 100644 --- a/napcat.webui/src/pages/NetWork.vue +++ b/napcat.webui/src/pages/NetWork.vue @@ -7,7 +7,7 @@ - + @@ -123,7 +123,7 @@ const addTab = async () => { label: name, removable: true, component: componentMap[type], - config: {}, + config: { name: name }, }); value.value = `${type}-${id}`; id += 1;