app.json 1.7 KB

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