app.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/me/me",
  6. "pages/home/home",
  7. "pages/message/message",
  8. "pages/merManagement/merManagement",
  9. "pages/bill/bill"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "商家端",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "tabBar": {
  18. "list": [
  19. {
  20. "pagePath": "pages/index/index",
  21. "text": "订单",
  22. "iconPath": "/images/wenbenbianji.png",
  23. "selectedIconPath": "/images/wenbenbianjitianchong.png"
  24. },
  25. {
  26. "pagePath": "pages/message/message",
  27. "text": "消息",
  28. "iconPath": "/images/xiaoxi.png",
  29. "selectedIconPath": "/images/xiaoxi_1.png"
  30. },
  31. {
  32. "pagePath": "pages/me/me",
  33. "text": "我的",
  34. "iconPath": "/images/wode.png",
  35. "selectedIconPath": "/images/wode (1).png"
  36. }
  37. ]
  38. },
  39. "usingComponents": {
  40. "van-search": "@vant/weapp/search/index",
  41. "van-button": "@vant/weapp/button/index",
  42. "van-tab": "@vant/weapp/tab/index",
  43. "van-tabs": "@vant/weapp/tabs/index",
  44. "van-cell": "@vant/weapp/cell/index",
  45. "van-cell-group": "@vant/weapp/cell-group/index",
  46. "van-divider": "@vant/weapp/divider/index",
  47. "van-switch": "@vant/weapp/switch/index",
  48. "van-checkbox": "@vant/weapp/checkbox/index",
  49. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  50. "van-submit-bar": "@vant/weapp/submit-bar/index",
  51. "van-icon": "@vant/weapp/icon/index",
  52. "van-calendar": "@vant/weapp/calendar/index"
  53. },
  54. "sitemapLocation": "sitemap.json",
  55. "lazyCodeLoading": "requiredComponents"
  56. }