pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. }
  98. ],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "智慧创新",
  102. "navigationBarBackgroundColor": "#F8F8F8",
  103. "backgroundColor": "#F8F8F8"
  104. },
  105. "tabBar": {
  106. "color": "#7A7E83",
  107. "selectedColor": "#1296db",
  108. "borderStyle": "black",
  109. "backgroundColor": "#ffffff",
  110. "iconWidth": "24px",
  111. "list": [{
  112. "pagePath": "pages/index/index",
  113. "iconPath": "static/tabbar/index.png",
  114. "selectedIconPath": "static/tabbar/indexEd.png",
  115. "text": "首页"
  116. },
  117. {
  118. "pagePath": "pages/myCenter/index",
  119. "iconPath": "static/tabbar/myCenter.png",
  120. "selectedIconPath": "static/tabbar/myCenterEd.png",
  121. "text": "我的",
  122. "style" :
  123. {
  124. "navigationBarTitleText": "我的",
  125. "navigationBarBackgroundColor":"#3D90F4",
  126. "enablePullDownRefresh": false,
  127. "navigationStyle": "custom"
  128. }
  129. }]
  130. },
  131. "uniIdRouter": {}
  132. }