pages.json 7.9 KB

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