app.json 1.9 KB

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