app.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "orderForm/index",
  14. "orderForm/detail"
  15. ]
  16. }
  17. ],
  18. "usingComponents": {
  19. "Yl_Empty": "/components/Yl_Empty/index",
  20. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  21. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  22. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  23. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  24. "Yl_ListBox": "/components/Yl_ListBox/index",
  25. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  26. "Yl_Field": "/components/Yl_Field/index",
  27. "van-button": "@vant/weapp/button/index",
  28. "van-cell": "@vant/weapp/cell/index",
  29. "van-action-sheet": "@vant/weapp/action-sheet/index",
  30. "van-popup": "@vant/weapp/popup/index",
  31. "van-checkbox": "@vant/weapp/checkbox/index",
  32. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  33. "van-image": "@vant/weapp/image/index",
  34. "van-loading": "@vant/weapp/loading/index",
  35. "van-icon": "@vant/weapp/icon/index",
  36. "van-tab": "@vant/weapp/tab/index",
  37. "van-tabs": "@vant/weapp/tabs/index",
  38. "van-search": "@vant/weapp/search/index"
  39. },
  40. "preloadRule": {
  41. "pages/home/index": {
  42. "packages": [
  43. "packageA"
  44. ],
  45. "network": "all"
  46. }
  47. },
  48. "window": {
  49. "backgroundTextStyle": "light",
  50. "navigationBarBackgroundColor": "#085CDF",
  51. "navigationBarTitleText": "E-订单",
  52. "navigationBarTextStyle": "white"
  53. },
  54. "sitemapLocation": "sitemap.json"
  55. }