pages.json 7.8 KB

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