pages.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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/auth/login",
  10. "style": {
  11. "navigationBarTitleText": "",
  12. "navigationBarTextStyle": "black",
  13. "enablePullDownRefresh": false,
  14. "navigationStyle": "custom",
  15. "app-plus": {
  16. "bounce": "none"
  17. }
  18. }
  19. },
  20. // {
  21. // "path": "pages/home/index",
  22. // "style": {
  23. // "navigationBarTitleText": "",
  24. // "enablePullDownRefresh": false
  25. // }
  26. // },
  27. {
  28. "path": "pages/home/living",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "navigationBarTextStyle": "black",
  32. "enablePullDownRefresh": false,
  33. "navigationStyle": "custom",
  34. "softinputMode": "adjustResize", // 必须配置这个才能正常获取高度
  35. "app-plus": {
  36. "bounce": "none"
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/user/index",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationBarTextStyle": "black",
  45. "enablePullDownRefresh": false,
  46. "navigationStyle": "custom",
  47. "app-plus": {
  48. "bounce": "none"
  49. }
  50. }
  51. },
  52. {
  53. "path": "pages/list/index",
  54. "style": {
  55. "navigationBarTitleText": "直播列表",
  56. "navigationBarTextStyle": "black",
  57. "app-plus": {
  58. "bounce": "none"
  59. }
  60. }
  61. },
  62. // {
  63. // "path": "pages/home/live",
  64. // "style": {
  65. // "navigationBarTitleText": "",
  66. // "navigationBarTextStyle": "black",
  67. // "enablePullDownRefresh": false,
  68. // "navigationStyle": "custom",
  69. // "app-plus": {
  70. // "bounce": "none"
  71. // }
  72. // }
  73. // },
  74. {
  75. "path": "pages/auth/register",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "navigationBarTextStyle": "black",
  79. "enablePullDownRefresh": false,
  80. "navigationStyle": "custom",
  81. "app-plus": {
  82. "bounce": "none"
  83. }
  84. }
  85. }
  86. // {
  87. // "path" : "pages_no/zuizao",
  88. // "style" :
  89. // {
  90. // "navigationBarTitleText" : ""
  91. // }
  92. // }
  93. // ,
  94. // {
  95. // "path" : "pages_no/living827",
  96. // "style" :
  97. // {
  98. // "navigationBarTitleText" : ""
  99. // }
  100. // }
  101. ],
  102. "subPackages": [{
  103. "root": "pages_shop",
  104. "pages": [{
  105. "path": "cart",
  106. "style": {
  107. "navigationBarTitleText": "购物车",
  108. "app-plus": {
  109. "titleNView": false
  110. }
  111. }
  112. }, {
  113. "path": "goods",
  114. "style": {
  115. "navigationBarTitleText": "商品详情",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "store",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": false,
  123. "navigationStyle": "custom",
  124. "navigationBarTextStyle": "black",
  125. "app-plus": {
  126. "bounce": "none"
  127. }
  128. }
  129. }, {
  130. "path": "order",
  131. "style": {
  132. "navigationBarTitleText": "我的订单",
  133. "navigationBarTextStyle": "black",
  134. "app-plus": {
  135. "bounce": "none"
  136. }
  137. }
  138. }, {
  139. "path": "confirmCreateOrder",
  140. "style": {
  141. "navigationBarTitleText": "确认订单",
  142. "navigationBarTextStyle": "black",
  143. "app-plus": {
  144. "bounce": "none"
  145. }
  146. }
  147. },
  148. {
  149. "path": "paymentOrder",
  150. "style": {
  151. "navigationBarTitleText": "支付订单",
  152. "navigationBarTextStyle": "black",
  153. "app-plus": {
  154. "bounce": "none"
  155. }
  156. }
  157. },
  158. {
  159. "path": "storeOrder",
  160. "style": {
  161. "navigationBarTitleText": "订单",
  162. "navigationBarTextStyle": "black",
  163. "app-plus": {
  164. "bounce": "none"
  165. }
  166. }
  167. }, {
  168. "path": "refundOrder",
  169. "style": {
  170. "navigationBarTitleText": "申请售后",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "refundOrderProduct",
  176. "style": {
  177. "navigationBarTitleText": "订单售后",
  178. "enablePullDownRefresh": false
  179. }
  180. },
  181. {
  182. "path": "storeOrderRefundList",
  183. "style": {
  184. "navigationBarTitleText": "我的售后",
  185. "enablePullDownRefresh": false,
  186. "navigationBarBackgroundColor": "#ffffff",
  187. "navigationBarTextStyle": "black"
  188. }
  189. },
  190. {
  191. "path": "storeOrderRefundDetails",
  192. "style": {
  193. "navigationBarTitleText": "售后详情",
  194. "enablePullDownRefresh": false,
  195. "navigationBarBackgroundColor": "#FF5C03",
  196. "navigationBarTextStyle": "white"
  197. }
  198. },
  199. {
  200. "path": "storeOrderRefundSubmit",
  201. "style": {
  202. "navigationBarTitleText": "提交售后",
  203. "navigationBarTextStyle": "black",
  204. "navigationBarBackgroundColor": "#ffffff"
  205. }
  206. }, {
  207. "path": "success",
  208. "style": {
  209. "navigationBarTitleText": "支付成功",
  210. "navigationBarTextStyle": "black",
  211. "app-plus": {
  212. "bounce": "none"
  213. }
  214. }
  215. },
  216. {
  217. "path": "storeOrderDelivery",
  218. "style": {
  219. "navigationBarTitleText": "物流信息",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ]
  224. }, {
  225. "root": "pages_user",
  226. "pages": [{
  227. "path": "address",
  228. "style": {
  229. "navigationBarTitleText": "收货地址",
  230. "app-plus": {
  231. "titleNView": false
  232. }
  233. }
  234. },
  235. // {
  236. // "path": "integral",
  237. // "style": {
  238. // "navigationBarTitleText": "我的芳华币",
  239. // "enablePullDownRefresh": false,
  240. // "navigationBarBackgroundColor": "#ffffff",
  241. // "navigationBarTextStyle": "black"
  242. // }
  243. // }, {
  244. // "path": "integralGoodsList",
  245. // "style": {
  246. // "navigationBarTitleText": "芳华币商城",
  247. // "enablePullDownRefresh": false,
  248. // "navigationBarBackgroundColor": "#ffffff",
  249. // "navigationBarTextStyle": "black"
  250. // }
  251. // },
  252. {
  253. "path": "addAddress",
  254. "style": {
  255. "navigationBarTitleText": "新建收货地址",
  256. "navigationBarTextStyle": "black",
  257. "app-plus": {
  258. "bounce": "none"
  259. }
  260. }
  261. }]
  262. }
  263. ],
  264. "globalStyle": {
  265. "navigationBarTextStyle": "black",
  266. "navigationBarTitleText": "【S直播】",
  267. "navigationBarBackgroundColor": "#f5f5f5",
  268. "backgroundColor": "#f7f8fa"
  269. },
  270. "uniIdRouter": {}
  271. // "tabBar": {
  272. // "color": "#AEAEAE",
  273. // "selectedColor": "#000000",
  274. // "fontSize": "12px",
  275. // "borderStyle": "black",
  276. // "backgroundColor": "#fff",
  277. // "list": [
  278. // // {
  279. // // "pagePath": "pages/list/index",
  280. // // "iconPath": "/static/tabBar/query.png",
  281. // // "selectedIconPath": "/static/tabBar/query_active.png",
  282. // // "text": "列表"
  283. // // },
  284. // // {
  285. // // "pagePath": "pages/games/index",
  286. // // "iconPath": "/static/tabBar/pulverize.png",
  287. // // "selectedIconPath": "/static/tabBar/pulverize_active.png",
  288. // // "text": "合同粉碎"
  289. // // },
  290. // // {
  291. // // "pagePath": "pages/user/index",
  292. // // "iconPath": "/static/tabBar/user.png",
  293. // // "selectedIconPath": "/static/tabBar/user_active.png",
  294. // // "text": "我的"
  295. // // }
  296. // ]
  297. // }
  298. }