pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. "path" : "pages/webview/webview",
  44. "style" :
  45. {
  46. "navigationBarTitleText" : ""
  47. }
  48. }
  49. ],
  50. "subPackages": [
  51. {
  52. "root": "packageA",
  53. "pages": [
  54. {
  55. "path" : "pages/danger/index",
  56. "style" :{
  57. "navigationBarTitleText" : "隐患管理"
  58. }
  59. },
  60. {
  61. "path" : "pages/industry/index",
  62. "style" :{
  63. "navigationBarTitleText" : "行业管理"
  64. }
  65. },
  66. {
  67. "path" : "pages/disaster/index",
  68. "style" :{
  69. "navigationBarTitleText" : "自然灾害"
  70. }
  71. },
  72. {
  73. "path" : "pages/duty/index",
  74. "style" : {
  75. "navigationBarTitleText" : "应急值守"
  76. }
  77. },
  78. {
  79. "path" : "pages/team/index",
  80. "style" : {
  81. "navigationBarTitleText" : "队伍建设"
  82. }
  83. },
  84. {
  85. "path" : "pages/goods/index",
  86. "style" :{
  87. "navigationBarTitleText" : "物资储备"
  88. }
  89. },
  90. {
  91. "path" : "pages/goods/record",
  92. "style" :{
  93. "navigationBarTitleText" : "出库/入库记录"
  94. }
  95. },
  96. {
  97. "path" : "pages/reporting/index",
  98. "style" :
  99. {
  100. "navigationBarTitleText" : "突发事件"
  101. }
  102. },
  103. {
  104. "path" : "pages/camera/index",
  105. "style" :
  106. {
  107. "navigationBarTitleText" : "现场视频"
  108. }
  109. }
  110. ]
  111. }
  112. ],
  113. "globalStyle": {
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText": "智慧创新",
  116. "navigationBarBackgroundColor": "#F8F8F8",
  117. "backgroundColor": "#F8F8F8"
  118. },
  119. "tabBar": {
  120. "color": "#7A7E83",
  121. "selectedColor": "#1296db",
  122. "borderStyle": "black",
  123. "backgroundColor": "#ffffff",
  124. "iconWidth": "24px",
  125. "list": [{
  126. "pagePath": "pages/index/index",
  127. "iconPath": "static/tabbar/index.png",
  128. "selectedIconPath": "static/tabbar/indexEd.png",
  129. "text": "首页"
  130. },
  131. {
  132. "pagePath": "pages/myCenter/index",
  133. "iconPath": "static/tabbar/myCenter.png",
  134. "selectedIconPath": "static/tabbar/myCenterEd.png",
  135. "text": "我的",
  136. "style" :
  137. {
  138. "navigationBarTitleText": "我的",
  139. "navigationBarBackgroundColor":"#3D90F4",
  140. "enablePullDownRefresh": false,
  141. "navigationStyle": "custom"
  142. }
  143. }]
  144. },
  145. "uniIdRouter": {}
  146. }