app.json 1.5 KB

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