From 290353ad894196d96c4b3763be48b3ca84b0334f Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Sat, 19 Jun 2021 16:16:35 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9B=B4=E6=8D=A2=E5=90=AF=E5=8A=A8=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages.json b/pages.json index 942aee8..f034891 100644 --- a/pages.json +++ b/pages.json @@ -1,17 +1,5 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path" : "pages/goods/refuel/refuel", - "style" : - { - "navigationBarTitleText": "加油站列表", - "navigationBarBackgroundColor": "#0083f5", - "backgroundColorTop": "#0083f5", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - - }, { "path": "pages/tabBar/home/home", "style": { @@ -32,6 +20,18 @@ } } }, + { + "path" : "pages/goods/refuel/refuel", + "style" : + { + "navigationBarTitleText": "加油站列表", + "navigationBarBackgroundColor": "#0083f5", + "backgroundColorTop": "#0083f5", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false + } + + }, { "path": "pages/goods/store-list/store-list", "style": {