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": {