pages.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "pages": [{
  3. "path": "pages/AO/mapList",
  4. "style": {
  5. "navigationBarTitleText": "地图列表",
  6. "enablePullDownRefresh": false
  7. }
  8. }, {
  9. "path": "pages/AO/actionList",
  10. "style": {
  11. "navigationBarTitleText": "活动列表",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/AO/mapShow",
  16. "style": {
  17. "navigationBarTitleText": "场控地图",
  18. "enablePullDownRefresh": false
  19. }
  20. }, {
  21. "path": "pages/nfc/nfc",
  22. "style": {
  23. "navigationBarTitleText": "NFC管理",
  24. "enablePullDownRefresh": false
  25. }
  26. }, {
  27. "path": "pages/verify/verify",
  28. "style": {
  29. "navigationBarTitleText": "核销管理",
  30. "enablePullDownRefresh": false
  31. }
  32. }],
  33. "globalStyle": {
  34. // "pageOrientation": "auto",
  35. "navigationBarTextStyle": "white",
  36. "navigationBarTitleText": "小飞龙定向助手",
  37. "navigationBarBackgroundColor": "#1888ff",
  38. "backgroundColor": "#F8F8F8",
  39. "app-plus": {
  40. "background": "#efeff4"
  41. }
  42. },
  43. "tabBar": {
  44. "color": "#7A7E83",
  45. "selectedColor": "#007AFF",
  46. "borderStyle": "black",
  47. "backgroundColor": "#FFFFFF",
  48. "list": [{
  49. // "pagePath": "pages/AO/mapShow",
  50. // "iconPath": "static/tabbar/checkpoint.png",
  51. // "selectedIconPath": "static/tabbar/checkpoint_active.png",
  52. // "text": "场控地图"
  53. // }, {
  54. "pagePath": "pages/verify/verify",
  55. "iconPath": "static/tabbar/verify.png",
  56. "selectedIconPath": "static/tabbar/verify_active.png",
  57. "text": "核销"
  58. }, {
  59. "pagePath": "pages/nfc/nfc",
  60. "iconPath": "static/tabbar/nfc.png",
  61. "selectedIconPath": "static/tabbar/nfc_active.png",
  62. "text": "NFC"
  63. }]
  64. }
  65. }