pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. "navigationBarTextStyle": "black",
  151. "app-plus": {
  152. "bounce": "none"
  153. }
  154. }
  155. }, {
  156. "path": "order",
  157. "style": {
  158. "navigationBarTitleText": "我的订单",
  159. "navigationBarTextStyle": "black",
  160. "app-plus": {
  161. "bounce": "none"
  162. }
  163. }
  164. }, {
  165. "path": "confirmCreateOrder",
  166. "style": {
  167. "navigationBarTitleText": "确认订单",
  168. "navigationBarTextStyle": "black",
  169. "app-plus": {
  170. "bounce": "none"
  171. }
  172. }
  173. },
  174. {
  175. "path": "paymentOrder",
  176. "style": {
  177. "navigationBarTitleText": "支付订单",
  178. "navigationBarTextStyle": "black",
  179. "app-plus": {
  180. "bounce": "none"
  181. }
  182. }
  183. },
  184. {
  185. "path": "confirmPackageOrder",
  186. "style": {
  187. "navigationBarTitleText": "确认支付",
  188. "navigationBarTextStyle": "black",
  189. "app-plus": {
  190. "bounce": "none"
  191. }
  192. }
  193. }, {
  194. "path": "success",
  195. "style": {
  196. "navigationBarTitleText": "支付成功",
  197. "navigationBarTextStyle": "black",
  198. "app-plus": {
  199. "bounce": "none"
  200. }
  201. }
  202. }
  203. ]
  204. }, {
  205. "root": "pages_user",
  206. "pages": [{
  207. "path": "address",
  208. "style": {
  209. "navigationBarTitleText": "收货地址",
  210. "app-plus": {
  211. "titleNView": false
  212. }
  213. }
  214. }, {
  215. "path": "addAddress",
  216. "style": {
  217. "navigationBarTitleText": "新建收货地址",
  218. "navigationBarTextStyle": "black",
  219. "app-plus": {
  220. "bounce": "none"
  221. }
  222. }
  223. }]
  224. }
  225. ],
  226. "globalStyle": {
  227. "navigationBarTextStyle": "black",
  228. "navigationBarTitleText": "【S直播】",
  229. "navigationBarBackgroundColor": "#f5f5f5",
  230. "backgroundColor": "#f7f8fa"
  231. },
  232. "uniIdRouter": {},
  233. "tabBar": {
  234. "color": "#AEAEAE",
  235. "selectedColor": "#000000",
  236. "fontSize": "12px",
  237. "borderStyle": "black",
  238. "backgroundColor": "#fff",
  239. "list": [{
  240. "pagePath": "pages/list/index",
  241. "iconPath": "/static/tabBar/query.png",
  242. "selectedIconPath": "/static/tabBar/query_active.png",
  243. "text": "列表"
  244. },
  245. {
  246. "pagePath": "pages/games/index",
  247. "iconPath": "/static/tabBar/pulverize.png",
  248. "selectedIconPath": "/static/tabBar/pulverize_active.png",
  249. "text": "合同粉碎"
  250. },
  251. {
  252. "pagePath": "pages/user/index",
  253. "iconPath": "/static/tabBar/user.png",
  254. "selectedIconPath": "/static/tabBar/user_active.png",
  255. "text": "我的"
  256. }
  257. ]
  258. }
  259. }