app.json 1.4 KB

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