app.json 2.7 KB

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