app.json 3.8 KB

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