pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  4. "layout": "@/layout/index.vue"
  5. },
  6. "pages": [
  7. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/index/index",
  10. "style": {
  11. // #ifdef MP-KUAISHOU
  12. "navigationBarTitleText": "四海剧场",
  13. // #endif
  14. // #ifdef MP-TOUTIAO | MP-WEIXIN
  15. "navigationBarTitleText": "张四爷剧场",
  16. // #endif
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/login",
  22. "style": {
  23. // #ifdef MP-KUAISHOU
  24. "navigationBarTitleText": "四海剧场|login",
  25. // #endif
  26. // #ifdef MP-TOUTIAO | MP-WEIXIN
  27. "navigationBarTitleText": "张四爷剧场|login",
  28. // #endif
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/index/rank",
  34. "style": {
  35. "navigationBarTitleText": "排行榜",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/index/news",
  41. "style": {
  42. "navigationBarTitleText": "最新",
  43. "enablePullDownRefresh": false
  44. }
  45. },
  46. {
  47. "path": "pages/index/search",
  48. "style": {
  49. "navigationBarTitleText": "搜索结果",
  50. "enablePullDownRefresh": false
  51. }
  52. },
  53. {
  54. "path": "pages/trace/index",
  55. "style": {
  56. // #ifdef MP-KUAISHOU
  57. "navigationBarTitleText": "四海剧场",
  58. // #endif
  59. // #ifdef MP-TOUTIAO | MP-WEIXIN
  60. "navigationBarTitleText": "张四爷剧场",
  61. // #endif
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. {
  66. "path": "pages/my/index",
  67. "style": {
  68. // #ifdef MP-KUAISHOU
  69. "navigationBarTitleText": "四海剧场",
  70. // #endif
  71. // #ifdef MP-TOUTIAO | MP-WEIXIN
  72. "navigationBarTitleText": "张四爷剧场",
  73. // #endif
  74. "enablePullDownRefresh": false
  75. }
  76. },
  77. {
  78. "path": "pages/trace/collect",
  79. "style": {
  80. "navigationBarTitleText": "我的收藏",
  81. "enablePullDownRefresh": false
  82. }
  83. },
  84. {
  85. "path": "pages/trace/list",
  86. "style": {
  87. // #ifdef MP-KUAISHOU
  88. "navigationBarTitleText": "四海剧场",
  89. // #endif
  90. // #ifdef MP-TOUTIAO | MP-WEIXIN
  91. "navigationBarTitleText": "张四爷剧场",
  92. // #endif
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/my/consume",
  98. "style": {
  99. "navigationBarTitleText": "消费记录",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path": "pages/my/history",
  105. "style": {
  106. "navigationBarTitleText": "历史记录",
  107. "enablePullDownRefresh": false
  108. }
  109. },
  110. {
  111. "path": "pages/my/recharge",
  112. "style": {
  113. "navigationBarTitleText": "充值记录",
  114. "enablePullDownRefresh": false
  115. }
  116. },
  117. {
  118. "path": "pages/my/protocol",
  119. "style": {
  120. "navigationBarTitleText": "用户协议",
  121. "enablePullDownRefresh": false
  122. }
  123. },
  124. {
  125. "path": "pages/sign/index",
  126. "style": {
  127. "navigationBarTitleText": "签到",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "pages/member/index",
  133. "style": {
  134. "navigationBarTitleText": "会员",
  135. "enablePullDownRefresh": false
  136. }
  137. },
  138. {
  139. "path": "pages/member/free",
  140. "style": {
  141. "navigationBarTitleText": "会员免费片单",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "pages/episode/play",
  147. "style": {
  148. "navigationBarTitleText": "播放",
  149. "enablePullDownRefresh": false
  150. }
  151. },
  152. {
  153. "path": "pages/share/index",
  154. "style": {
  155. "navigationBarTitleText": "分享中心",
  156. "enablePullDownRefresh": false
  157. }
  158. },
  159. {
  160. "path": "pages/share/income",
  161. "style": {
  162. "navigationBarTitleText": "分享佣金",
  163. "enablePullDownRefresh": false
  164. }
  165. },
  166. {
  167. "path": "pages/share/order",
  168. "style": {
  169. "navigationBarTitleText": "分享订单",
  170. "enablePullDownRefresh": false
  171. }
  172. },
  173. {
  174. "path": "pages/share/team",
  175. "style": {
  176. "navigationBarTitleText": "我的团队",
  177. "enablePullDownRefresh": false
  178. }
  179. },
  180. {
  181. "path": "pages/share/withdraw",
  182. "style": {
  183. "navigationBarTitleText": "提现",
  184. "enablePullDownRefresh": false
  185. }
  186. },
  187. {
  188. "path": "pages/share/withdrawDetail",
  189. "style": {
  190. "navigationBarTitleText": "提现明细",
  191. "enablePullDownRefresh": false
  192. }
  193. },
  194. {
  195. "path": "pages/share/tips",
  196. "style": {
  197. "navigationBarTitleText": "用户须知",
  198. "enablePullDownRefresh": false
  199. }
  200. }
  201. ],
  202. "globalStyle": {
  203. "navigationBarTextStyle": "white", // black or white
  204. // #ifdef MP-KUAISHOU
  205. "navigationBarTitleText": "四海剧场",
  206. // #endif
  207. // #ifdef MP-TOUTIAO | MP-WEIXIN
  208. "navigationBarTitleText": "张四爷剧场",
  209. // #endif
  210. "navigationBarBackgroundColor": "#151728",
  211. "backgroundColor": "#151728"
  212. },
  213. "tabBar": {
  214. "custom": true,
  215. "color": "#8a8a8a",
  216. "selectedColor": "#6EEBE8",
  217. "backgroundColor": "#17162B",
  218. "borderStyle": "black",
  219. "list": [
  220. {
  221. "pagePath": "pages/index/index",
  222. "iconPath": "static/image/tab/home.png",
  223. "selectedIconPath": "static/image/tab/home-HL.png",
  224. "text": "首页"
  225. },
  226. {
  227. "pagePath": "pages/trace/index",
  228. "iconPath": "static/image/tab/trace.png",
  229. "selectedIconPath": "static/image/tab/trace-HL.png",
  230. "text": "追剧"
  231. },
  232. {
  233. "pagePath": "pages/my/index",
  234. "iconPath": "static/image/tab/my.png",
  235. "selectedIconPath": "static/image/tab/my-HL.png",
  236. "text": "我的"
  237. }
  238. ]
  239. }
  240. }