app.json 1.8 KB

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