diff --git a/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue b/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue index 2dff56e8..128e4bd7 100644 --- a/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue +++ b/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue @@ -13,7 +13,7 @@ v-for="page in pageList" :key="page.path" :value="page.path" - :closable="route.path !== page.path" + :closable="pageList.length > 1" >