pages.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [{
  3. "path": "pages/checkPoint/checkPointList",
  4. "style": {
  5. "navigationBarTitleText": "检查点列表",
  6. "enablePullDownRefresh": false
  7. }
  8. }, {
  9. "path": "pages/checkPoint/checkPointDetail",
  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. "navigationBarTextStyle": "white",
  29. "navigationBarTitleText": "小飞龙定向助手",
  30. "navigationBarBackgroundColor": "#1888ff",
  31. "backgroundColor": "#F8F8F8",
  32. "app-plus": {
  33. "background": "#efeff4"
  34. }
  35. },
  36. "tabBar": {
  37. "color": "#7A7E83",
  38. "selectedColor": "#007AFF",
  39. "borderStyle": "black",
  40. "backgroundColor": "#FFFFFF",
  41. "list": [{
  42. "pagePath": "pages/checkPoint/checkPointList",
  43. "iconPath": "static/tabbar/checkpoint.png",
  44. "selectedIconPath": "static/tabbar/checkpoint_active.png",
  45. "text": "检查点"
  46. }, {
  47. "pagePath": "pages/nfc/nfc",
  48. "iconPath": "static/tabbar/nfc.png",
  49. "selectedIconPath": "static/tabbar/nfc_active.png",
  50. "text": "NFC"
  51. }, {
  52. "pagePath": "pages/verify/verify",
  53. "iconPath": "static/tabbar/verify.png",
  54. "selectedIconPath": "static/tabbar/verify_active.png",
  55. "text": "核销"
  56. }]
  57. }
  58. }