From 13a54ef2068044a716ae101e23a637c837ed6a56 Mon Sep 17 00:00:00 2001 From: tanyp <742354529@qq.com> Date: Thu, 4 May 2023 10:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tansci-boot-ui/src/components/layout/component/TbNavTabs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tansci-boot-ui/src/components/layout/component/TbNavTabs.vue b/tansci-boot-ui/src/components/layout/component/TbNavTabs.vue index 1aef1fc..0ed19f5 100644 --- a/tansci-boot-ui/src/components/layout/component/TbNavTabs.vue +++ b/tansci-boot-ui/src/components/layout/component/TbNavTabs.vue @@ -23,7 +23,7 @@ let params = { title: route.meta.title as string, path: route.path, - close: false + close: true }; onAddTabManu(params); },