app.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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/order/order",
  36. "pages/order/expressInfo",
  37. "pages/order/orderDetail",
  38. "pages/order/evaluate",
  39. "pages/order/orderRefund",
  40. "pages/order/createOrder",
  41. "pages/money/pay",
  42. "pages/money/paySuccess",
  43. "pages/money/wallet",
  44. "pages/money/account",
  45. "pages/money/withdrawal",
  46. "pages/money/recharge",
  47. "pages/category/category",
  48. "pages/redirect/redirect",
  49. "pages/user/shareQrCode"
  50. ],
  51. "subPackages": [
  52. {
  53. "root": "pages/activity",
  54. "pages": [
  55. "goods_bargain/index",
  56. "goods_bargain_details/index",
  57. "bargain/index"
  58. ],
  59. "name": "activity"
  60. }
  61. ],
  62. "window": {
  63. "navigationBarTextStyle": "black",
  64. "navigationBarTitleText": "uni-app",
  65. "navigationBarBackgroundColor": "#FFFFFF",
  66. "backgroundColor": "#f8f8f8"
  67. },
  68. "tabBar": {
  69. "color": "#C0C4CC",
  70. "selectedColor": "#901B21",
  71. "borderStyle": "black",
  72. "backgroundColor": "#ffffff",
  73. "list": [
  74. {
  75. "pagePath": "pages/index/index",
  76. "iconPath": "static/tabBar/tab-home.png",
  77. "selectedIconPath": "static/tabBar/tab-home-current.png",
  78. "text": "首页"
  79. },
  80. {
  81. "pagePath": "pages/cart/cart",
  82. "iconPath": "static/tabBar/tab-cart.png",
  83. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  84. "text": "购物车"
  85. },
  86. {
  87. "pagePath": "pages/user/user",
  88. "iconPath": "static/tabBar/tab-my.png",
  89. "selectedIconPath": "static/tabBar/tab-my-current.png",
  90. "text": "我的"
  91. }
  92. ]
  93. },
  94. "usingComponents": {}
  95. }