pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "任务",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/risk/risk",
  12. "style": {
  13. "navigationBarTitleText": "风险",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path" : "pages/mine/mine",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "我的",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/login/login",
  27. "style": {
  28. "navigationBarTitleText": "登录"
  29. }
  30. },
  31. {
  32. "path": "pages/mine/password/password",
  33. "style": {
  34. "navigationBarTitleText": "修改密码"
  35. }
  36. } ,
  37. {
  38. "path": "pages/task/task",
  39. "style": {
  40. "navigationBarTitleText": "预警处置"
  41. }
  42. },
  43. {
  44. "path": "pages/task/form/form",
  45. "style": {
  46. "navigationBarTitleText": "处置"
  47. }
  48. }
  49. ],
  50. "tabBar": {
  51. "color": "#999999",
  52. "selectedColor": "#3384ff",
  53. "borderStyle": "white",
  54. "backgroundColor": "#ffffff",
  55. "height": "50px",
  56. "fontSize": "10px",
  57. "iconWidth": "24px",
  58. "spacing": "3px",
  59. "list": [{
  60. "pagePath": "pages/index/index",
  61. "iconPath": "static/tabBar/Home.png",
  62. "selectedIconPath": "static/tabBar/HomeEd.png",
  63. "text": "任务"
  64. }, {
  65. "pagePath": "pages/risk/risk",
  66. "iconPath": "static/tabBar/risk.png",
  67. "selectedIconPath": "static/tabBar/riskEd.png",
  68. "text": "风险"
  69. }, {
  70. "pagePath": "pages/mine/mine",
  71. "iconPath": "static/tabBar/mine.png",
  72. "selectedIconPath": "static/tabBar/mineEd.png",
  73. "text": "我的"
  74. }]
  75. },
  76. "globalStyle": {
  77. "navigationBarTextStyle": "black",
  78. "navigationBarTitleText": "uni-app",
  79. "navigationBarBackgroundColor": "#F3F5FB",
  80. "backgroundColor": "#F8F8F8",
  81. "app-plus": {
  82. "background": "#efeff4"
  83. }
  84. }
  85. }