app.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/register/register",
  5. "pages/list/list",
  6. "pages/order/order",
  7. "pages/home/home",
  8. "pages/addressList/addressList",
  9. "pages/my/my",
  10. "pages/detail/detail",
  11. "pages/address/address",
  12. "pages/shop/shop",
  13. "pages/type/type"
  14. ],
  15. "subPackages": [],
  16. "window": {
  17. "navigationBarTextStyle": "white",
  18. "navigationBarTitleText": "uni-app",
  19. "navigationBarBackgroundColor": "#ff0000"
  20. },
  21. "tabBar": {
  22. "color": "#000000",
  23. "selectedColor": "#ff0000",
  24. "borderStyle": "black",
  25. "backgroundColor": "#ffffff",
  26. "list": [
  27. {
  28. "pagePath": "pages/home/home",
  29. "iconPath": "static/home.png",
  30. "selectedIconPath": "static/home_active.png",
  31. "text": "首页"
  32. },
  33. {
  34. "pagePath": "pages/type/type",
  35. "iconPath": "static/type.png",
  36. "selectedIconPath": "static/type_active.png",
  37. "text": "分类"
  38. },
  39. {
  40. "pagePath": "pages/shop/shop",
  41. "iconPath": "static/shop.png",
  42. "selectedIconPath": "static/shop_active.png",
  43. "text": "购物车"
  44. },
  45. {
  46. "pagePath": "pages/my/my",
  47. "iconPath": "static/my.png",
  48. "selectedIconPath": "static/my_active.png",
  49. "text": "我的"
  50. }
  51. ]
  52. },
  53. "usingComponents": {
  54. "van-button": "/wxcomponents/dist/button/index",
  55. "van-image": "/wxcomponents/dist/image/index",
  56. "van-field": "/wxcomponents/dist/field/index",
  57. "van-tabbar": "/wxcomponents/dist/tabbar/index",
  58. "van-tabbar-item": "/wxcomponents/dist/tabbar-item/index",
  59. "van-search": "/wxcomponents/dist/search/index",
  60. "van-grid": "/wxcomponents/dist/grid/index",
  61. "van-grid-item": "/wxcomponents/dist/grid-item/index",
  62. "van-notice-bar": "/wxcomponents/dist/notice-bar/index",
  63. "van-tree-select": "/wxcomponents/dist/tree-select/index",
  64. "van-card": "/wxcomponents/dist/card/index",
  65. "van-sidebar": "/wxcomponents/dist/sidebar/index",
  66. "van-sidebar-item": "/wxcomponents/dist/sidebar-item/index",
  67. "van-empty": "/wxcomponents/dist/empty/index",
  68. "van-row": "/wxcomponents/dist/row/index",
  69. "van-col": "/wxcomponents/dist/col/index",
  70. "van-icon": "/wxcomponents/dist/icon/index",
  71. "van-divider": "/wxcomponents/dist/divider/index",
  72. "van-cell": "/wxcomponents/dist/cell/index",
  73. "van-cell-group": "/wxcomponents/dist/cell-group/index",
  74. "van-tag": "/wxcomponents/dist/tag/index",
  75. "van-goods-action": "/wxcomponents/dist/goods-action/index",
  76. "van-goods-action-icon": "/wxcomponents/dist/goods-action-icon/index",
  77. "van-goods-action-button": "/wxcomponents/dist/goods-action-button/index",
  78. "van-action-sheet": "/wxcomponents/dist/action-sheet/index",
  79. "van-stepper": "/wxcomponents/dist/stepper/index",
  80. "van-toast": "/wxcomponents/dist/toast/index",
  81. "van-checkbox": "/wxcomponents/dist/checkbox/index",
  82. "van-checkbox-group": "/wxcomponents/dist/checkbox-group/index",
  83. "van-submit-bar": "/wxcomponents/dist/submit-bar/index",
  84. "van-dialog": "/wxcomponents/dist/dialog/index",
  85. "van-tab": "/wxcomponents/dist/tab/index",
  86. "van-tabs": "/wxcomponents/dist/tabs/index",
  87. "van-cascader": "/wxcomponents/dist/cascader/index",
  88. "van-switch": "/wxcomponents/dist/switch/index"
  89. }
  90. }