app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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/list",
  18. "pages/product/search",
  19. "pages/product/classify",
  20. "pages/set/set",
  21. "pages/set/address",
  22. "pages/set/addressManage",
  23. "pages/set/phone",
  24. "pages/set/password",
  25. "pages/set/userinfo",
  26. "pages/cart/cart",
  27. "pages/user/user",
  28. "pages/user/award",
  29. "pages/user/withdrawal",
  30. "pages/user/notice",
  31. "pages/user/favorites",
  32. "pages/user/coupon",
  33. "pages/user/scoreAccumulate",
  34. "pages/order/order",
  35. "pages/order/expressInfo",
  36. "pages/order/orderDetail",
  37. "pages/order/evaluate",
  38. "pages/order/orderRefund",
  39. "pages/order/createOrder",
  40. "pages/money/pay",
  41. "pages/money/paySuccess",
  42. "pages/money/wallet",
  43. "pages/money/account",
  44. "pages/money/withdrawal",
  45. "pages/money/recharge",
  46. "pages/category/category",
  47. "pages/redirect/redirect",
  48. "pages/user/shareQrCode"
  49. ],
  50. "subPackages": [
  51. {
  52. "root": "pages/activity",
  53. "pages": [
  54. "goods_bargain/index",
  55. "goods_bargain_details/index",
  56. "bargain/index"
  57. ],
  58. "name": "activity"
  59. }
  60. ],
  61. "window": {
  62. "navigationBarTextStyle": "black",
  63. "navigationBarTitleText": "uni-app",
  64. "navigationBarBackgroundColor": "#FFFFFF",
  65. "backgroundColor": "#f8f8f8"
  66. },
  67. "tabBar": {
  68. "color": "#C0C4CC",
  69. "selectedColor": "#5DBC7C",
  70. "borderStyle": "black",
  71. "backgroundColor": "#ffffff",
  72. "list": [
  73. {
  74. "pagePath": "pages/index/index",
  75. "iconPath": "static/tabBar/tab-home.png",
  76. "selectedIconPath": "static/tabBar/tab-home-current.png",
  77. "text": "首页"
  78. },
  79. {
  80. "pagePath": "pages/category/category",
  81. "iconPath": "static/tabBar/tab-cate.png",
  82. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  83. "text": "分类"
  84. },
  85. {
  86. "pagePath": "pages/cart/cart",
  87. "iconPath": "static/tabBar/tab-cart.png",
  88. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  89. "text": "购物车"
  90. },
  91. {
  92. "pagePath": "pages/user/user",
  93. "iconPath": "static/tabBar/tab-my.png",
  94. "selectedIconPath": "static/tabBar/tab-my-current.png",
  95. "text": "我的"
  96. }
  97. ]
  98. },
  99. "usingComponents": {}
  100. }