From 43a516de408a2d15a4c303af1840a3cb2785e389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 12 Aug 2024 16:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/main/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/components/main/index.vue b/src/layout/components/main/index.vue index f445b627..808ada1d 100644 --- a/src/layout/components/main/index.vue +++ b/src/layout/components/main/index.vue @@ -429,6 +429,7 @@ const set_show_tabs = (index: number) => { if (for_index == index) { emits('rightUpdate', item, diy_data.value, page_data.value, footer_nav.value); item.show_tabs = true; + scroll(); } }); };