pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "easycom": {
  3. "^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. // 设备引导页
  8. "path": "pages/guide/index",
  9. "style": {
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. //设备操控视频页
  15. "path": "pages/devices/detail",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. // 设备文章
  22. "path": "pages/article/index",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "onReachBottomDistance": 50
  26. }
  27. },
  28. {
  29. // 耳机操作手势
  30. "path": "pages/operation/index",
  31. "style": {
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. // 帮助与反馈
  37. "path": "pages/help/index",
  38. "style": {
  39. "navigationStyle": "custom",
  40. "onReachBottomDistance": 50
  41. }
  42. },
  43. {
  44. // 我的反馈
  45. "path": "pages/help/detail",
  46. "style": {
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. // 产品手册
  52. "path": "pages/product/manual",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. // 猫王博物馆
  59. "path": "pages/museum/index",
  60. "style": {
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. // 猫王博物馆 设备详情页
  66. "path": "pages/museum/detail",
  67. "style": {
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. // 12频道分享
  73. "path": "pages/share/channels",
  74. "style": {
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. // 频道详情
  80. "path": "pages/share/list",
  81. "style": {
  82. "navigationStyle": "custom",
  83. "onReachBottomDistance": 50
  84. }
  85. },
  86. {
  87. // 歌单
  88. "path": "pages/share/detail",
  89. "style": {
  90. "navigationStyle": "custom",
  91. "onReachBottomDistance": 50
  92. }
  93. },
  94. {
  95. // 播放控件
  96. "path": "pages/share/controls",
  97. "style": {
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. // 抽奖
  103. "path": "pages/lottery/index",
  104. "style": {
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. // 填写收货信息
  110. "path": "pages/lottery/detail",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. // 爱听支付
  117. "path": "pages/imusic/index",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. // 后台运行保护协议
  124. "path": "pages/backgrounder/index",
  125. "style": {
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. // 活动页面
  131. "path": "pages/activity/index",
  132. "style": {
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. // 流量活动页面
  138. "path": "pages/activity/new",
  139. "style": {
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. // 协议页面
  145. "path": "pages/agreement/index",
  146. "style": {
  147. "navigationStyle": "custom"
  148. }
  149. },
  150. {
  151. // 文章页面
  152. "path": "pages/content/index",
  153. "style": {
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. // 门店列表
  159. "path": "pages/map/index",
  160. "style": {
  161. "navigationBarTitleText": "附近门店",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. // 添加电台
  167. "path": "pages/channel/index",
  168. "style": {
  169. "navigationStyle": "custom",
  170. "onReachBottomDistance": 50
  171. }
  172. },
  173. {
  174. // 喜马拉雅授权
  175. "path": "pages/ximalaya/index",
  176. "style": {
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. // 喜马拉雅充值成功
  182. "path": "pages/ximalaya/success",
  183. "style": {
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. // 喜马拉雅充值失败
  188. {
  189. "path": "pages/ximalaya/error",
  190. "style": {
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. // 流量充值
  196. "path": "pages/pay/index",
  197. "style": {
  198. "navigationBarTitleText": "流量充值",
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. // 开通记录
  204. "path": "pages/pay/detail",
  205. "style": {
  206. "navigationBarTitleText": "开通记录",
  207. "navigationStyle": "custom",
  208. "onReachBottomDistance": 50
  209. }
  210. },
  211. {
  212. // 通用提示
  213. "path": "pages/warning/index",
  214. "style": {
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. // 微信浏览器检测
  220. "path": "pages/weixin/index",
  221. "style": {
  222. "navigationStyle": "custom"
  223. }
  224. }
  225. ]
  226. }