123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "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/detailNode/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/message/message",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/express/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/express/info",
- "style" :
- {
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/delisting/index",
- "style" :
- {
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/delisting/info",
- "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": {}
- }
|