app.json 1.9 KB

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