pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. "path": "pages/help/detail",
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. // 产品手册
  51. "path": "pages/product/manual",
  52. "style": {
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. // 猫王博物馆
  58. "path": "pages/museum/index",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. // 猫王博物馆 设备详情页
  65. "path": "pages/museum/detail",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. // 12频道分享
  72. "path": "pages/share/channels",
  73. "style": {
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. // 频道详情
  79. "path": "pages/share/list",
  80. "style": {
  81. "navigationStyle": "custom",
  82. "onReachBottomDistance": 50
  83. }
  84. },
  85. {
  86. // 歌单
  87. "path": "pages/share/detail",
  88. "style": {
  89. "navigationStyle": "custom",
  90. "onReachBottomDistance": 50
  91. }
  92. },
  93. {
  94. // 播放控件
  95. "path": "pages/share/controls",
  96. "style": {
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. // 抽奖
  102. "path": "pages/lottery/index",
  103. "style": {
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. // 填写收货信息
  109. "path": "pages/lottery/detail",
  110. "style": {
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. // 爱听支付
  116. "path": "pages/imusic/index",
  117. "style": {
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. // 后台运行保护协议
  123. "path": "pages/backgrounder/index",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. // 活动页面
  130. "path": "pages/activity/index",
  131. "style": {
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. { // 协议页面
  136. "path": "pages/agreement/index",
  137. "style": {
  138. "navigationStyle": "custom"
  139. }
  140. }
  141. ]
  142. }