pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/agreement",
  11. "style": {
  12. "navigationBarTitleText": "用户协议及隐私条款"
  13. }
  14. },
  15. {
  16. "path": "pages/register",
  17. "style": {
  18. "navigationBarTitleText": "注册",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/common/webview/faceauth",
  24. "style": {
  25. "navigationBarTitleText": "实人认证",
  26. "h5":{
  27. "titleNView":false
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/index/index",
  33. "style": {
  34. "navigationBarTitleText": "防溺水告警平台",
  35. "navigationStyle": "custom"
  36. }
  37. }, {
  38. "path": "pages/mine/index",
  39. "style": {
  40. "navigationBarTitleText": "我的",
  41. "navigationStyle": "custom"
  42. }
  43. }, {
  44. "path": "pages/mine/avatar/index",
  45. "style": {
  46. "navigationBarTitleText": "修改头像"
  47. }
  48. }, {
  49. "path": "pages/mine/info/index",
  50. "style": {
  51. "navigationBarTitleText": "个人信息"
  52. }
  53. }, {
  54. "path": "pages/mine/info/edit",
  55. "style": {
  56. "navigationBarTitleText": "编辑资料"
  57. }
  58. }, {
  59. "path": "pages/mine/pwd/index",
  60. "style": {
  61. "navigationBarTitleText": "修改密码"
  62. }
  63. }, {
  64. "path": "pages/mine/setting/index",
  65. "style": {
  66. "navigationBarTitleText": "应用设置"
  67. }
  68. }, {
  69. "path": "pages/mine/help/index",
  70. "style": {
  71. "navigationBarTitleText": "常见问题"
  72. }
  73. }, {
  74. "path": "pages/mine/about/index",
  75. "style": {
  76. "navigationBarTitleText": "关于我们"
  77. }
  78. }, {
  79. "path": "pages/common/webview/index",
  80. "style": {
  81. "navigationBarTitleText": "浏览网页"
  82. }
  83. }, {
  84. "path": "pages/common/textview/index",
  85. "style": {
  86. "navigationBarTitleText": "浏览文本"
  87. }
  88. }],
  89. "subPackages": [
  90. {
  91. "root": "work",
  92. "pages": [
  93. {
  94. "path": "pages/rz/index",
  95. "style": {
  96. "navigationBarTitleText": "绑定账号",
  97. "h5":{"titleNView":false}
  98. }
  99. },
  100. {
  101. "path": "pages/rz/add",
  102. "style": {
  103. "navigationBarTitleText": "绑定账号",
  104. "h5":{"titleNView":false}
  105. }
  106. },
  107. {
  108. "path": "pages/rz/role",
  109. "style": {
  110. "navigationBarTitleText": "选择身份",
  111. "h5":{"titleNView":false}
  112. }
  113. }
  114. ]
  115. },
  116. {
  117. "root": "news",
  118. "pages": [
  119. {
  120. "path": "pages/notice/index",
  121. "style": {
  122. "navigationBarTitleText": "通知",
  123. "h5":{"titleNView":false}
  124. }
  125. },
  126. {
  127. "path": "pages/notice/detail",
  128. "style": {
  129. "navigationBarTitleText": "防溺通知",
  130. "h5":{"titleNView":false}
  131. }
  132. },
  133. {
  134. "path": "pages/notice/tzdetail",
  135. "style": {
  136. "navigationBarTitleText": "系统通知",
  137. "h5":{"titleNView":false}
  138. }
  139. },
  140. {
  141. "path": "pages/article/index",
  142. "style": {
  143. "navigationBarTitleText": "防溺知识",
  144. "h5":{"titleNView":false}
  145. }
  146. },
  147. {
  148. "path": "pages/article/detail",
  149. "style": {
  150. "navigationBarTitleText": "防溺知识",
  151. "h5":{"titleNView":false}
  152. }
  153. }
  154. ]
  155. }
  156. ],
  157. "preloadRule":{
  158. "pages/index/index": {
  159. "network": "all",
  160. "packages": ["work","news"]
  161. }
  162. },
  163. "globalStyle": {
  164. "navigationBarTextStyle": "black",
  165. "navigationBarTitleText": "防溺水告警平台",
  166. "navigationBarBackgroundColor": "#FFFFFF"
  167. }
  168. }