app.json 856 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/leaveadd/leaveadd",
  5. "pages/leave/leave",
  6. "pages/order/order",
  7. "pages/sgin/sgin",
  8. "pages/addinput/addinput",
  9. "pages/adddata/adddata",
  10. "pages/pay/pay",
  11. "pages/detail/detail",
  12. "pages/login/login"
  13. ],
  14. "window": {
  15. "backgroundTextStyle": "dark",
  16. "navigationBarBackgroundColor": "#fff",
  17. "navigationBarTitleText": "Weixin",
  18. "navigationBarTextStyle": "black",
  19. "navigationStyle": "custom"
  20. },
  21. "usingComponents": {
  22. "l-container": "./components/l-container",
  23. "l-overlay": "./components/l-overlay",
  24. "l-notify": "./components/l-notify",
  25. "l-share": "./components/l-share",
  26. "van-button": "@vant/weapp/button/index",
  27. "van-image": "@vant/weapp/image/index",
  28. "van-icon": "@vant/weapp/icon/index"
  29. },
  30. "sitemapLocation": "sitemap.json"
  31. }