From a646a3275a8cedcd413316cb7b35fed283201809 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 24 Aug 2023 08:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=80=E4=B8=AA=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=8A=98=E5=8F=A0=E5=AF=BC=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 ------- pages/tabBar/template.uvue | 9 +-------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/pages.json b/pages.json index 8c27d509..db46646d 100644 --- a/pages.json +++ b/pages.json @@ -708,13 +708,6 @@ "navigationStyle": "custom" } }, - { - "path": "pages/template/scroll-fold-nav/scroll-fold-nav", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "black" - } - }, { "path": "pages/template/scroll-sticky/scroll-sticky", "style": { diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index dfb9b2c3..62424880 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -87,17 +87,10 @@ export default { enable: true, 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[], }, -- GitLab