app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": ["pages/index/index", "pages/logs/logs"],
  3. "window": {
  4. "backgroundTextStyle": "light",
  5. "navigationBarBackgroundColor": "#fff",
  6. "navigationBarTitleText": "配送端",
  7. "navigationBarTextStyle": "black"
  8. },
  9. "tabBar": {
  10. "list": [
  11. {
  12. "pagePath": "pages/index/index",
  13. "text": "订单",
  14. "iconPath": "/images/wenbenbianji.png",
  15. "selectedIconPath": "/images/wenbenbianjitianchong.png"
  16. },
  17. {
  18. "pagePath": "pages/logs/logs",
  19. "text": "我的",
  20. "iconPath": "/images/wode.png",
  21. "selectedIconPath": "/images/wode (1).png"
  22. }
  23. ]
  24. },
  25. "sitemapLocation": "sitemap.json",
  26. "usingComponents": {
  27. "van-search": "@vant/weapp/search/index",
  28. "van-button": "@vant/weapp/button/index",
  29. "van-tab": "@vant/weapp/tab/index",
  30. "van-tabs": "@vant/weapp/tabs/index",
  31. "van-cell": "@vant/weapp/cell/index",
  32. "van-cell-group": "@vant/weapp/cell-group/index",
  33. "van-divider": "@vant/weapp/divider/index",
  34. "van-switch": "@vant/weapp/switch/index",
  35. "van-checkbox": "@vant/weapp/checkbox/index",
  36. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  37. "van-submit-bar": "@vant/weapp/submit-bar/index",
  38. "van-icon": "@vant/weapp/icon/index",
  39. "van-calendar": "@vant/weapp/calendar/index",
  40. "van-uploader": "@vant/weapp/uploader/index"
  41. }
  42. }