From 0abbee848bc23bd012765e49e606abde270818d6 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Mon, 31 Jul 2023 23:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=95=B0=E6=8D=AE=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=90=9C=E7=B4=A2=E6=A0=8F=E5=92=8C=E5=90=B8=E9=A1=B6?= =?UTF-8?q?=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 | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 21e8a0af..53c9de73 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -53,16 +53,9 @@ enable: false, pages: [] as Page[] },{ - id: "scroll-fold-nav", - url: "scroll-fold-nav", - name: "随滚动折叠的导航栏", - open: false, - pages: [] as Page[] - }, - { id: "scroll-fold-nav2", url: "scroll-fold-nav2", - name: "随滚动折叠的导航栏2", + name: "随滚动折叠的导航栏", open: false, pages: [] as Page[] }, { @@ -110,13 +103,6 @@ open: false, pages: [] as Page[] }, - { - id: "scroll-sticky2", - url: "scroll-sticky2", - name: "吸顶2", - open: false, - pages: [] as Page[] - }, { id: "drop-card", url: "drop-card", -- GitLab