From 172928c74b886d8bd9fc9788948e8fc2a12980a0 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Fri, 15 Sep 2023 06:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E7=94=A8=E7=9A=84pa?= =?UTF-8?q?ges.json=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 75 ++++++++++++++++++++---------------------------------- 1 file changed, 27 insertions(+), 48 deletions(-) diff --git a/pages.json b/pages.json index 40460d47..f72d3f0a 100644 --- a/pages.json +++ b/pages.json @@ -479,12 +479,12 @@ "style": { "navigationBarTitleText": "width" } - }, - { - "path": "pages/CSS/layout/z-index", - "style": { - "navigationBarTitleText": "z-index" - } + }, + { + "path": "pages/CSS/layout/z-index", + "style": { + "navigationBarTitleText": "z-index" + } }, { "path": "pages/CSS/layout/visibility", @@ -774,18 +774,6 @@ "navigationBarTitleText": "模板" } }, - { - "path": "pages/component/long-list/long-list", - "style": { - "navigationBarTitleText": "长列表示例" - } - }, - { - "path": "pages/component/long-list/detail/detail", - "style": { - "navigationBarTitleText": "详情示例" - } - }, { "path": "pages/template/swiper-list/swiper-list", "style": { @@ -887,38 +875,29 @@ { "path": "pages/template/pull-zoom-image/pull-zoom-image", "style": { - "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, { + "path": "pages/API/unicloud-file-api/unicloud-file-api", + "style": { + "navigationBarTitleText": "" + } + + }, { + "path": "pages/API/unicloud-database/unicloud-database", + "style": { + "navigationBarTitleText": "" + } + + }, { + "path": "pages/template/navbar-light/navbar-light", + "style": { + "navigationBarTitleText": "自定义导航栏", + "navigationStyle": "custom" + } + } - ,{ - "path" : "pages/API/unicloud-file-api/unicloud-file-api", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "pages/API/unicloud-database/unicloud-database", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "pages/template/navbar-light/navbar-light", - "style" : - { - "navigationBarTitleText": "自定义导航栏", - "navigationStyle": "custom" - } - - } - ], + ], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "Hello uniapp x", @@ -968,4 +947,4 @@ "query": "" //启动参数,在页面的onLoad函数里面得到 }] } -} +} \ No newline at end of file -- GitLab