app.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "pages": [
  3. "pages/login/phone",
  4. "pages/login/selectSite",
  5. "pages/login/retrievePassword",
  6. "pages/teams/index",
  7. "pages/teams/addUsers",
  8. "pages/teams/addRole",
  9. "pages/index/index",
  10. "pages/index/message/detail",
  11. "pages/address/index",
  12. "pages/address/update",
  13. "pages/index/userCenter/changePassword/index"
  14. ],
  15. "subpackages": [
  16. {
  17. "root": "packageA",
  18. "pages": [
  19. "options/index",
  20. "market/detail",
  21. "orderForm/detail",
  22. "shipment/index",
  23. "shipment/detail",
  24. "account/index",
  25. "activity/index",
  26. "activity/detail",
  27. "remitVoucher/index",
  28. "remitVoucher/detail",
  29. "remitVoucher/update",
  30. "remitVoucher/modules/selectAccount/index",
  31. "toolBill/index",
  32. "toolBill/update",
  33. "toolBill/detail",
  34. "toolBill/modules/selectProduct/index",
  35. "toolBill/modules/selectOrder/index",
  36. "betweenFee/index",
  37. "returnOne/index",
  38. "returnOne/detail",
  39. "returnOne/update",
  40. "market/selected/index",
  41. "dispatchBill/index",
  42. "dispatchBill/detail",
  43. "activity/selectProduct/index",
  44. "orderForm/index",
  45. "orderForm/add/add",
  46. "orderForm/modules/setBrand/index"
  47. ]
  48. },
  49. {
  50. "root": "select",
  51. "pages": [
  52. "product/index",
  53. "agent/index",
  54. "address/index",
  55. "finance/index",
  56. "contract/index",
  57. "activity/index",
  58. "orderFormLine/index",
  59. "contacts/index"
  60. ]
  61. },
  62. {
  63. "root": "Universal",
  64. "pages": [
  65. "dataTeam/index"
  66. ]
  67. }
  68. ],
  69. "preloadRule": {
  70. "pages/login/phone": {
  71. "packages": [
  72. "packageA",
  73. "select",
  74. "Universal"
  75. ],
  76. "network": "all"
  77. }
  78. },
  79. "usingComponents": {
  80. "Yl_Empty": "/components/Yl_Empty/index",
  81. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  82. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  83. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  84. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  85. "Yl_ListBox": "/components/Yl_ListBox/index",
  86. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  87. "Yl_Field": "/components/Yl_Field/index",
  88. "van-button": "@vant/weapp/button/index",
  89. "van-cell": "@vant/weapp/cell/index",
  90. "van-action-sheet": "@vant/weapp/action-sheet/index",
  91. "van-popup": "@vant/weapp/popup/index",
  92. "van-checkbox": "@vant/weapp/checkbox/index",
  93. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  94. "van-image": "@vant/weapp/image/index",
  95. "van-loading": "@vant/weapp/loading/index",
  96. "van-icon": "@vant/weapp/icon/index",
  97. "van-tab": "@vant/weapp/tab/index",
  98. "van-tabs": "@vant/weapp/tabs/index",
  99. "van-search": "@vant/weapp/search/index"
  100. },
  101. "window": {
  102. "backgroundTextStyle": "light",
  103. "navigationBarBackgroundColor": "#085CDF",
  104. "navigationBarTitleText": "E-订单",
  105. "navigationBarTextStyle": "white"
  106. },
  107. "sitemapLocation": "sitemap.json"
  108. }