app.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "tabBar": {
  3. "custom": true,
  4. "color": "#000000",
  5. "selectedColor": "#000000",
  6. "backgroundColor": "#000000",
  7. "list": [
  8. {
  9. "pagePath": "pages/tabbarPage/Home/index"
  10. },
  11. {
  12. "pagePath": "pages/tabbarPage/ClientService/index"
  13. },
  14. {
  15. "pagePath": "pages/tabbarPage/Supply/index"
  16. },
  17. {
  18. "pagePath": "pages/tabbarPage/Message/index"
  19. },
  20. {
  21. "pagePath": "pages/tabbarPage/User/index"
  22. }
  23. ]
  24. },
  25. "pages": [
  26. "pages/login/index",
  27. "pages/tabbarPage/Home/index",
  28. "pages/tabbarPage/ClientService/index",
  29. "pages/tabbarPage/Supply/index",
  30. "pages/tabbarPage/Message/index",
  31. "pages/tabbarPage/User/index",
  32. "pages/userPerfectMsg/index",
  33. "pages/userMessage/index",
  34. "pages/group&product/index",
  35. "pages/group&product/change"
  36. ],
  37. "window": {
  38. "backgroundTextStyle": "light",
  39. "navigationBarBackgroundColor": "#3CC1CE",
  40. "navigationBarTitleText": "布万家",
  41. "navigationBarTextStyle": "white"
  42. },
  43. "sitemapLocation": "sitemap.json",
  44. "usingComponents": {
  45. "My_navBar": "/components/My_navBar/index",
  46. "van-button": "@vant/weapp/button/index",
  47. "van-icon": "@vant/weapp/icon/index",
  48. "van-grid": "@vant/weapp/grid/index",
  49. "van-grid-item": "@vant/weapp/grid-item/index",
  50. "van-cell": "@vant/weapp/cell/index",
  51. "van-cell-group": "@vant/weapp/cell-group/index",
  52. "van-image": "@vant/weapp/image/index",
  53. "van-field": "@vant/weapp/field/index",
  54. "van-uploader": "@vant/weapp/uploader/index",
  55. "van-search": "@vant/weapp/search/index",
  56. "van-switch": "@vant/weapp/switch/index",
  57. "van-action-sheet": "@vant/weapp/action-sheet/index"
  58. }
  59. }