app.json 891 B

123456789101112131415161718192021222324252627
  1. {
  2. "pages": [
  3. "pages/login/index",
  4. "pages/userCenter/index",
  5. "pages/tabbar-pages/user/index",
  6. "pages/teamManagement/index",
  7. "pages/teamManagement/change",
  8. "pages/productManagement/index",
  9. "pages/productManagement/change"
  10. ],
  11. "usingComponents": {
  12. "van-button": "@vant/weapp/button/index",
  13. "van-field": "@vant/weapp/field/index",
  14. "van-icon": "@vant/weapp/icon/index",
  15. "My_GeneralTemplate": "/components/My_GeneralTemplate/index",
  16. "My_GreyRectangleForm": "/components/My_GreyRectangleForm/index"
  17. },
  18. "window": {
  19. "backgroundTextStyle": "light",
  20. "navigationBarBackgroundColor": "#fff",
  21. "navigationBarTitleText": "布万家",
  22. "navigationBarTextStyle": "black"
  23. },
  24. "sitemapLocation": "sitemap.json",
  25. "lazyCodeLoading": "requiredComponents"
  26. }