pages.json 4.3KB

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