app.json 3.9 KB

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