pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. }
  24. },
  25. {
  26. "path": "pages/video/index",
  27. "style": {
  28. "navigationBarTitleText": "",
  29. "navigationStyle": "custom",
  30. "app-plus": {
  31. "titleNView": {
  32. "type": "transparent"
  33. }
  34. }
  35. }
  36. },
  37. {
  38. "path": "pages/set/set",
  39. "style": {
  40. "navigationBarTitleText": "设置"
  41. }
  42. },
  43. {
  44. "path": "pages/set/grzl/grzl",
  45. "style": {
  46. "navigationBarTitleText": "个人资料",
  47. "app-plus": {
  48. "titleNView": {
  49. "backgroundColor": "#f8f8f8"
  50. }
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/set/gywm/gywm",
  56. "style": {
  57. "navigationBarTitleText": "关于我们",
  58. "app-plus": {
  59. "titleNView": {
  60. "backgroundColor": "#f8f8f8"
  61. }
  62. }
  63. }
  64. }, {
  65. "path": "pages/set/grzl/modname/modname",
  66. "style": {
  67. "navigationBarTitleText": "修改姓名",
  68. "app-plus": {
  69. "titleNView": {
  70. "backgroundColor": "#f5f5f5"
  71. }
  72. }
  73. }
  74. }, {
  75. "path": "pages/set/grzl/nc/nc",
  76. "style": {
  77. "navigationBarTitleText": "修改昵称",
  78. "app-plus": {
  79. "titleNView": {
  80. "backgroundColor": "#f8f8f8"
  81. }
  82. }
  83. }
  84. }, {
  85. "path": "pages/set/grzl/wx/wx",
  86. "style": {
  87. "navigationBarTitleText": "修改微信号",
  88. "app-plus": {
  89. "titleNView": {
  90. "backgroundColor": "#f8f8f8"
  91. }
  92. }
  93. }
  94. },
  95. {
  96. "path": "pages/login/login",
  97. "style": {
  98. "navigationBarTitleText": "用户登录",
  99. "navigationBarBackgroundColor": "#FFFFFF"
  100. }
  101. },
  102. {
  103. "path": "pages/login/loginwxxcx",
  104. "style": {
  105. "navigationBarTitleText": "微信小程序登录",
  106. "navigationBarBackgroundColor": "#FFFFFF"
  107. }
  108. },
  109. {
  110. "path": "pages/login/logingzh",
  111. "style": {
  112. "navigationBarTitleText": "微信公众号登录",
  113. "navigationBarBackgroundColor": "#FFFFFF"
  114. }
  115. },
  116. {
  117. "path": "pages/login/reg",
  118. "style": {
  119. "navigationBarTitleText": "",
  120. "navigationBarBackgroundColor": "#FFFFFF"
  121. }
  122. },
  123. {
  124. "path": "pages/login/forget",
  125. "style": {
  126. "navigationBarTitleText": "忘记密码",
  127. "navigationBarBackgroundColor": "#FFFFFF"
  128. }
  129. },
  130. {
  131. "path": "pages/login/agreement",
  132. "style": {
  133. "navigationBarTitleText": "用户协议"
  134. }
  135. }
  136. , {
  137. "path": "pages/member/orders",
  138. "style": {
  139. "navigationBarTitleText": "充值记录",
  140. "enablePullDownRefresh": true
  141. }
  142. }, {
  143. "path": "pages/member/consume",
  144. "style": {
  145. "navigationBarTitleText": "消费记录",
  146. "enablePullDownRefresh": false
  147. }
  148. }, {
  149. "path": "pages/pay/pay",
  150. "style": {
  151. "navigationBarTitleText": "充值",
  152. "enablePullDownRefresh": false
  153. }
  154. }, {
  155. "path": "pages/member/index",
  156. "style": {
  157. "navigationBarTitleText": "我的",
  158. "enablePullDownRefresh": false
  159. }
  160. }, {
  161. "path": "pages/zhuiju/index",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "enablePullDownRefresh": false
  165. }
  166. }, {
  167. "path": "pages/zhuiju/zjgk",
  168. "style": {
  169. "navigationBarTitleText": "",
  170. "enablePullDownRefresh": false
  171. }
  172. }
  173. ],
  174. "globalStyle": {
  175. "navigationBarTextStyle": "black",
  176. "navigationBarTitleText": "正在载入",
  177. "navigationBarBackgroundColor": "#FFFFFF",
  178. "backgroundColor": "#F5F6FA"
  179. },
  180. "tabBar": {
  181. "color": "#666666",
  182. "selectedColor": "#333333",
  183. "borderStyle": "black",
  184. "backgroundColor": "#ffffff",
  185. "list": [{
  186. "pagePath": "pages/zhuiju/index",
  187. "iconPath": "static/icon/zj.png",
  188. "selectedIconPath": "static/icon/xz_zj.png",
  189. "text": "追剧"
  190. },
  191. {
  192. "pagePath": "pages/index/index",
  193. "iconPath": "static/icon/jy.png",
  194. "selectedIconPath": "static/icon/xz_jy.png",
  195. "text": "小剧场"
  196. },
  197. {
  198. "pagePath": "pages/member/index",
  199. "iconPath": "static/icon/wd.png",
  200. "selectedIconPath": "static/icon/xz_wd.png",
  201. "text": "我的"
  202. }
  203. ]
  204. },
  205. "easycom": {
  206. "autoscan": true,
  207. "custom": {
  208. // "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  209. "com-(.*)": "@/components/common/$1.vue",
  210. "show-(.*)": "@/components/show/$1.vue",
  211. "countdown-(.*)": "@/components/countdown/$1.vue",
  212. "sub-(.*)": "@/components/sub/$1.vue",
  213. "upload-(.*)": "@/components/upload/$1.vue",
  214. "vipcard-(.*)": "@/components/vipcard/$1.vue",
  215. "dialog-(.*)": "@/components/dialog/$1.vue",
  216. "select-(.*)": "@/components/select/$1.vue",
  217. "home-(.*)": "@/pages/components/home/$1.vue"
  218. }
  219. }
  220. }