diff --git a/src/layout/components/Tabs/index.vue b/src/layout/components/Tabs/index.vue
index 92786f5..d410d99 100644
--- a/src/layout/components/Tabs/index.vue
+++ b/src/layout/components/Tabs/index.vue
@@ -15,25 +15,71 @@
:title="(item.meta?.title as string)"
:closable="Boolean(!item.meta?.affix)"
>
+
+
+ handleContextMenu(e, item.path)">
+ {{ item.meta?.title }}
+
+
+
+
+
+
+
+ 关闭当前
+
+
+
+
+
+ 关闭右侧
+
+
+
+
+
+ 关闭其他
+
+
+
+
+
+ 关闭全部
+
+
+
+
-
+
+
+
+
+
-
+
+
+
关闭当前
-
+
+
+
关闭右侧
-
+
+
+
关闭其他
-
+
+
+
关闭全部
@@ -45,30 +91,29 @@