pages.json 3.8KB

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