app.json 1.7 KB

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