app.json 691 B

123456789101112131415161718192021222324252627
  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. "van-button": "@vant/weapp/button/index",
  24. "van-image": "@vant/weapp/image/index"
  25. },
  26. "sitemapLocation": "sitemap.json"
  27. }