app.json 3.6 KB

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