app.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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/teams/addOrder",
  10. "pages/teams/order",
  11. "pages/index/index",
  12. "pages/index/message/detail",
  13. "pages/address/index",
  14. "pages/address/update",
  15. "pages/index/userCenter/changePassword/index",
  16. "pages/bankAccount/index",
  17. "pages/bankAccount/update"
  18. ],
  19. "subpackages": [
  20. {
  21. "root": "packageA",
  22. "pages": [
  23. "options/index",
  24. "market/detail",
  25. "orderForm/detail",
  26. "shipment/index",
  27. "shipment/detail",
  28. "account/index",
  29. "activity/index",
  30. "activity/detail",
  31. "remitVoucher/index",
  32. "remitVoucher/detail",
  33. "remitVoucher/update",
  34. "remitVoucher/modules/selectAccount/index",
  35. "toolBill/index",
  36. "toolBill/update",
  37. "toolBill/detail",
  38. "toolBill/modules/selectProduct/index",
  39. "toolBill/modules/selectOrder/index",
  40. "betweenFee/index",
  41. "returnOne/index",
  42. "returnOne/detail",
  43. "returnOne/update",
  44. "market/selected/index",
  45. "dispatchBill/index",
  46. "dispatchBill/detail",
  47. "activity/selectProduct/index",
  48. "orderForm/index",
  49. "orderForm/add/add",
  50. "orderForm/modules/setBrand/index",
  51. "orderForm/rows",
  52. "dispatchBill/rows",
  53. "dispatchBill/sentandback",
  54. "activity/selectProduct/cart/index",
  55. "target/index"
  56. ]
  57. },
  58. {
  59. "root": "select",
  60. "pages": [
  61. "product/index",
  62. "agent/index",
  63. "address/index",
  64. "finance/index",
  65. "contract/index",
  66. "activity/index",
  67. "orderFormLine/index",
  68. "contacts/index",
  69. "account/index"
  70. ]
  71. },
  72. {
  73. "root": "Universal",
  74. "pages": [
  75. "dataTeam/index"
  76. ]
  77. },
  78. {
  79. "root": "marketing",
  80. "pages": [
  81. "annunciate/index",
  82. "annunciate/details",
  83. "promotional/index",
  84. "promotional/details",
  85. "promotional/upload",
  86. "college/index",
  87. "college/detail",
  88. "submission/index",
  89. "submission/details",
  90. "mediaLibrary/index"
  91. ]
  92. }
  93. ],
  94. "preloadRule": {
  95. "pages/login/phone": {
  96. "packages": [
  97. "packageA",
  98. "select",
  99. "Universal",
  100. "marketing"
  101. ],
  102. "network": "all"
  103. }
  104. },
  105. "usingComponents": {
  106. "Yl_Empty": "/components/Yl_Empty/index",
  107. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  108. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  109. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  110. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  111. "Yl_ListBox": "/components/Yl_ListBox/index",
  112. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  113. "Yl_Field": "/components/Yl_Field/index",
  114. "van-tag": "@vant/weapp/tag/index",
  115. "van-button": "@vant/weapp/button/index",
  116. "van-cell": "@vant/weapp/cell/index",
  117. "van-action-sheet": "@vant/weapp/action-sheet/index",
  118. "van-popup": "@vant/weapp/popup/index",
  119. "van-checkbox": "@vant/weapp/checkbox/index",
  120. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  121. "van-image": "@vant/weapp/image/index",
  122. "van-loading": "@vant/weapp/loading/index",
  123. "van-icon": "@vant/weapp/icon/index",
  124. "van-tab": "@vant/weapp/tab/index",
  125. "van-tabs": "@vant/weapp/tabs/index",
  126. "van-search": "@vant/weapp/search/index"
  127. },
  128. "window": {
  129. "backgroundTextStyle": "light",
  130. "navigationBarBackgroundColor": "#085CDF",
  131. "navigationBarTitleText": "E-订单",
  132. "navigationBarTextStyle": "white"
  133. },
  134. "sitemapLocation": "sitemap.json"
  135. }