pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path" : "pages/myCenter/index",
  11. "style" :
  12. {
  13. "navigationBarTitleText": "我的",
  14. "navigationBarBackgroundColor":"#3D90F4",
  15. "enablePullDownRefresh": false,
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path" : "pages/myCenter/personalData/personalData",
  21. "style" :
  22. {
  23. "navigationBarTitleText": "个人资料",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path" : "pages/myCenter/updatePassword/updatePassword",
  29. "style" :
  30. {
  31. "navigationBarTitleText": "修改密码",
  32. "enablePullDownRefresh": false
  33. }
  34. },
  35. {
  36. "path" : "pages/login/index",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : "登录"
  40. }
  41. }
  42. ],
  43. "subPackages": [
  44. {
  45. "root": "packageA",
  46. "pages": [
  47. {
  48. "path" : "pages/danger/index",
  49. "style" :{
  50. "navigationBarTitleText" : "隐患管理"
  51. }
  52. },
  53. {
  54. "path" : "pages/industry/index",
  55. "style" :{
  56. "navigationBarTitleText" : "行业管理"
  57. }
  58. },
  59. {
  60. "path" : "pages/disaster/index",
  61. "style" :{
  62. "navigationBarTitleText" : "自然灾害"
  63. }
  64. },
  65. {
  66. "path" : "pages/duty/index",
  67. "style" : {
  68. "navigationBarTitleText" : "应急值守"
  69. }
  70. },
  71. {
  72. "path" : "pages/team/index",
  73. "style" : {
  74. "navigationBarTitleText" : "队伍建设"
  75. }
  76. },
  77. {
  78. "path" : "pages/goods/index",
  79. "style" :{
  80. "navigationBarTitleText" : "物资储备"
  81. }
  82. },
  83. {
  84. "path" : "pages/goods/record",
  85. "style" :{
  86. "navigationBarTitleText" : "出库/入库记录"
  87. }
  88. }
  89. ],
  90. "entry": "index.js"
  91. }
  92. ],
  93. "globalStyle": {
  94. "navigationBarTextStyle": "black",
  95. "navigationBarTitleText": "智慧创新",
  96. "navigationBarBackgroundColor": "#F8F8F8",
  97. "backgroundColor": "#F8F8F8"
  98. },
  99. "tabBar": {
  100. "color": "#7A7E83",
  101. "selectedColor": "#1296db",
  102. "borderStyle": "black",
  103. "backgroundColor": "#ffffff",
  104. "iconWidth": "24px",
  105. "list": [{
  106. "pagePath": "pages/index/index",
  107. "iconPath": "static/tabbar/index.png",
  108. "selectedIconPath": "static/tabbar/indexEd.png",
  109. "text": "首页"
  110. },
  111. {
  112. "pagePath": "pages/myCenter/index",
  113. "iconPath": "static/tabbar/myCenter.png",
  114. "selectedIconPath": "static/tabbar/myCenterEd.png",
  115. "text": "我的",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "我的",
  119. "navigationBarBackgroundColor":"#3D90F4",
  120. "enablePullDownRefresh": false,
  121. "navigationStyle": "custom"
  122. }
  123. }]
  124. },
  125. "uniIdRouter": {}
  126. }