diff --git a/pages.json b/pages.json index f034891..37a260f 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,17 @@ { "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": { @@ -20,18 +32,7 @@ } } }, - { - "path" : "pages/goods/refuel/refuel", - "style" : - { - "navigationBarTitleText": "加油站列表", - "navigationBarBackgroundColor": "#0083f5", - "backgroundColorTop": "#0083f5", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false - } - - }, + { "path": "pages/goods/store-list/store-list", "style": {