app.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logon/logon",
  5. "pages/order/order",
  6. "pages/me/me",
  7. "pages/message/message",
  8. "pages/total/total"
  9. ],
  10. "window": {
  11. "backgroundTextStyle": "light",
  12. "navigationBarBackgroundColor": "#fff",
  13. "navigationBarTitleText": "登录",
  14. "navigationBarTextStyle": "black"
  15. },
  16. "tabBar": {
  17. "color": "#000000",
  18. "selectedColor": "#ea9518",
  19. "list": [
  20. {
  21. "pagePath": "pages/order/order",
  22. "text": "订单",
  23. "iconPath": "./image/dingdan_icon.png",
  24. "selectedIconPath": "./image/dingdan_active_icon.png"
  25. },
  26. {
  27. "pagePath": "pages/message/message",
  28. "text": "信息",
  29. "iconPath": "./image/xiaoxi_icon .png",
  30. "selectedIconPath": "./image/xiaoxi_active_icon.png"
  31. },
  32. {
  33. "pagePath": "pages/me/me",
  34. "text": "我的",
  35. "iconPath": "./image/wode_icon.png",
  36. "selectedIconPath": "./image/wode_active_icon.png"
  37. }
  38. ]
  39. },
  40. "sitemapLocation": "sitemap.json",
  41. "usingComponents": {
  42. "van-button": "@vant/weapp/button/index",
  43. "van-field": "@vant/weapp/field/index",
  44. "van-image": "@vant/weapp/image/index",
  45. "van-card": "@vant/weapp/card/index",
  46. "van-action-sheet": "@vant/weapp/action-sheet/index",
  47. "van-search": "@vant/weapp/search/index",
  48. "van-tab": "@vant/weapp/tab/index",
  49. "van-tabs": "@vant/weapp/tabs/index",
  50. "van-cell": "@vant/weapp/cell/index",
  51. "van-cell-group": "@vant/weapp/cell-group/index",
  52. "van-icon": "@vant/weapp/icon/index",
  53. "van-panel": "@vant/weapp/panel/index",
  54. "van-divider": "@vant/weapp/divider/index",
  55. "van-grid": "@vant/weapp/grid/index",
  56. "van-grid-item": "@vant/weapp/grid-item/index",
  57. "van-calendar": "@vant/weapp/calendar/index"
  58. }
  59. }