{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/flightdetails/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/sorting/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/baggagecheck/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mypage/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/myrecords/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/search/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/loadingdetails/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/help/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/individual/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/extract/index", "style": { "navigationStyle": "custom" } } ,{ "path": "pages/abnormal/index", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/baggageEntry/index", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/locationEntry/index", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/detail/index", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/message/message", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, "tabBar":{ "color":"#7A7E83", "selectedColor":"#33A1A5", "borderStyle":"black", "fontSize":"14px", "backgroundColor":"#ffffff", "list":[{ "pagePath":"pages/index/index", "text": "首页", "iconPath": "static/ic_home_tabbar_default.png", "selectedIconPath": "static/ic_home_tabbar_check.png" }, { "pagePath":"pages/message/message", "text": "消息", "iconPath": "static/ic_message_tabbar_default.png", "selectedIconPath": "static/ic_message_tabbar_check.png" }, { "pagePath":"pages/mypage/index", "text": "我的", "iconPath": "static/ic_user_tabbar_default.png", "selectedIconPath": "static/ic_user_tabbar_check.png" }] }, "uniIdRouter": {} }