pages.json 6.6 KB

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