app.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. "pages/tabBar/index/index",
  4. "pages/tabBar/cart/index",
  5. "pages/tabBar/user/index",
  6. "pages/authorize/authorize",
  7. "pages/login/login"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "pages/goods/",
  12. "pages": [
  13. "list",
  14. "cart",
  15. "search",
  16. "product-detail",
  17. "good-floorMore",
  18. "goods-coupon-list",
  19. "goods-coupon-list-search"
  20. ]
  21. },
  22. {
  23. "root": "pages/user/",
  24. "pages": [
  25. "address/addressManage",
  26. "address/address",
  27. "order/create-order",
  28. "order/success",
  29. "order/error",
  30. "order/order-list",
  31. "order/order-list-retail",
  32. "order/order-details",
  33. "order/order-payment",
  34. "order/search-order",
  35. "order/order-logistics",
  36. "activity/activity",
  37. "activity/activity-list",
  38. "activity/coupon-find-list",
  39. "activity/coupon-list"
  40. ]
  41. }
  42. ],
  43. "window": {
  44. "navigationBarTextStyle": "black",
  45. "navigationBarTitleText": "呵呵商城",
  46. "navigationBarBackgroundColor": "#FFFFFF",
  47. "backgroundColor": "#FFFFFF"
  48. },
  49. "tabBar": {
  50. "height": "80",
  51. "color": "#999999",
  52. "selectedColor": "#ff457b",
  53. "borderStyle": "black",
  54. "backgroundColor": "#ffffff",
  55. "list": [
  56. {
  57. "pagePath": "pages/tabBar/index/index",
  58. "iconPath": "static/icon-index@2x.png",
  59. "selectedIconPath": "static/icon-index-active@2x.png",
  60. "text": "商城"
  61. },
  62. {
  63. "pagePath": "pages/tabBar/cart/index",
  64. "iconPath": "static/icon-cart@2x.png",
  65. "selectedIconPath": "static/icon-cart-active@2x.png",
  66. "text": "购物车"
  67. },
  68. {
  69. "pagePath": "pages/tabBar/user/index",
  70. "iconPath": "static/icon-user@2x.png",
  71. "selectedIconPath": "static/icon-user-active@2x.png",
  72. "text": "我的"
  73. }
  74. ]
  75. },
  76. "permission": {},
  77. "navigateToMiniProgramAppIdList": [
  78. "wx5a5cda32926f55ac"
  79. ],
  80. "uniStatistics": {
  81. "enable": true
  82. },
  83. "usingComponents": {}
  84. }