From fc23e7dfb9c16445928b0d20f4b6f8866d533f7c Mon Sep 17 00:00:00 2001 From: lingsoul <908707246@qq.com> Date: Thu, 31 Aug 2023 15:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E5=9C=A8?= =?UTF-8?q?=E5=A4=9A=E6=A0=87=E7=AD=BE=E6=A0=8F=E6=B2=A1=E6=9C=89=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=9C=B0=E6=96=B9=E4=BD=BF=E7=94=A8=E4=B8=AD=E9=94=AE?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/layout/components/tags.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/snowy-admin-web/src/layout/components/tags.vue b/snowy-admin-web/src/layout/components/tags.vue index d1606b60..3ef7333e 100644 --- a/snowy-admin-web/src/layout/components/tags.vue +++ b/snowy-admin-web/src/layout/components/tags.vue @@ -120,6 +120,7 @@ // 修复关闭时出现"使用了错误的类型或对象"的问题 while (!target.classList.contains('ant-tabs-tab')) { if (target.classList.contains('ant-tabs')) { + this.currentContextMenuTabIndex = 0 return } target = target.parentNode