pages.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. {
  2. "window": {
  3. "initialRenderingCache": "dynamic"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle": "custom",
  10. "navigationBarTitleText": "潮米卡牌"
  11. }
  12. },
  13. {
  14. "path": "pages/index/index.bk",
  15. "style": {
  16. "navigationBarTitleText": "潮米卡牌"
  17. }
  18. },
  19. {
  20. "path": "pages/task/index",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/first2/index",
  28. "style": {
  29. "navigationBarTitleText": "潮米卡牌",
  30. // 自定义导航栏
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/mine/mine",
  36. "style": {
  37. "navigationStyle": "custom",
  38. "navigationBarTitleText": "我的",
  39. "enablePullDownRefresh": false
  40. }
  41. },
  42. {
  43. "path": "pages/shoppingMall/shoppingMall",
  44. "style": {
  45. "navigationBarTitleText": "积分商城",
  46. "enablePullDownRefresh": false,
  47. "navigationBarBackgroundColor": "#171520",
  48. "navigationBarTextStyle": "white"
  49. }
  50. },
  51. {
  52. "path": "pages/knapsack/knapsack",
  53. "style": {
  54. "navigationBarTitleText": "背包",
  55. "enablePullDownRefresh": false
  56. }
  57. },
  58. {
  59. "path": "pages/order/order",
  60. "style": {
  61. "navigationBarTitleText": "商城订单",
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. //给tab页的背包
  66. {
  67. "path": "pages/knapsackTab/knapsack",
  68. "style": {
  69. "navigationBarTitleText": "背包",
  70. "enablePullDownRefresh": false
  71. }
  72. },
  73. {
  74. "path": "pages/addressManage/addressManage",
  75. "style": {
  76. "navigationBarTitleText": "我的收货地址",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path": "pages/login/login",
  82. "style": {
  83. "navigationBarTitleText": "授权登录",
  84. "enablePullDownRefresh": false
  85. }
  86. },
  87. {
  88. "path": "pages/addressEdit/addressEdit",
  89. "style": {
  90. "navigationBarTitleText": "新增收货地址",
  91. "enablePullDownRefresh": false
  92. }
  93. },
  94. {
  95. "path": "pages/invite/invite",
  96. "style": {
  97. "navigationBarTitleText": "邀请好友",
  98. "enablePullDownRefresh": false
  99. }
  100. },
  101. {
  102. "path": "pages/excellentValue/excellentValue",
  103. "style": {
  104. "navigationBarTitleText": "超值挑战",
  105. "enablePullDownRefresh": false
  106. }
  107. },
  108. {
  109. "path": "pages/drawCard_first/drawCard_first",
  110. "style": {
  111. "navigationStyle": "custom",
  112. "navigationBarTitleText": "FIRST赏",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "pages/winningRecord/winningRecord",
  118. "style": {
  119. "navigationBarTitleText": "中奖记录",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "pages/orderConfirm/orderConfirm",
  125. "style": {
  126. "navigationBarTitleText": "订单确认",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "pages/coupon/coupon",
  132. "style": {
  133. "navigationBarTitleText": "我的优惠券",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "pages/rule/rule",
  139. "style": {
  140. "navigationBarTitleText": "规则与说明",
  141. "enablePullDownRefresh": false,
  142. "navigationBarBackgroundColor": "#f67f53",
  143. "navigationBarTextStyle": "white"
  144. }
  145. },
  146. {
  147. "path": "pages/user/user",
  148. "style": {
  149. "navigationBarTitleText": "编辑个人资料",
  150. "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path": "pages/raffle/raffle",
  155. "style": {
  156. "navigationBarTitleText": "抽赏",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "pages/drawCard_last/drawCard_last",
  162. "style": {
  163. "navigationStyle": "custom",
  164. "navigationBarTitleText": "LAST赏",
  165. "enablePullDownRefresh": false
  166. }
  167. },
  168. {
  169. "path": "pages/message/message",
  170. "style": {
  171. "navigationBarTitleText": "消息",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "pages/user/editUser/editUser",
  177. "style": {
  178. "navigationBarTitleText": "编辑个人信息",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "pages/consumptionRecords/consumptionRecords",
  184. "style": {
  185. "navigationBarTitleText": "消费记录",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "pages/drawCard_fullSet/drawCard_fullSet",
  191. "style": {
  192. "navigationStyle": "custom",
  193. "navigationBarTitleText": "全套赏",
  194. "enablePullDownRefresh": false
  195. }
  196. },
  197. {
  198. "path": "pages/drawCard_fullSet/winningList",
  199. "style": {
  200. "navigationBarTitleText": "开奖记录",
  201. "enablePullDownRefresh": false
  202. }
  203. },
  204. {
  205. "path": "pages/drawCard_fullSet/goods",
  206. "style": {
  207. "navigationBarTitleText": "奖品预览",
  208. "enablePullDownRefresh": false
  209. }
  210. },
  211. {
  212. "path": "pages/drawCard_infinite/drawCard_infinite",
  213. "style": {
  214. "navigationBarTitleText": "无限赏",
  215. "enablePullDownRefresh": false
  216. }
  217. },
  218. {
  219. "path": "pages/drawCard_box/drawCard_box",
  220. "style": {
  221. "navigationStyle": "custom",
  222. "navigationBarTitleText": "抽盒机",
  223. "enablePullDownRefresh": false
  224. }
  225. },
  226. {
  227. "path": "pages/drawCard_box/drawCard_boxDetail",
  228. "style": {
  229. "navigationStyle": "custom",
  230. "navigationBarTitleText": "",
  231. "enablePullDownRefresh": false
  232. }
  233. },
  234. {
  235. "path": "pages/userAgreement/userAgreement",
  236. "style": {
  237. "navigationBarTitleText": "用户协议",
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "path": "pages/integralRecord/integralRecord",
  243. "style": {
  244. "navigationBarTitleText": "积分记录",
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. {
  249. "path": "pages/vip/vip",
  250. "style": {
  251. "navigationBarTitleText": "",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path": "pages/drawCardsList/drawCardsList",
  257. "style": {
  258. "navigationStyle": "custom",
  259. "navigationBarTitleText": "",
  260. "enablePullDownRefresh": false
  261. }
  262. }
  263. ],
  264. "globalStyle": {
  265. "navigationBarTextStyle": "black",
  266. "navigationBarTitleText": "uni-app",
  267. "navigationBarBackgroundColor": "#F8F8F8",
  268. "backgroundColor": "#F8F8F8",
  269. "app-plus": {
  270. "background": "#efeff4"
  271. }
  272. },
  273. "tabBar": {
  274. "color": "#B4C9DA",
  275. "selectedColor": "#fc5b20",
  276. "backgroundColor": "#000000",
  277. "list": [
  278. {
  279. "pagePath": "pages/index/index",
  280. "iconPath": "/static/img/home.png",
  281. "selectedIconPath": "/static/img/home_a.png",
  282. "text": "首页"
  283. },
  284. {
  285. "pagePath": "pages/shoppingMall/shoppingMall",
  286. "iconPath": "/static/img/shop.png",
  287. "selectedIconPath": "/static/img/shop_a.png",
  288. "text": "商城"
  289. },
  290. {
  291. "pagePath": "pages/drawCardsList/drawCardsList",
  292. "iconPath": "/static/img/cc.png",
  293. "selectedIconPath": "/static/img/cc.png",
  294. "text": "抽盒机"
  295. },
  296. {
  297. "pagePath": "pages/knapsackTab/knapsack",
  298. "iconPath": "/static/img/bag.png",
  299. "selectedIconPath": "/static/img/bag_a.png",
  300. "text": "背包"
  301. },
  302. {
  303. "pagePath": "pages/mine/mine",
  304. "iconPath": "/static/img/mine.png",
  305. "selectedIconPath": "/static/img/mine_a.png",
  306. "text": "我的"
  307. }
  308. ]
  309. }
  310. }