app.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "pages": [
  3. "pages/order/order",
  4. "pages/message/message",
  5. "pages/shop/shop",
  6. "pages/login/login",
  7. "pages/ModifyProduct/ModifyProduct",
  8. "pages/addProduct/addProduct",
  9. "pages/index/index",
  10. "pages/logs/logs",
  11. "pages/aaa/abc",
  12. "pages/bbb/bbc",
  13. "pages/ccc/cbc"
  14. ],
  15. "window": {
  16. "backgroundTextStyle": "light",
  17. "navigationBarBackgroundColor": "#fff",
  18. "navigationBarTitleText": "Weixin",
  19. "navigationBarTextStyle": "black"
  20. },
  21. "tabBar": {
  22. "selectedColor": "green",
  23. "borderStyle": "white",
  24. "list": [
  25. {
  26. "pagePath": "pages/order/order",
  27. "text": "订单",
  28. "iconPath": "images/yemian1.png",
  29. "selectedIconPath": "images/yemian.png"
  30. },
  31. {
  32. "pagePath": "pages/message/message",
  33. "text": "消息",
  34. "iconPath": "images/tongzhi.png",
  35. "selectedIconPath": "images/tongzhi1.png"
  36. },
  37. {
  38. "pagePath": "pages/shop/shop",
  39. "text": "我的",
  40. "iconPath": "images/wode.png",
  41. "selectedIconPath": "images/wode1.png"
  42. }
  43. ]
  44. },
  45. "usingComponents": {
  46. "van-button": "@vant/weapp/button"
  47. },
  48. "sitemapLocation": "sitemap.json"
  49. }