pages.json 1.7 KB

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