pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "pages": [{
  3. "path": "pages/index/index", //默认首页
  4. "style": {
  5. // #ifdef H5
  6. "navigationStyle": "custom",
  7. // #endif
  8. "navigationBarTitleText": "",
  9. "navigationBarBackgroundColor": "#363B4D",
  10. "navigationBarTextStyle": "white"
  11. }
  12. },
  13. {
  14. "path": "pages/index/new/index",
  15. "style": {
  16. "navigationBarTitleText": "最新"
  17. }
  18. },
  19. {
  20. "path": "pages/index/billboard/index",
  21. "style": {
  22. "navigationBarTitleText": "排行榜"
  23. // "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/video/index",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "navigationStyle": "custom",
  31. "app-plus": {
  32. "titleNView": {
  33. "type": "transparent"
  34. }
  35. }
  36. }
  37. },
  38. {
  39. "path": "pages/member/orders",
  40. "style": {
  41. "navigationBarTitleText": "充值记录",
  42. "enablePullDownRefresh": true
  43. }
  44. }, {
  45. "path": "pages/member/consume",
  46. "style": {
  47. "navigationBarTitleText": "消费记录",
  48. "enablePullDownRefresh": false
  49. }
  50. },
  51. {
  52. "path": "pages/pay/pay",
  53. "style": {
  54. "navigationBarTitleText": "充值",
  55. "enablePullDownRefresh": false
  56. }
  57. }, {
  58. "path": "pages/member/index",
  59. "style": {
  60. "navigationBarTitleText": "我的",
  61. "enablePullDownRefresh": false
  62. }
  63. },
  64. {
  65. "path": "pages/zhuiju/index",
  66. "style": {
  67. "navigationBarTitleText": "",
  68. "enablePullDownRefresh": false
  69. }
  70. },
  71. {
  72. "path": "pages/zhuiju/zjgk",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false
  76. }
  77. }
  78. ],
  79. "globalStyle": {
  80. "navigationBarTextStyle": "black",
  81. "navigationBarTitleText": "正在载入",
  82. "navigationBarBackgroundColor": "#FFFFFF",
  83. "backgroundColor": "#F5F6FA"
  84. },
  85. "tabBar": {
  86. "color": "#666666",
  87. "selectedColor": "#333333",
  88. "borderStyle": "black",
  89. "backgroundColor": "#ffffff",
  90. "list": [{
  91. "pagePath": "pages/zhuiju/index",
  92. "iconPath": "static/icon/zj.png",
  93. "selectedIconPath": "static/icon/xz_zj.png",
  94. "text": "追剧"
  95. },
  96. {
  97. "pagePath": "pages/index/index",
  98. "iconPath": "static/icon/jy.png",
  99. "selectedIconPath": "static/icon/xz_jy.png",
  100. "text": "小剧场"
  101. },
  102. {
  103. "pagePath": "pages/member/index",
  104. "iconPath": "static/icon/wd.png",
  105. "selectedIconPath": "static/icon/xz_wd.png",
  106. "text": "我的"
  107. }
  108. ]
  109. },
  110. "easycom": {
  111. "autoscan": true,
  112. "custom": {
  113. // "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  114. "com-(.*)": "@/components/common/$1.vue",
  115. "show-(.*)": "@/components/show/$1.vue",
  116. "countdown-(.*)": "@/components/countdown/$1.vue",
  117. "sub-(.*)": "@/components/sub/$1.vue",
  118. "upload-(.*)": "@/components/upload/$1.vue",
  119. "vipcard-(.*)": "@/components/vipcard/$1.vue",
  120. "dialog-(.*)": "@/components/dialog/$1.vue",
  121. "select-(.*)": "@/components/select/$1.vue",
  122. "home-(.*)": "@/pages/components/home/$1.vue"
  123. }
  124. }
  125. }