pages.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. "path": "pages/certification/index",
  75. "style": {
  76. "navigationBarTitleText": "实名认证"
  77. }
  78. },
  79. {
  80. "path": "pages/handlecase/index",
  81. "style": {
  82. "navigationBarTitleText": "待办案件"
  83. }
  84. },
  85. // {
  86. // "path": "pages/handlecase/component/assignrbitrators",
  87. // "style": {
  88. // "navigationBarTitleText": "是否指派仲裁员"
  89. // }
  90. // },
  91. {
  92. "path": "pages/handlecase/component/uploadEvidence",
  93. "style": {
  94. "navigationBarTitleText": "上传证据"
  95. }
  96. },
  97. // {
  98. // "path": "pages/handlecase/component/confirmationEvidence",
  99. // "style": {
  100. // "navigationBarTitleText": "确认证据"
  101. // }
  102. // },
  103. // {
  104. // "path": "pages/handlecase/component/chooseMethod",
  105. // "style": {
  106. // "navigationBarTitleText": "选择仲裁方式"
  107. // }
  108. // },
  109. {
  110. "path": "mp_ecard_sdk/index/index",
  111. "style": {
  112. "navigationBarTitleText": "腾讯云E证通授权"
  113. }
  114. },
  115. {
  116. "path": "mp_ecard_sdk/protocol/eid/eid",
  117. "style": {
  118. "navigationBarTitleText": "eID数字身份⼩程序服务协议",
  119. "enablePullDownRefresh": false
  120. }
  121. },
  122. {
  123. "path": "mp_ecard_sdk/protocol/privacy/privacy",
  124. "style": {
  125. "navigationBarTitleText": "腾讯隐私政策",
  126. "enablePullDownRefresh": false
  127. }
  128. },
  129. {
  130. "path": "mp_ecard_sdk/protocol/service/service",
  131. "style": {
  132. "navigationBarTitleText": "腾讯云E证通服务协议",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "mp_ecard_sdk/protocol/userAccredit/userAccredit",
  138. "style": {
  139. "navigationBarTitleText": "⽤户授权协议",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "pages/im/index",
  145. "style": {
  146. "navigationBarTitleText": "在线开庭",
  147. "enablePullDownRefresh": false
  148. }
  149. }
  150. ],
  151. "tabBar": {
  152. "color": "#000000",
  153. "selectedColor": "#000000",
  154. "borderStyle": "white",
  155. "backgroundColor": "#ffffff",
  156. "list": [{
  157. "pagePath": "pages/index",
  158. "iconPath": "static/images/tabbar/home.png",
  159. "selectedIconPath": "static/images/tabbar/home_.png",
  160. "text": "首页"
  161. }, {
  162. "pagePath": "pages/work/index",
  163. "iconPath": "static/images/tabbar/work.png",
  164. "selectedIconPath": "static/images/tabbar/work_.png",
  165. "text": "工作台"
  166. }, {
  167. "pagePath": "pages/mine/index",
  168. "iconPath": "static/images/tabbar/mine.png",
  169. "selectedIconPath": "static/images/tabbar/mine_.png",
  170. "text": "我的"
  171. }]
  172. },
  173. "globalStyle": {
  174. "navigationBarTextStyle": "black",
  175. "navigationBarTitleText": "RuoYi",
  176. "navigationBarBackgroundColor": "#FFFFFF"
  177. }
  178. }