app.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. "activity/bindingProduct/index",
  61. "deliveryConfirmation/index",
  62. "deliveryConfirmation/detail"
  63. ]
  64. },
  65. {
  66. "root": "select",
  67. "pages": [
  68. "product/index",
  69. "agent/index",
  70. "address/index",
  71. "finance/index",
  72. "contract/index",
  73. "activity/index",
  74. "orderFormLine/index",
  75. "contacts/index",
  76. "account/index"
  77. ]
  78. },
  79. {
  80. "root": "Universal",
  81. "pages": [
  82. "dataTeam/index"
  83. ]
  84. },
  85. {
  86. "root": "marketing",
  87. "pages": [
  88. "annunciate/index",
  89. "annunciate/details",
  90. "promotional/index",
  91. "promotional/details",
  92. "promotional/upload",
  93. "college/index",
  94. "college/detail",
  95. "submission/index",
  96. "submission/details",
  97. "mediaLibrary/index"
  98. ]
  99. }
  100. ],
  101. "preloadRule": {
  102. "pages/login/phone": {
  103. "packages": [
  104. "packageA",
  105. "select",
  106. "Universal",
  107. "marketing"
  108. ],
  109. "network": "all"
  110. }
  111. },
  112. "usingComponents": {
  113. "Yl_Empty": "/components/Yl_Empty/index",
  114. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  115. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  116. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  117. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  118. "Yl_ListBox": "/components/Yl_ListBox/index",
  119. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  120. "Yl_Field": "/components/Yl_Field/index",
  121. "van-tag": "@vant/weapp/tag/index",
  122. "van-button": "@vant/weapp/button/index",
  123. "van-cell": "@vant/weapp/cell/index",
  124. "van-action-sheet": "@vant/weapp/action-sheet/index",
  125. "van-popup": "@vant/weapp/popup/index",
  126. "van-checkbox": "@vant/weapp/checkbox/index",
  127. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  128. "van-image": "@vant/weapp/image/index",
  129. "van-loading": "@vant/weapp/loading/index",
  130. "van-icon": "@vant/weapp/icon/index",
  131. "van-tab": "@vant/weapp/tab/index",
  132. "van-tabs": "@vant/weapp/tabs/index",
  133. "van-search": "@vant/weapp/search/index",
  134. "record": "/components/record/index"
  135. },
  136. "window": {
  137. "backgroundTextStyle": "light",
  138. "navigationBarBackgroundColor": "#085CDF",
  139. "navigationBarTitleText": "E-订单",
  140. "navigationBarTextStyle": "white"
  141. },
  142. "sitemapLocation": "sitemap.json"
  143. }