diff --git a/pages.json b/pages.json index 8c27d509e0227eddd854f59f8734ff57dde37b11..db46646d0f9428e12e94203c3e00b267a3e489b6 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 dfb9b2c3679363aaeabeaa7809502f776fde95f1..62424880292dfeb250f1f385e94914365341b8fc 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[], },