pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. {
  2. "pages": [{
  3. "path": "pages/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. // 手机端
  9. {
  10. "path": "pages/phone/login",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. }, {
  15. "path": "pages/phone/register",
  16. "style": {
  17. "navigationBarTitleText": "注册"
  18. }
  19. }, {
  20. "path": "pages/phone/index",
  21. "style": {
  22. "navigationBarTitleText": "首页",
  23. "navigationStyle": "custom"
  24. }
  25. }, {
  26. "path": "pages/phone/improve",
  27. "style": {
  28. "navigationBarTitleText": "完善信息",
  29. "navigationStyle": "custom"
  30. }
  31. },{
  32. "path": "pages/phone/chooseIdentity",
  33. "style": {
  34. "navigationBarTitleText": "选择身份",
  35. "navigationStyle": "custom"
  36. }
  37. }, {
  38. "path": "pages/phone/detail/index",
  39. "style": {
  40. "navigationBarTitleText": "课件详情"
  41. }
  42. },{
  43. "path": "pages/phone/detail/report",
  44. "style": {
  45. "navigationBarTitleText": "解读报告"
  46. }
  47. }, {
  48. "path": "pages/phone/work/index",
  49. "style": {
  50. "navigationBarTitleText": "工作台"
  51. }
  52. }, {
  53. "path": "pages/phone/mine/index",
  54. "style": {
  55. "navigationBarTitleText": "我的"
  56. }
  57. }, {
  58. "path": "pages/phone/mine/avatar/index",
  59. "style": {
  60. "navigationBarTitleText": "修改头像"
  61. }
  62. }, {
  63. "path": "pages/phone/mine/info/index",
  64. "style": {
  65. "navigationBarTitleText": "个人信息"
  66. }
  67. }, {
  68. "path": "pages/phone/mine/info/edit",
  69. "style": {
  70. "navigationBarTitleText": "编辑资料"
  71. }
  72. }, {
  73. "path": "pages/phone/mine/pwd/index",
  74. "style": {
  75. "navigationBarTitleText": "修改密码"
  76. }
  77. }, {
  78. "path": "pages/phone/mine/setting/index",
  79. "style": {
  80. "navigationBarTitleText": "应用设置"
  81. }
  82. }, {
  83. "path": "pages/phone/common/webview/index",
  84. "style": {
  85. "navigationBarTitleText": "浏览网页"
  86. }
  87. }, {
  88. "path": "pages/phone/common/textview/index",
  89. "style": {
  90. "navigationBarTitleText": "浏览文本"
  91. }
  92. }, {
  93. "path": "pages/phone/mine/message/index",
  94. "style": {
  95. "navigationBarTitleText": "所有通知"
  96. }
  97. }, {
  98. "path": "pages/phone/mine/faceback/index",
  99. "style": {
  100. "navigationBarTitleText": "意见反馈"
  101. }
  102. }, {
  103. "path": "pages/phone/mine/volunteer/index",
  104. "style": {
  105. "navigationBarTitleText": "志愿者管理"
  106. }
  107. },
  108. {
  109. "path": "pages/scan",
  110. "style": {
  111. "navigationBarTitleText": "扫码"
  112. }
  113. },
  114. // pc版
  115. {
  116. "path": "pages/pc/login/login",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "enablePullDownRefresh": false,
  120. "app-plus": {
  121. "titleNView": false
  122. }
  123. }
  124. },
  125. {
  126. "path": "pages/pc/chooseIdentity/index",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": false,
  130. "app-plus": {
  131. "titleNView": false
  132. }
  133. }
  134. },
  135. {
  136. "path": "pages/pc/info/info",
  137. "style": {
  138. "navigationBarTitleText": "",
  139. "app-plus": {
  140. "titleNView": false
  141. }
  142. }
  143. },
  144. {
  145. "path": "pages/pc/index/index",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "app-plus": {
  149. "titleNView": false
  150. }
  151. }
  152. },
  153. {
  154. "path": "pages/pc/index/report",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "app-plus": {
  158. "titleNView": false
  159. }
  160. }
  161. }
  162. ],
  163. "tabBar": {
  164. "color": "#86909C",
  165. "selectedColor": "var(--phone-theme-color)",
  166. "borderStyle": "white",
  167. "backgroundColor": "#ffffff",
  168. "list": [{
  169. "pagePath": "pages/phone/index",
  170. "iconPath": "static/images/tabbar/home_normal.svg",
  171. "selectedIconPath": "static/images/tabbar/home_selected.svg",
  172. "text": "首页"
  173. }, {
  174. "pagePath": "pages/phone/mine/index",
  175. "iconPath": "static/images/tabbar/mine_normal.svg",
  176. "selectedIconPath": "static/images/tabbar/mine_selected.svg",
  177. "text": "我的"
  178. }],
  179. "midButton": {
  180. "backgroundImage": "static/images/tabbar/mid_button.svg",
  181. "height": "60px",
  182. "width": "75px"
  183. }
  184. },
  185. "globalStyle": {
  186. "navigationBarTextStyle": "black",
  187. "navigationBarTitleText": "课件收集",
  188. "navigationBarBackgroundColor": "#FFFFFF",
  189. "navigationStyle": "custom",
  190. "rpxCalcMaxDeviceWidth": 3840,
  191. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  192. "rpxCalcBaseDeviceWidth": 3840,
  193. // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  194. "rpxCalcIncludeWidth": 750
  195. // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750L
  196. }
  197. }