pages.json 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "首页",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/sweepstakes/sweepstakes",
  13. "style": {
  14. "navigationBarTitleText": "福袋",
  15. "enablePullDownRefresh": false,
  16. "navigationStyle": "custom",
  17. "app-plus": {
  18. "bounce": "none"
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/warehouse/warehouse",
  24. "style": {
  25. "navigationBarTitleText": "福仓",
  26. "enablePullDownRefresh": false,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/me/me",
  32. "style": {
  33. "navigationBarTitleText": "个人中心",
  34. "enablePullDownRefresh": false,
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/login/login",
  40. "style": {
  41. "navigationBarTitleText": "登录",
  42. "enablePullDownRefresh": false,
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/login/register",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. }
  54. ],
  55. "subPackages": [
  56. {
  57. "root": "pagesGoods",
  58. "pages": [
  59. {
  60. "path": "goodsDetail/goodsDetail",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "enablePullDownRefresh": false,
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "order/orderList",
  69. "style": {
  70. "navigationBarTitleText": "我的订单",
  71. "enablePullDownRefresh": false,
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "order/orderSubmit",
  77. "style": {
  78. "navigationBarTitleText": "确认订单",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pay/pay",
  84. "style": {
  85. "navigationBarTitleText": "收银台",
  86. "enablePullDownRefresh": false,
  87. "navigationBarBackgroundColor": "transparent"
  88. }
  89. },
  90. {
  91. "path": "pay/payBankBind",
  92. "style": {
  93. "navigationBarTitleText": "添加银行卡",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path": "pay/payZLBind",
  99. "style": {
  100. "navigationBarTitleText": "绑卡支付",
  101. "enablePullDownRefresh": false,
  102. "app-plus": {
  103. "bounce": "none"
  104. }
  105. }
  106. },
  107. {
  108. "path": "sweepstakes/sweepstakesGoods",
  109. "style": {
  110. "navigationBarTitleText": "福袋商品",
  111. "enablePullDownRefresh": false,
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path": "sweepstakes/recycleCard",
  117. "style": {
  118. "navigationBarTitleText": "回收卡",
  119. "enablePullDownRefresh": false
  120. }
  121. },
  122. {
  123. "path": "sweepstakes/mySubscribe",
  124. "style": {
  125. "navigationBarTitleText": "我的预约",
  126. "enablePullDownRefresh": false
  127. }
  128. }
  129. ]
  130. },
  131. {
  132. "root": "pagesUser",
  133. "pages": [
  134. {
  135. "path": "userInfo/userInfo",
  136. "style": {
  137. "navigationBarTitleText": "个人资料",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "userInfo/editName",
  144. "style": {
  145. "navigationBarTitleText": "修改昵称",
  146. "enablePullDownRefresh": false
  147. }
  148. },
  149. {
  150. "path": "setting/securityCenter",
  151. "style": {
  152. "navigationBarTitleText": "账号安全",
  153. "enablePullDownRefresh": false
  154. }
  155. },
  156. {
  157. "path": "setting/editPass",
  158. "style": {
  159. "navigationBarTitleText": "修改密码",
  160. "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "setting/editSecurityPass",
  165. "style": {
  166. "navigationBarTitleText": "安全密码",
  167. "enablePullDownRefresh": false
  168. }
  169. },
  170. {
  171. "path": "setting/setting",
  172. "style": {
  173. "navigationBarTitleText": "设置",
  174. "enablePullDownRefresh": false
  175. }
  176. },
  177. {
  178. "path": "setting/about",
  179. "style": {
  180. "navigationBarTitleText": "关于我们",
  181. "enablePullDownRefresh": false
  182. }
  183. },
  184. {
  185. "path": "address/address",
  186. "style": {
  187. "navigationBarTitleText": "地址管理",
  188. "enablePullDownRefresh": false
  189. }
  190. },
  191. {
  192. "path": "address/editAddress",
  193. "style": {
  194. "navigationBarTitleText": "",
  195. "enablePullDownRefresh": false
  196. }
  197. },
  198. {
  199. "path": "asset/score",
  200. "style": {
  201. "navigationBarTitleText": "积分",
  202. "enablePullDownRefresh": false
  203. }
  204. },
  205. {
  206. "path": "asset/balance",
  207. "style": {
  208. "navigationBarTitleText": "余额",
  209. "enablePullDownRefresh": false
  210. }
  211. },
  212. {
  213. "path": "asset/profit",
  214. "style": {
  215. "navigationBarTitleText": "利润",
  216. "enablePullDownRefresh": false
  217. }
  218. },
  219. {
  220. "path": "asset/withdraw",
  221. "style": {
  222. "navigationBarTitleText": "提现",
  223. "enablePullDownRefresh": false,
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "asset/withdrawLog",
  229. "style": {
  230. "navigationBarTitleText": "提现记录",
  231. "enablePullDownRefresh": false
  232. }
  233. },
  234. {
  235. "path": "asset/bonusLog",
  236. "style": {
  237. "navigationBarTitleText": "奖金明细",
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "path": "team/team",
  243. "style": {
  244. "navigationBarTitleText": "我的好友",
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. {
  249. "path": "message/notice",
  250. "style": {
  251. "navigationBarTitleText": "公告",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path": "message/noticeDetail",
  257. "style": {
  258. "navigationBarTitleText": "",
  259. "enablePullDownRefresh": false
  260. }
  261. },
  262. {
  263. "path": "asset/consumeLog",
  264. "style": {
  265. "navigationBarTitleText": "消费记录",
  266. "enablePullDownRefresh": false
  267. }
  268. },
  269. {
  270. "path": "webview/webview",
  271. "style": {
  272. "navigationBarTitleText": "",
  273. "enablePullDownRefresh": false
  274. }
  275. },
  276. {
  277. "path": "invite/invite",
  278. "style": {
  279. "navigationBarTitleText": "分享好友",
  280. "enablePullDownRefresh": false,
  281. "app-plus": {
  282. "bounce": "none"
  283. }
  284. }
  285. },
  286. {
  287. "path": "collect/collectList",
  288. "style": {
  289. "navigationBarTitleText": "我的收藏",
  290. "enablePullDownRefresh": false
  291. }
  292. },
  293. {
  294. "path": "chat/chat",
  295. "style": {
  296. "navigationBarTitleText": "群聊",
  297. "enablePullDownRefresh": false
  298. }
  299. }
  300. ]
  301. }
  302. ],
  303. "globalStyle": {
  304. "navigationBarTextStyle": "black",
  305. "navigationBarTitleText": "多宝福袋",
  306. "navigationBarBackgroundColor": "#fff",
  307. "backgroundColor": "#fff",
  308. // 导航栏整体(前景、背景)透明设置。支持 always 一直透明 / auto 滑动自适应 / none 不透明,
  309. // "transparentTitle": "auto"
  310. "app-plus": {
  311. "bounce": "none"
  312. }
  313. },
  314. "tabBar": {
  315. "backgroundColor": "#fff",
  316. "borderStyle": "white",
  317. "color": "#AFAFAF",
  318. "selectedColor": "#232323",
  319. "list": [
  320. {
  321. "text": "首页",
  322. "pagePath": "pages/index/index",
  323. "iconPath": "static/images/tabbar/index.png",
  324. "selectedIconPath": "static/images/tabbar/index-fill.png"
  325. },
  326. {
  327. "text": "福袋",
  328. "pagePath": "pages/sweepstakes/sweepstakes",
  329. "iconPath": "static/images/tabbar/sweepstakes.png",
  330. "selectedIconPath": "static/images/tabbar/sweepstakes-fill.png"
  331. },
  332. {
  333. "text": "福仓",
  334. "pagePath": "pages/warehouse/warehouse",
  335. "iconPath": "static/images/tabbar/warehouse.png",
  336. "selectedIconPath": "static/images/tabbar/warehouse-fill.png"
  337. },
  338. {
  339. "text": "个人中心",
  340. "pagePath": "pages/me/me",
  341. "iconPath": "static/images/tabbar/me.png",
  342. "selectedIconPath": "static/images/tabbar/me-fill.png"
  343. }
  344. ]
  345. },
  346. "uniIdRouter": {}
  347. }