pages.json 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/switchSystem",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. }, {
  9. "path": "pages/login",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. }, {
  14. "path": "pages/register",
  15. "style": {
  16. "navigationBarTitleText": "注册"
  17. }
  18. },
  19. // {
  20. // "path": "pages/index",
  21. // "style": {
  22. // "navigationBarTitleText": "首页",
  23. // "navigationStyle": "custom"
  24. // }
  25. // },
  26. {
  27. "path": "pages/work/index",
  28. "style": {
  29. "navigationBarTitleText": "工作台"
  30. }
  31. },
  32. // {
  33. // "path": "pages/mine/index",
  34. // "style": {
  35. // "navigationBarTitleText": "我的"
  36. // }
  37. // },
  38. // {
  39. // "path": "pages/mine/avatar/index",
  40. // "style": {
  41. // "navigationBarTitleText": "修改头像"
  42. // }
  43. // }, {
  44. // "path": "pages/mine/info/index",
  45. // "style": {
  46. // "navigationBarTitleText": "个人信息"
  47. // }
  48. // }, {
  49. // "path": "pages/mine/info/edit",
  50. // "style": {
  51. // "navigationBarTitleText": "编辑资料"
  52. // }
  53. // }, {
  54. // "path": "pages/mine/pwd/index",
  55. // "style": {
  56. // "navigationBarTitleText": "修改密码"
  57. // }
  58. // }, {
  59. // "path": "pages/mine/setting/index",
  60. // "style": {
  61. // "navigationBarTitleText": "应用设置"
  62. // }
  63. // }, {
  64. // "path": "pages/mine/help/index",
  65. // "style": {
  66. // "navigationBarTitleText": "常见问题"
  67. // }
  68. // }, {
  69. // "path": "pages/mine/about/index",
  70. // "style": {
  71. // "navigationBarTitleText": "关于我们"
  72. // }
  73. // }, {
  74. // "path": "pages/common/webview/index",
  75. // "style": {
  76. // "navigationBarTitleText": "浏览网页"
  77. // }
  78. // }, {
  79. // "path": "pages/common/textview/index",
  80. // "style": {
  81. // "navigationBarTitleText": "浏览文本"
  82. // }
  83. // },
  84. {
  85. "path": "pages/handlecase/index",
  86. "style": {
  87. "navigationBarTitleText": "待办案件"
  88. }
  89. },
  90. // {
  91. // "path": "pages/handlecase/component/assignrbitrators",
  92. // "style": {
  93. // "navigationBarTitleText": "是否指派仲裁员"
  94. // }
  95. // },
  96. {
  97. "path": "pages/handlecase/component/uploadEvidence",
  98. "style": {
  99. "navigationBarTitleText": "案件信息"
  100. }
  101. },
  102. {
  103. "path": "pages/handlecase/component/evidenceList",
  104. "style": {
  105. "navigationBarTitleText": "证据清单"
  106. }
  107. },
  108. {
  109. "path": "pages/handlecase/component/obligations",
  110. "style": {
  111. "navigationBarTitleText": "权力和义务告知书"
  112. }
  113. },
  114. {
  115. "path": "pages/handlecase/component/newlyAddedCase",
  116. "style": {
  117. "navigationBarTitleText": "案件新增"
  118. }
  119. },
  120. {
  121. "path": "pages/expressDelivery/index",
  122. "style": {
  123. "navigationBarTitleText": "查看快递"
  124. }
  125. },
  126. {
  127. "path": "pages/expressDelivery/component/expressDelivery",
  128. "style": {
  129. "navigationBarTitleText": "快递信息"
  130. }
  131. },
  132. {
  133. "path": "pages/signature/index",
  134. "style": {
  135. "navigationBarTitleText": "在线签名列表"
  136. }
  137. },
  138. {
  139. "path": "pages/signature/component/expressDelivery",
  140. "style": {
  141. "navigationBarTitleText": "在线签名"
  142. }
  143. },
  144. // {
  145. // "path": "pages/handlecase/component/confirmationEvidence",
  146. // "style": {
  147. // "navigationBarTitleText": "确认证据"
  148. // }
  149. // },
  150. // {
  151. // "path": "pages/handlecase/component/chooseMethod",
  152. // "style": {
  153. // "navigationBarTitleText": "选择仲裁方式"
  154. // }
  155. // },
  156. {
  157. "path": "mp_ecard_sdk/index/index",
  158. "style": {
  159. "navigationBarTitleText": "腾讯云E证通授权"
  160. }
  161. },
  162. {
  163. "path": "mp_ecard_sdk/protocol/eid/eid",
  164. "style": {
  165. "navigationBarTitleText": "eID数字身份⼩程序服务协议",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "mp_ecard_sdk/protocol/privacy/privacy",
  171. "style": {
  172. "navigationBarTitleText": "腾讯隐私政策",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "mp_ecard_sdk/protocol/service/service",
  178. "style": {
  179. "navigationBarTitleText": "腾讯云E证通服务协议",
  180. "enablePullDownRefresh": false
  181. }
  182. },
  183. {
  184. "path": "mp_ecard_sdk/protocol/userAccredit/userAccredit",
  185. "style": {
  186. "navigationBarTitleText": "⽤户授权协议",
  187. "enablePullDownRefresh": false
  188. }
  189. },
  190. {
  191. "path": "pages/im/index",
  192. "style": {
  193. "navigationBarTitleText": "在线开庭",
  194. "enablePullDownRefresh": false
  195. }
  196. },
  197. {
  198. "path": "pages/realName",
  199. "style": {
  200. "navigationBarTitleText": "实名认证",
  201. "enablePullDownRefresh": false
  202. }
  203. },
  204. {
  205. "path": "pages/personalInfoCollection",
  206. "style": {
  207. "navigationBarTitleText": "权益告知书"
  208. // "enablePullDownRefresh": false
  209. }
  210. },
  211. {
  212. "path": "pages/im/component/imHome",
  213. "style": {
  214. "navigationBarTitleText": "会议",
  215. "enablePullDownRefresh": false
  216. }
  217. }
  218. ],
  219. // "tabBar": {
  220. // "color": "#000000",
  221. // "selectedColor": "#000000",
  222. // "borderStyle": "white",
  223. // "backgroundColor": "#ffffff",
  224. // "list": [{
  225. // "pagePath": "pages/index",
  226. // "iconPath": "static/images/tabbar/home.png",
  227. // "selectedIconPath": "static/images/tabbar/home_.png",
  228. // "text": "首页"
  229. // }, {
  230. // "pagePath": "pages/work/index",
  231. // "iconPath": "static/images/tabbar/work.png",
  232. // "selectedIconPath": "static/images/tabbar/work_.png",
  233. // "text": "工作台"
  234. // }, {
  235. // "pagePath": "pages/mine/index",
  236. // "iconPath": "static/images/tabbar/mine.png",
  237. // "selectedIconPath": "static/images/tabbar/mine_.png",
  238. // "text": "我的"
  239. // }]
  240. // },
  241. "globalStyle": {
  242. "navigationBarTextStyle": "black",
  243. "navigationBarTitleText": "RuoYi",
  244. "navigationBarBackgroundColor": "#FFFFFF"
  245. }
  246. }