pages.json 1.4 KB

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