app.json 3.8 KB

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