爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

405 lines
7.3 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/component/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/component/recycle",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/component/my",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path": "pages/wxUserInfo",
  26. "style": { "navigationStyle": "custom" }
  27. },
  28. {
  29. "path": "pages/index/index",
  30. "style": { "navigationStyle": "custom" }
  31. }
  32. ],
  33. "subPackages": [
  34. {
  35. "root": "pages/mine",
  36. "pages": [
  37. {
  38. "path": "recyclingDestination",
  39. "style": {
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "questionDetail",
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. }
  49. ]
  50. },
  51. {
  52. "root": "pages/subcomponent",
  53. "pages": [
  54. {
  55. "path": "select",
  56. "style": {
  57. "navigationStyle": "custom",
  58. "enablePullDownRefresh": true
  59. }
  60. },
  61. {
  62. "path": "edit",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "enablePullDownRefresh": true
  66. }
  67. },
  68. {
  69. "path": "add",
  70. "style": {
  71. "navigationStyle": "custom",
  72. "enablePullDownRefresh": true
  73. }
  74. },
  75. {
  76. "path": "pickup",
  77. "style": {
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "recycle_rules",
  84. "style": {
  85. "navigationStyle": "custom",
  86. "enablePullDownRefresh": true
  87. }
  88. },
  89. {
  90. "path": "brand",
  91. "style": {
  92. "navigationStyle": "custom",
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path": "wallet",
  98. "style": {
  99. "navigationStyle": "custom",
  100. "enablePullDownRefresh": true
  101. }
  102. },
  103. {
  104. "path": "withdraw",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "order",
  112. "style": {
  113. "navigationStyle": "custom",
  114. "enablePullDownRefresh": true
  115. }
  116. },
  117. {
  118. "path": "detail",
  119. "style": {
  120. "navigationStyle": "custom",
  121. "enablePullDownRefresh": true
  122. }
  123. },
  124. {
  125. "path": "order_edit",
  126. "style": {
  127. "navigationStyle": "custom",
  128. "enablePullDownRefresh": true
  129. }
  130. },
  131. {
  132. "path": "inspection",
  133. "style": {
  134. "navigationStyle": "custom",
  135. "enablePullDownRefresh": true
  136. }
  137. },
  138. {
  139. "path": "promotion",
  140. "style": {
  141. "navigationStyle": "custom",
  142. "enablePullDownRefresh": true
  143. }
  144. },
  145. {
  146. "path": "promotion_info",
  147. "style": {
  148. "navigationStyle": "custom",
  149. "enablePullDownRefresh": true
  150. }
  151. },
  152. {
  153. "path": "apply",
  154. "style": {
  155. "navigationStyle": "custom",
  156. "enablePullDownRefresh": true
  157. }
  158. },
  159. {
  160. "path": "upgrad",
  161. "style": {
  162. "navigationStyle": "custom",
  163. "enablePullDownRefresh": true
  164. }
  165. },
  166. {
  167. "path": "customer",
  168. "style": {
  169. "navigationStyle": "custom",
  170. "enablePullDownRefresh": true
  171. }
  172. },
  173. {
  174. "path": "faq",
  175. "style": {
  176. "navigationStyle": "custom",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "edit_profile",
  182. "style": {
  183. "navigationStyle": "custom",
  184. "enablePullDownRefresh": true
  185. }
  186. },
  187. {
  188. "path": "orders",
  189. "style": {
  190. "navigationStyle": "custom",
  191. "enablePullDownRefresh": true
  192. }
  193. },
  194. {
  195. "path": "admin_customer",
  196. "style": {
  197. "navigationStyle": "custom",
  198. "enablePullDownRefresh": true
  199. }
  200. },
  201. {
  202. "path": "admin_faq",
  203. "style": {
  204. "navigationStyle": "custom",
  205. "enablePullDownRefresh": true
  206. }
  207. },
  208. {
  209. "path": "about",
  210. "style": {
  211. "navigationStyle": "custom",
  212. "enablePullDownRefresh": true
  213. }
  214. },
  215. {
  216. "path": "promo-qrcode",
  217. "style": {
  218. "navigationStyle": "custom",
  219. "enablePullDownRefresh": true
  220. }
  221. },
  222. {
  223. "path": "inspection-report",
  224. "style": {
  225. "navigationStyle": "custom",
  226. "enablePullDownRefresh": true
  227. }
  228. },
  229. {
  230. "path": "inspection-detail",
  231. "style": {
  232. "navigationStyle": "custom",
  233. "enablePullDownRefresh": true
  234. }
  235. },
  236. {
  237. "path": "promotion-withdraw-record",
  238. "style": {
  239. "navigationStyle": "custom",
  240. "enablePullDownRefresh": true
  241. }
  242. },
  243. {
  244. "path": "promotion-profit-detail",
  245. "style": {
  246. "navigationStyle": "custom",
  247. "enablePullDownRefresh": true
  248. }
  249. },
  250. {
  251. "path": "promotion-team",
  252. "style": {
  253. "navigationStyle": "custom",
  254. "enablePullDownRefresh": true
  255. }
  256. },
  257. {
  258. "path": "logistics",
  259. "style": {
  260. "navigationStyle": "custom",
  261. "enablePullDownRefresh": true
  262. }
  263. }
  264. ]
  265. },
  266. {
  267. "root": "pages/baoyou-city",
  268. "pages": [
  269. {
  270. "path": "baoyou-city",
  271. "style": {
  272. "navigationStyle": "custom",
  273. "enablePullDownRefresh": true
  274. }
  275. }
  276. ]
  277. },
  278. {
  279. "root": "pages/manager",
  280. "pages": [
  281. {
  282. "path": "order",
  283. "style": {
  284. "navigationStyle": "custom",
  285. "enablePullDownRefresh": true
  286. }
  287. },
  288. {
  289. "path": "order-detail",
  290. "style": {
  291. "navigationStyle": "custom",
  292. "enablePullDownRefresh": true
  293. }
  294. },
  295. {
  296. "path": "inspect",
  297. "style": {
  298. "navigationStyle": "custom",
  299. "enablePullDownRefresh": true
  300. }
  301. },
  302. {
  303. "path": "inspect-result",
  304. "style": {
  305. "navigationStyle": "custom",
  306. "enablePullDownRefresh": true
  307. }
  308. },
  309. {
  310. "path": "user",
  311. "style": {
  312. "navigationStyle": "custom",
  313. "enablePullDownRefresh": true
  314. }
  315. },
  316. {
  317. "path": "user-detail",
  318. "style": {
  319. "navigationStyle": "custom",
  320. "enablePullDownRefresh": false
  321. }
  322. },
  323. {
  324. "path": "staff",
  325. "style": {
  326. "navigationStyle": "custom",
  327. "enablePullDownRefresh": true
  328. }
  329. },
  330. {
  331. "path": "staff-detail",
  332. "style": {
  333. "navigationStyle": "custom",
  334. "enablePullDownRefresh": false
  335. }
  336. },
  337. {
  338. "path": "tui",
  339. "style": {
  340. "navigationStyle": "custom",
  341. "enablePullDownRefresh": true
  342. }
  343. },
  344. {
  345. "path": "tui-detail",
  346. "style": {
  347. "navigationStyle": "custom",
  348. "enablePullDownRefresh": false
  349. }
  350. },
  351. {
  352. "path": "tui-apply-detail",
  353. "style": {
  354. "navigationStyle": "custom",
  355. "enablePullDownRefresh": false
  356. }
  357. }
  358. ]
  359. }
  360. ],
  361. "tabBar": {
  362. "custom": true,
  363. "color": "#999999",
  364. "selectedColor": "#00C853",
  365. "backgroundColor": "#ffffff",
  366. "borderStyle": "white",
  367. "list": [
  368. {
  369. "pagePath": "pages/component/home"
  370. },
  371. {
  372. "pagePath": "pages/component/recycle"
  373. },
  374. {
  375. "pagePath": "pages/component/my"
  376. }
  377. ]
  378. },
  379. "globalStyle": {
  380. "navigationBarTextStyle": "black",
  381. "navigationBarBackgroundColor": "#F8F8F8",
  382. "backgroundColor": "#F8F8F8"
  383. },
  384. "uniIdRouter": {},
  385. "easycom": {
  386. "autoscan": true,
  387. "custom": {
  388. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  389. }
  390. },
  391. "preloadRule": {
  392. "pages/index/index": {
  393. "network": "all",
  394. "packages": ["pages/subcomponent"]
  395. },
  396. "pages/component/home": {
  397. "network": "all",
  398. "packages": ["pages/subcomponent"]
  399. },
  400. "pages/component/my": {
  401. "network": "all",
  402. "packages": ["pages/subcomponent"]
  403. }
  404. }
  405. }