app.json 3.2 KB

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