pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "h5":{
  8. "titleNView":false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "智慧访客预约系统",
  16. "navigationStyle": "custom"
  17. }},
  18. {
  19. "path": "pages/report/index",
  20. "style": {
  21. "navigationBarTitleText": "履职报告",
  22. "navigationStyle": "custom"
  23. }},
  24. {
  25. "path": "pages/notice/index",
  26. "style": {
  27. "navigationBarTitleText": "会议通知",
  28. "navigationStyle": "custom"
  29. }},
  30. {
  31. "path": "pages/register",
  32. "style": {
  33. "navigationBarTitleText": "注册"
  34. }
  35. },
  36. {
  37. "path": "pages/agreement",
  38. "style": {
  39. "navigationBarTitleText": "用户协议及隐私条款"
  40. }
  41. }, {
  42. "path": "pages/mine/index",
  43. "style": {
  44. "navigationBarTitleText": "我的",
  45. "navigationStyle": "custom",
  46. "enablePullDownRefresh":true
  47. }
  48. }, {
  49. "path": "pages/mine/avatar/index",
  50. "style": {
  51. "navigationBarTitleText": "修改头像"
  52. }
  53. }, {
  54. "path": "pages/mine/info/index",
  55. "style": {
  56. "navigationBarTitleText": "个人信息"
  57. }
  58. }, {
  59. "path": "pages/mine/info/edit",
  60. "style": {
  61. "navigationBarTitleText": "编辑资料"
  62. }
  63. }, {
  64. "path": "pages/mine/pwd/index",
  65. "style": {
  66. "navigationBarTitleText": "修改密码"
  67. }
  68. }, {
  69. "path": "pages/mine/pwd/forgetpwd",
  70. "style": {
  71. "navigationBarTitleText": "忘记密码"
  72. }
  73. }, {
  74. "path": "pages/mine/pwd/resetpwd",
  75. "style": {
  76. "navigationBarTitleText": "重置密码"
  77. }
  78. }, {
  79. "path": "pages/mine/setting/index",
  80. "style": {
  81. "navigationBarTitleText": "应用设置"
  82. }
  83. }, {
  84. "path": "pages/mine/help/index",
  85. "style": {
  86. "navigationBarTitleText": "常见问题"
  87. }
  88. }, {
  89. "path": "pages/mine/about/index",
  90. "style": {
  91. "navigationBarTitleText": "关于我们"
  92. }
  93. }, {
  94. "path": "pages/common/webview/index",
  95. "style": {
  96. "navigationBarTitleText": "浏览网页"
  97. }
  98. }, {
  99. "path": "pages/common/textview/index",
  100. "style": {
  101. "navigationBarTitleText": "浏览文本"
  102. }
  103. }],
  104. "subPackages": [
  105. {
  106. "root": "work",
  107. "pages": [
  108. {
  109. "path": "pages/case/add",
  110. "style": {
  111. "navigationBarTitleText": "提交提案",
  112. "navigationBarBackgroundColor": "#1D64E2",
  113. "navigationBarTextStyle": "white",
  114. "h5":{"titleNView":false}
  115. }
  116. },
  117. {
  118. "path": "pages/case/talbclass",
  119. "style": {
  120. "navigationBarTitleText": "提案类别",
  121. "navigationBarBackgroundColor": "#1D64E2",
  122. "navigationBarTextStyle": "white",
  123. "h5":{"titleNView":false}
  124. }
  125. },
  126. {
  127. "path": "pages/case/lmtapeople",
  128. "style": {
  129. "navigationBarTitleText": "联名提案人员",
  130. "navigationBarBackgroundColor": "#1D64E2",
  131. "navigationBarTextStyle": "white",
  132. "h5":{"titleNView":false}
  133. }
  134. },
  135. {
  136. "path": "pages/case/mine",
  137. "style": {
  138. "navigationBarTitleText": "我的提案",
  139. "navigationBarBackgroundColor": "#1D64E2",
  140. "navigationBarTextStyle": "white",
  141. "navigationStyle": "custom",
  142. "h5":{"titleNView":false}
  143. }
  144. },
  145. {
  146. "path": "pages/case/tacheck",
  147. "style": {
  148. "navigationBarTitleText": "提案查重",
  149. "navigationBarBackgroundColor": "#1D64E2",
  150. "navigationBarTextStyle": "white",
  151. "h5":{"titleNView":false}
  152. }
  153. },
  154. {
  155. "path": "pages/case/details",
  156. "style": {
  157. "navigationBarTitleText": "提交提案",
  158. "navigationBarBackgroundColor": "#1D64E2",
  159. "navigationBarTextStyle": "white",
  160. "h5":{"titleNView":false}
  161. }
  162. }
  163. ]
  164. }
  165. ],
  166. "preloadRule": {
  167. "pages/index/index": {
  168. "network": "all",
  169. "packages": ["work"]
  170. },
  171. "pages/login": {
  172. "network": "all",
  173. "packages": ["work"]
  174. }
  175. },
  176. // "tabBar": {
  177. // "color": "#000000",
  178. // "selectedColor": "#000000",
  179. // "borderStyle": "white",
  180. // "backgroundColor": "#ffffff",
  181. // "list": [{
  182. // "pagePath": "pages/index/index",
  183. // "iconPath": "static/images/tabbar/home.png",
  184. // "selectedIconPath": "static/images/tabbar/home_.png",
  185. // "text": "首页"
  186. // }, {
  187. // "pagePath": "pages/mine/index",
  188. // "iconPath": "static/images/tabbar/mine.png",
  189. // "selectedIconPath": "static/images/tabbar/mine_.png",
  190. // "text": "我的"
  191. // }
  192. // ]
  193. // },
  194. "globalStyle": {
  195. "navigationBarTextStyle": "black",
  196. "navigationBarTitleText": "RuoYi",
  197. "navigationBarBackgroundColor": "#FFFFFF"
  198. }
  199. }