app.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. {
  2. "pages": [
  3. "pages/login/phone",
  4. "pages/login/selectSite",
  5. "pages/login/retrievePassword",
  6. "pages/tabbar/home/index",
  7. "pages/tabbar/mine/index",
  8. "pages/tabbar/message/index",
  9. "pages/tabbar/mine/userMsg/index",
  10. "pages/tabbar/message/details",
  11. "pages/tabbar/mine/changePassword/index",
  12. "pages/teams/index",
  13. "pages/teams/addUsers",
  14. "pages/teams/addRole",
  15. "pages/tabbar/mine/address/index",
  16. "pages/tabbar/mine/address/update",
  17. "pages/tabbar/mine/webView",
  18. "pages/tabbar/mine/associatedPublicNumber",
  19. "pages/login/developerTools"
  20. ],
  21. "subpackages": [
  22. {
  23. "root": "packageA",
  24. "pages": [
  25. "options/index",
  26. "market/index",
  27. "market/detail",
  28. "shopping/index",
  29. "orderForm/index",
  30. "orderForm/detail",
  31. "orderForm/add/add",
  32. "orderForm/modules/setBrand/index",
  33. "shipment/index",
  34. "shipment/detail",
  35. "target/index",
  36. "target/person",
  37. "account/index",
  38. "activity/index",
  39. "activity/detail",
  40. "tool/index",
  41. "invoice/index",
  42. "invoice/update",
  43. "invoice/detail",
  44. "remitVoucher/index",
  45. "remitVoucher/detail",
  46. "remitVoucher/update",
  47. "remitVoucher/modules/selectAccount/index",
  48. "toolBill/index",
  49. "toolBill/update",
  50. "toolBill/detail",
  51. "toolBill/modules/selectProduct/index",
  52. "toolBill/modules/selectOrder/index",
  53. "borrow/index",
  54. "borrow/detail",
  55. "betweenFee/index",
  56. "returnOne/index",
  57. "returnOne/detail",
  58. "returnOne/update",
  59. "market/selected/index",
  60. "receivables/index",
  61. "receivables/detail",
  62. "account/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. ]
  77. },
  78. {
  79. "root": "Universal",
  80. "pages": [
  81. "dataTeam/index"
  82. ]
  83. },
  84. {
  85. "root": "Eservice",
  86. "pages": [
  87. "workOrder/index",
  88. "workOrderDetail/index",
  89. "workerLeader/serviceBillList/index",
  90. "workerLeader/addServiceBill/index",
  91. "workerLeader/editServiceBill/index",
  92. "workerLeader/serviceBillDetail/index",
  93. "workerLeader/orderList/index",
  94. "workerLeader/billCanUseProduct/index",
  95. "workerLeader/agentList/index",
  96. "workerLeader/editworkOrderDetail/index",
  97. "saler/serviceBillList/index",
  98. "saler/addServiceBill/index",
  99. "saler/editServiceBill/index",
  100. "saler/serviceBillDetail/index",
  101. "saler/orderList/index",
  102. "saler/billCanUseProduct/index",
  103. "saler/agentList/index",
  104. "agent/serviceBillList/index",
  105. "agent/addServiceBill/index",
  106. "agent/editServiceBill/index",
  107. "agent/serviceBillDetail/index",
  108. "agent/orderList/index",
  109. "agent/billCanUseProduct/index",
  110. "index/index",
  111. "nodeDetail/index",
  112. "signName/index",
  113. "addTrainers/index",
  114. "serviceMaterial/index",
  115. "trainConfirmBill/index",
  116. "workBillConfirmInfo/index",
  117. "installConfirmBill/index",
  118. "serviceConfirmBill/index",
  119. "webView/index",
  120. "materielConfirmBill/index"
  121. ]
  122. }
  123. ],
  124. "preloadRule": {
  125. "pages/tabbar/home/index": {
  126. "packages": [
  127. "packageA",
  128. "Eservice",
  129. "select",
  130. "Universal"
  131. ],
  132. "network": "all"
  133. },
  134. "pages/login/phone": {
  135. "packages": [
  136. "packageA",
  137. "Eservice",
  138. "select",
  139. "Universal"
  140. ],
  141. "network": "all"
  142. }
  143. },
  144. "usingComponents": {
  145. "Yl_Empty": "/components/Yl_Empty/index",
  146. "Yl_Filtrate": "/components/Yl_Filtrate/index",
  147. "organization": "/components/organization/index",
  148. "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
  149. "Yl_FunTabs": "/components/Yl_FunTabs/index",
  150. "Yl_HeadNav": "/components/Yl_HeadNav/index",
  151. "Yl_ListBox": "/components/Yl_ListBox/index",
  152. "Yl_Tabbar": "/components/Yl_Tabbar/index",
  153. "Yl_Field": "/components/Yl_Field/index",
  154. "Yl_Headline": "/components/Yl_Headline/index",
  155. "van-button": "@vant/weapp/button/index",
  156. "van-cell": "@vant/weapp/cell/index",
  157. "van-action-sheet": "@vant/weapp/action-sheet/index",
  158. "van-popup": "@vant/weapp/popup/index",
  159. "van-checkbox": "@vant/weapp/checkbox/index",
  160. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  161. "van-image": "@vant/weapp/image/index",
  162. "van-loading": "@vant/weapp/loading/index",
  163. "van-icon": "@vant/weapp/icon/index",
  164. "van-tab": "@vant/weapp/tab/index",
  165. "van-tabs": "@vant/weapp/tabs/index",
  166. "van-search": "@vant/weapp/search/index",
  167. "t-pull-down-refresh": "tdesign-miniprogram/pull-down-refresh/pull-down-refresh",
  168. "t-cascader": "tdesign-miniprogram/cascader/cascader",
  169. "t-tag": "tdesign-miniprogram/tag/tag",
  170. "t-check-tag": "tdesign-miniprogram/check-tag/check-tag",
  171. "t-button": "tdesign-miniprogram/button/button",
  172. "t-textarea": "tdesign-miniprogram/textarea/textarea",
  173. "t-call": "/components/call/call",
  174. "t-icon": "tdesign-miniprogram/icon/icon"
  175. },
  176. "tabBar": {
  177. "custom": true,
  178. "color": "#000000",
  179. "selectedColor": "#000000",
  180. "backgroundColor": "#000000",
  181. "list": [
  182. {
  183. "pagePath": "pages/tabbar/home/index"
  184. },
  185. {
  186. "pagePath": "pages/tabbar/message/index"
  187. },
  188. {
  189. "pagePath": "pages/tabbar/mine/index"
  190. }
  191. ]
  192. },
  193. "window": {
  194. "backgroundTextStyle": "light",
  195. "navigationBarBackgroundColor": "#085CDF",
  196. "navigationBarTitleText": "E-订单",
  197. "navigationBarTextStyle": "white"
  198. },
  199. "sitemapLocation": "sitemap.json"
  200. }