app.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/sign",
  5. "pages/public/register",
  6. "pages/public/login",
  7. "pages/public/wxLogin",
  8. "pages/public/forget",
  9. "pages/product/groupBooking/index",
  10. "pages/product/groupBooking/detail",
  11. "pages/product/groupBooking/productCollage",
  12. "pages/product/groupBooking/inviteImg",
  13. "pages/product/groupBooking/productGroup",
  14. "pages/product/reply",
  15. "pages/product/product",
  16. "pages/product/seckill",
  17. "pages/product/pointsExchange",
  18. "pages/product/list",
  19. "pages/product/search",
  20. "pages/product/classify",
  21. "pages/set/set",
  22. "pages/set/address",
  23. "pages/set/addressManage",
  24. "pages/set/phone",
  25. "pages/set/password",
  26. "pages/set/userinfo",
  27. "pages/cart/cart",
  28. "pages/user/user",
  29. "pages/user/award",
  30. "pages/user/withdrawal",
  31. "pages/user/notice",
  32. "pages/user/favorites",
  33. "pages/user/coupon",
  34. "pages/user/scoreAccumulate",
  35. "pages/user/extension",
  36. "pages/order/order",
  37. "pages/order/expressInfo",
  38. "pages/order/orderDetail",
  39. "pages/order/evaluate",
  40. "pages/order/orderRefund",
  41. "pages/order/createOrder",
  42. "pages/money/pay",
  43. "pages/money/paySuccess",
  44. "pages/money/wallet",
  45. "pages/money/account",
  46. "pages/money/withdrawal",
  47. "pages/money/recharge",
  48. "pages/category/category",
  49. "pages/redirect/redirect",
  50. "pages/user/shareQrCode"
  51. ],
  52. "subPackages": [
  53. {
  54. "root": "pages/activity",
  55. "pages": [
  56. "goods_bargain/index",
  57. "goods_bargain_details/index",
  58. "bargain/index"
  59. ],
  60. "name": "activity"
  61. }
  62. ],
  63. "window": {
  64. "navigationBarTextStyle": "white",
  65. "navigationBarTitleText": "uni-app",
  66. "navigationBarBackgroundColor": "#901b21",
  67. "backgroundColor": "#f8f8f8"
  68. },
  69. "tabBar": {
  70. "color": "#C0C4CC",
  71. "selectedColor": "#901B21",
  72. "borderStyle": "black",
  73. "backgroundColor": "#ffffff",
  74. "list": [
  75. {
  76. "pagePath": "pages/index/index",
  77. "iconPath": "static/tabBar/tab-home.png",
  78. "selectedIconPath": "static/tabBar/tab-home-current.png",
  79. "text": "首页"
  80. },
  81. {
  82. "pagePath": "pages/cart/cart",
  83. "iconPath": "static/tabBar/tab-cart.png",
  84. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  85. "text": "购物车"
  86. },
  87. {
  88. "pagePath": "pages/user/user",
  89. "iconPath": "static/tabBar/tab-my.png",
  90. "selectedIconPath": "static/tabBar/tab-my-current.png",
  91. "text": "我的"
  92. }
  93. ]
  94. },
  95. "usingComponents": {},
  96. "sitemapLocation": "sitemap.json"
  97. }