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;