app.json 1.8 KB

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