From 23ed403b42b9871f754c4cd4025fb538794c8d94 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 29 Aug 2023 22:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E9=9A=90=E8=97=8F=E5=8D=8A?= =?UTF-8?q?=E5=B1=8F=E5=BC=B9=E7=AA=97=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/template.uvue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 24f0d69a..0462585f 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -144,7 +144,8 @@ export default { id: 'half-screen', url: 'half-screen', name: '半屏弹窗', - open: false, + open: false, + enable: false, pages: [] as Page[], }, { -- GitLab