diff --git a/pages.json b/pages.json index 40460d47c99380b66f0f7e0027ec51fdf1909422..f72d3f0a8e7e0c1e6375cc94542d46910a04e16e 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