pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. {
  2. "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "A3Mall 商城"
  7. }
  8. },
  9. {
  10. "path": "pages/search/index",
  11. "style": {
  12. "navigationBarTitleText": "搜索内容"
  13. }
  14. },
  15. {
  16. "path": "pages/search/list",
  17. "style": {
  18. "navigationBarTitleText": "搜索结果"
  19. }
  20. },
  21. {
  22. "path": "pages/category/index",
  23. "style": {
  24. "navigationBarTitleText": "商品分类"
  25. }
  26. },
  27. {
  28. "path": "pages/public/login",
  29. "style" : {
  30. "navigationBarTitleText": "会员登录"
  31. }
  32. },
  33. {
  34. "path": "pages/public/register",
  35. "style" : {
  36. "navigationBarTitleText": "会员注册"
  37. }
  38. },
  39. {
  40. "path": "pages/public/forget",
  41. "style" : {
  42. "navigationBarTitleText": "找回密码"
  43. }
  44. },
  45. {
  46. "path": "pages/public/404",
  47. "style" : {
  48. "navigationBarTitleText": "页面404"
  49. }
  50. },
  51. {
  52. "path": "pages/coupon/index",
  53. "style": {
  54. "navigationBarTitleText": "优惠劵"
  55. }
  56. },
  57. {
  58. "path": "pages/comments/view",
  59. "style": {
  60. "navigationBarTitleText": "商品评论"
  61. }
  62. },
  63. {
  64. "path": "pages/goods/index",
  65. "style": {
  66. "navigationBarTitleText": "商品列表"
  67. }
  68. },
  69. {
  70. "path": "pages/goods/list",
  71. "style": {
  72. "navigationBarTitleText": "商品列表"
  73. }
  74. },
  75. {
  76. "path": "pages/goods/view",
  77. "style" : {
  78. "navigationBarTitleText": "商品详情"
  79. }
  80. },
  81. {
  82. "path": "pages/cart/index",
  83. "style": {
  84. "navigationBarTitleText": "购物车"
  85. }
  86. },
  87. {
  88. "path": "pages/cart/confirm",
  89. "style": {
  90. "navigationBarTitleText": "订单确认"
  91. }
  92. },
  93. {
  94. "path": "pages/cart/msg",
  95. "style": {
  96. "navigationBarTitleText": "提示页"
  97. }
  98. },
  99. {
  100. "path": "pages/cart/info",
  101. "style": {
  102. "navigationBarTitleText": "订单信息页"
  103. }
  104. },
  105. {
  106. "path": "pages/order/list",
  107. "style": {
  108. "navigationBarTitleText": "订单列表"
  109. }
  110. },
  111. {
  112. "path": "pages/order/detail",
  113. "style": {
  114. "navigationBarTitleText": "订单详情"
  115. }
  116. },
  117. {
  118. "path": "pages/order/express",
  119. "style": {
  120. "navigationBarTitleText": "物流信息"
  121. }
  122. },
  123. {
  124. "path": "pages/order/confirm_delivery",
  125. "style": {
  126. "navigationBarTitleText": "确认订单"
  127. }
  128. },
  129. {
  130. "path": "pages/order/refund",
  131. "style": {
  132. "navigationBarTitleText": "订单退款"
  133. }
  134. },
  135. {
  136. "path": "pages/order/evaluate",
  137. "style": {
  138. "navigationBarTitleText": "订单评价"
  139. }
  140. },
  141. {
  142. "path": "pages/order/service",
  143. "style": {
  144. "navigationBarTitleText": "售后服务"
  145. }
  146. },
  147. {
  148. "path": "pages/bill/cashlist",
  149. "style": {
  150. "navigationBarTitleText": "提现记录"
  151. }
  152. },
  153. {
  154. "path": "pages/bill/withdraw",
  155. "style": {
  156. "navigationBarTitleText": "申请提现"
  157. }
  158. },
  159. {
  160. "path": "pages/bill/fund",
  161. "style": {
  162. "navigationBarTitleText": "资金明细"
  163. }
  164. },
  165. {
  166. "path": "pages/ucenter/index",
  167. "style": {
  168. "navigationBarTitleText": "会员中心"
  169. }
  170. },
  171. {
  172. "path": "pages/ucenter/wallet",
  173. "style" : {
  174. "navigationBarTitleText": "我的钱包"
  175. }
  176. },
  177. {
  178. "path": "pages/ucenter/collect",
  179. "style": {
  180. "navigationBarTitleText": "我的收藏"
  181. }
  182. },
  183. {
  184. "path": "pages/ucenter/address",
  185. "style": {
  186. "navigationBarTitleText": "我的地址"
  187. }
  188. },
  189. {
  190. "path": "pages/ucenter/address_editor",
  191. "style": {
  192. "navigationBarTitleText": "编辑地址"
  193. }
  194. },
  195. {
  196. "path": "pages/ucenter/coupon",
  197. "style": {
  198. "navigationBarTitleText": "优惠劵"
  199. }
  200. },
  201. {
  202. "path": "pages/ucenter/point",
  203. "style": {
  204. "navigationBarTitleText": "积分"
  205. }
  206. },
  207. {
  208. "path": "pages/ucenter/setting",
  209. "style": {
  210. "navigationBarTitleText": "会员设置"
  211. }
  212. },
  213. {
  214. "path": "pages/ucenter/help",
  215. "style": {
  216. "navigationBarTitleText": "帮助中心"
  217. }
  218. },
  219. {
  220. "path": "pages/news/index",
  221. "style": {
  222. "navigationBarTitleText": "新闻列表"
  223. }
  224. },
  225. {
  226. "path": "pages/news/list",
  227. "style": {
  228. "navigationBarTitleText": "新闻列表"
  229. }
  230. },
  231. {
  232. "path": "pages/news/view",
  233. "style": {
  234. "navigationBarTitleText": "新闻详情"
  235. }
  236. }
  237. ],
  238. "globalStyle": {
  239. "navigationBarTextStyle": "white",
  240. "navigationBarTitleText": "A3Mall",
  241. "navigationBarBackgroundColor": "#F8F8F8",
  242. "backgroundColor": "#F8F8F8",
  243. "navigationStyle":"custom",
  244. "app-plus": {
  245. "bounce" : "none"
  246. },
  247. "mp-alipay": {
  248. "transparentTitle": "always",
  249. "titlePenetrate": "YES"
  250. }
  251. },
  252. "easycom": {
  253. "autoscan": true,
  254. "custom": {
  255. "lb-picker": "@/components/lb-picker/index.vue"
  256. }
  257. },
  258. "tabBar": {
  259. "color": "#333",
  260. "selectedColor": "#1b43c4",
  261. "borderStyle": "black",
  262. "backgroundColor": "#ffffff",
  263. "list": [{
  264. "pagePath": "pages/index/index",
  265. "iconPath": "static/tabbar/menu-1.png",
  266. "selectedIconPath": "static/tabbar/menu-active-1.png",
  267. "text": "首页"
  268. },
  269. {
  270. "pagePath": "pages/category/index",
  271. "iconPath": "static/tabbar/menu-2.png",
  272. "selectedIconPath": "static/tabbar/menu-active-2.png",
  273. "text": "分类"
  274. },
  275. {
  276. "pagePath": "pages/cart/index",
  277. "iconPath": "static/tabbar/menu-3.png",
  278. "selectedIconPath": "static/tabbar/menu-active-3.png",
  279. "text": "购物车"
  280. },
  281. {
  282. "pagePath": "pages/ucenter/index",
  283. "iconPath": "static/tabbar/menu-4.png",
  284. "selectedIconPath": "static/tabbar/menu-active-4.png",
  285. "text": "我的"
  286. }
  287. ]
  288. },
  289. "condition" : { //模式配置,仅开发期间生效
  290. "current": 0, //当前激活的模式(list 的索引项)
  291. "list": []
  292. }
  293. }