app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/base/index"
  5. ],
  6. "subpackages": [
  7. {
  8. "root": "packageA",
  9. "pages": [
  10. "market/index"
  11. ]
  12. }
  13. ],
  14. "usingComponents": {
  15. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  16. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  17. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  18. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  19. "Yl_ListBox": "/components/Yl_ListBox/index",
  20. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  21. "Yl_Field": "/components/Yl_Field/index",
  22. "van-button": "@vant/weapp/button/index",
  23. "van-cell": "@vant/weapp/cell/index",
  24. "van-action-sheet": "@vant/weapp/action-sheet/index",
  25. "van-popup": "@vant/weapp/popup/index",
  26. "van-checkbox": "@vant/weapp/checkbox/index",
  27. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  28. "van-image": "@vant/weapp/image/index",
  29. "van-icon": "@vant/weapp/icon/index",
  30. "van-tab": "@vant/weapp/tab/index",
  31. "van-tabs": "@vant/weapp/tabs/index",
  32. "van-search": "@vant/weapp/search/index"
  33. },
  34. "preloadRule": {
  35. "pages/home/index": {
  36. "packages": [
  37. "packageA"
  38. ],
  39. "network": "all"
  40. }
  41. },
  42. "window": {
  43. "backgroundTextStyle": "light",
  44. "navigationBarBackgroundColor": "#085CDF",
  45. "navigationBarTitleText": "E-订单",
  46. "navigationBarTextStyle": "white"
  47. },
  48. "sitemapLocation": "sitemap.json"
  49. }