pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. {
  2. "custom": {
  3. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  4. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  5. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  6. },
  7. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/home/index",
  10. "style": {
  11. "navigationBarTitleText": "",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/home/living",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "navigationBarTextStyle": "black",
  19. "enablePullDownRefresh": false,
  20. "navigationStyle": "custom",
  21. "app-plus": {
  22. "bounce": "none"
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/user/index",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "navigationBarTextStyle": "black",
  31. "enablePullDownRefresh": false,
  32. "navigationStyle": "custom",
  33. "app-plus": {
  34. "bounce": "none"
  35. }
  36. }
  37. },
  38. {
  39. "path": "pages/list/index",
  40. "style": {
  41. "navigationBarTitleText": "直播列表",
  42. "navigationBarTextStyle": "black",
  43. "app-plus": {
  44. "bounce": "none"
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/home/live",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "navigationBarTextStyle": "black",
  53. "enablePullDownRefresh": false,
  54. "navigationStyle": "custom",
  55. "app-plus": {
  56. "bounce": "none"
  57. }
  58. }
  59. }, {
  60. "path": "pages/games/index",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "navigationBarTextStyle": "black",
  64. "enablePullDownRefresh": false,
  65. "navigationStyle": "custom",
  66. "app-plus": {
  67. "bounce": "none"
  68. }
  69. }
  70. },
  71. {
  72. "path": "pages/auth/login",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "navigationBarTextStyle": "black",
  76. "enablePullDownRefresh": false,
  77. "navigationStyle": "custom",
  78. "app-plus": {
  79. "bounce": "none"
  80. }
  81. }
  82. },{
  83. "path": "pages/auth/findpass",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "navigationBarTextStyle": "black",
  87. "enablePullDownRefresh": false,
  88. "navigationStyle": "custom",
  89. "app-plus": {
  90. "bounce": "none"
  91. }
  92. }
  93. },{
  94. "path": "pages/auth/h5WxLogin",
  95. "style": {
  96. "navigationBarTitleText": "",
  97. "navigationBarTextStyle": "black",
  98. "enablePullDownRefresh": false,
  99. "navigationStyle": "custom",
  100. "app-plus": {
  101. "bounce": "none"
  102. }
  103. }
  104. },{
  105. "path": "pages/auth/loginIndex",
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "navigationBarTextStyle": "black",
  109. "enablePullDownRefresh": false,
  110. "navigationStyle": "custom",
  111. "app-plus": {
  112. "bounce": "none"
  113. }
  114. }
  115. },{
  116. "path": "pages/auth/register",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "navigationBarTextStyle": "black",
  120. "enablePullDownRefresh": false,
  121. "navigationStyle": "custom",
  122. "app-plus": {
  123. "bounce": "none"
  124. }
  125. }
  126. }
  127. ],
  128. "subPackages": [{
  129. "root": "pages_shop",
  130. "pages": [{
  131. "path": "cart",
  132. "style": {
  133. "navigationBarTitleText": "购物车",
  134. "app-plus": {
  135. "titleNView": false
  136. }
  137. }
  138. }, {
  139. "path": "goods",
  140. "style": {
  141. "navigationBarTitleText": "商品详情",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "store",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "enablePullDownRefresh": false,
  149. "navigationStyle": "custom"
  150. }
  151. }, {
  152. "path": "order",
  153. "style": {
  154. "navigationBarTitleText": "我的订单",
  155. "navigationBarTextStyle": "black",
  156. "app-plus": {
  157. "bounce": "none"
  158. }
  159. }
  160. }, {
  161. "path": "confirmCreateOrder",
  162. "style": {
  163. "navigationBarTitleText": "确认订单",
  164. "navigationBarTextStyle": "black",
  165. "app-plus": {
  166. "bounce": "none"
  167. }
  168. }
  169. },
  170. {
  171. "path": "paymentOrder",
  172. "style": {
  173. "navigationBarTitleText": "支付订单",
  174. "navigationBarTextStyle": "black",
  175. "app-plus": {
  176. "bounce": "none"
  177. }
  178. }
  179. },
  180. {
  181. "path": "confirmPackageOrder",
  182. "style": {
  183. "navigationBarTitleText": "确认支付",
  184. "navigationBarTextStyle": "black",
  185. "app-plus": {
  186. "bounce": "none"
  187. }
  188. }
  189. }, {
  190. "path": "success",
  191. "style": {
  192. "navigationBarTitleText": "支付成功",
  193. "navigationBarTextStyle": "black",
  194. "app-plus": {
  195. "bounce": "none"
  196. }
  197. }
  198. }
  199. ]
  200. },{
  201. "root": "pages_user",
  202. "pages": [{
  203. "path": "address",
  204. "style": {
  205. "navigationBarTitleText": "收货地址",
  206. "app-plus": {
  207. "titleNView": false
  208. }
  209. }
  210. }, {
  211. "path": "addAddress",
  212. "style": {
  213. "navigationBarTitleText": "新建收货地址",
  214. "navigationBarTextStyle": "black",
  215. "app-plus": {
  216. "bounce": "none"
  217. }
  218. }
  219. }
  220. ]
  221. }
  222. ],
  223. "globalStyle": {
  224. "navigationBarTextStyle": "black",
  225. "navigationBarTitleText": "【S直播】",
  226. "navigationBarBackgroundColor": "#f5f5f5",
  227. "backgroundColor": "#f7f8fa"
  228. },
  229. "uniIdRouter": {},
  230. "tabBar": {
  231. "color": "#AEAEAE",
  232. "selectedColor": "#000000",
  233. "fontSize": "12px",
  234. "borderStyle": "black",
  235. "backgroundColor": "#fff",
  236. "list": [{
  237. "pagePath": "pages/list/index",
  238. "iconPath": "/static/tabBar/query.png",
  239. "selectedIconPath": "/static/tabBar/query_active.png",
  240. "text": "列表"
  241. },
  242. {
  243. "pagePath": "pages/games/index",
  244. "iconPath": "/static/tabBar/pulverize.png",
  245. "selectedIconPath": "/static/tabBar/pulverize_active.png",
  246. "text": "合同粉碎"
  247. },
  248. {
  249. "pagePath": "pages/user/index",
  250. "iconPath": "/static/tabBar/user.png",
  251. "selectedIconPath": "/static/tabBar/user_active.png",
  252. "text": "我的"
  253. }
  254. ]
  255. }
  256. }