pages.json 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273
  1. {
  2. "insetLoader": {
  3. //配置
  4. "config": {
  5. //将需要引入的组件名起了个confirm的名字在下面label中使用
  6. //右侧"<floatButton ref='confirm' />"为需要插入的组件标签
  7. "confirm": "<floatButton ref='confirm' />"
  8. },
  9. // 全局配置
  10. //需要挂在的组件名
  11. "label": ["confirm"],
  12. //根元素的标签类型 也就是插入到页面哪个根元素下默认为div 但是uniapp中需要写为view
  13. "rootEle": "view"
  14. },
  15. "pages": [
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "首页"
  20. // "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/bind",
  25. "style": {
  26. "navigationBarTitleText": "授权绑定"
  27. }
  28. },
  29. {
  30. "path": "pages/index/webview",
  31. "style": {
  32. "navigationBarTitleText": "打开企业微信小程序"
  33. }
  34. },
  35. {
  36. "path": "pages/login/index",
  37. "style": {
  38. "navigationBarTitleText": "登录"
  39. }
  40. },
  41. {
  42. "path": "pages/login/indexs",
  43. "style": {
  44. "navigationBarTitleText": "登录"
  45. }
  46. },
  47. {
  48. "path": "pages/goods/index",
  49. "style": {
  50. "navigationBarTitleText": "商城"
  51. }
  52. },
  53. {
  54. "path": "pages/mine/index",
  55. "style": {
  56. "navigationStyle": "custom",
  57. "navigationBarTitleText": "我的"
  58. }
  59. },
  60. {
  61. "path": "pages/workorder/index",
  62. "style": {
  63. "navigationBarTitleText": "工单"
  64. }
  65. },
  66. {
  67. "path": "pages/workorder/indexView",
  68. "style": {
  69. "navigationBarTitleText": "工单"
  70. }
  71. }
  72. ],
  73. "subpackages": [
  74. {
  75. "root": "packageEnter",
  76. "name": "packageEnter",
  77. "pages": [
  78. {
  79. "path": "pages/insurance/myInsuranceBuy/index",
  80. "style": {
  81. "navigationBarTitleText": "购买保险"
  82. }
  83. },
  84. {
  85. "path": "pages/insurance/myInsurance/index",
  86. "style": {
  87. "navigationBarTitleText": "我的保险"
  88. }
  89. },
  90. {
  91. "path": "pages/insurance/insuranceContract/index",
  92. "style": {
  93. "navigationBarTitleText": "保险合同"
  94. }
  95. },
  96. {
  97. "path": "pages/insurance/determineInfo/index",
  98. "style": {
  99. "navigationBarTitleText": "确定信息"
  100. }
  101. },
  102. {
  103. "path": "pages/insurance/detailsAgreement/index",
  104. "style": {
  105. "navigationBarTitleText": ""
  106. }
  107. },
  108. {
  109. "path": "pages/insurance/insurancePolicy/index",
  110. "style": {
  111. "navigationBarTitleText": "保险单"
  112. }
  113. },
  114. {
  115. "path": "pages/insurance/policyParticulars/index",
  116. "style": {
  117. "navigationBarTitleText": "保单详情",
  118. "navigationBarBackgroundColor": "#3D8FFD"
  119. }
  120. }
  121. ]
  122. },
  123. {
  124. "root": "packageAttachment",
  125. "name": "packageAttachment",
  126. "pages": [
  127. {
  128. "path": "pages/fittingsManagement/index",
  129. "style": {
  130. "navigationBarTitleText": "配件管理",
  131. "enablePullDownRefresh": false,
  132. "navigationBarTextStyle": "white",
  133. "navigationBarBackgroundColor": "#6DA7FF"
  134. }
  135. },
  136. {
  137. "path": "pages/sparePartsInventory/choosingAccessories",
  138. "style": {
  139. "navigationBarTitleText": "添加配件",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "pages/applicationParts/confirmOrder",
  145. "style": {
  146. "navigationBarTitleText": "确认订单",
  147. "enablePullDownRefresh": false
  148. }
  149. },
  150. {
  151. "path": "pages/orderOfSales/index",
  152. "style": {
  153. "navigationBarTitleText": "配件申请",
  154. "enablePullDownRefresh": false
  155. }
  156. },
  157. {
  158. "path": "pages/applicationParts/applicationPartsForm",
  159. "style": {
  160. "navigationBarTitleText": "购买配件",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "pages/applicationParts/state",
  166. "style": {
  167. "navigationBarTitleText": "支付订单",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path": "pages/sparePartsInventory/index",
  173. "style": {
  174. "navigationBarTitleText": "配件库存",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "pages/forwardSaleOrder/index",
  180. "style": {
  181. "navigationBarTitleText": "转销售单",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "pages/applicationParts/index",
  187. "style": {
  188. "navigationBarTitleText": "配件申请",
  189. "navigationStyle": "custom",
  190. "disableScroll": true
  191. }
  192. },
  193. {
  194. "path": "pages/beyondInsuranceTransferToSale/index",
  195. "style": {
  196. "navigationBarTitleText": "保外转销售单",
  197. "enablePullDownRefresh": false
  198. }
  199. },
  200. {
  201. "path": "pages/forwardSaleOrder/details",
  202. "style": {
  203. "navigationBarTitleText": "详情",
  204. "enablePullDownRefresh": false
  205. }
  206. },
  207. {
  208. "path": "pages/applyReturnOfNewPiece/index",
  209. "style": {
  210. "navigationBarTitleText": "申请新件返还",
  211. "enablePullDownRefresh": false
  212. }
  213. },
  214. {
  215. "path": "pages/orderOfSales/details",
  216. "style": {
  217. "navigationBarTitleText": "配件申请",
  218. "enablePullDownRefresh": false
  219. }
  220. },
  221. {
  222. "path": "pages/applicationParts/orderPayment",
  223. "style": {
  224. "navigationBarTitleText": "支付订单",
  225. "enablePullDownRefresh": false
  226. }
  227. },
  228. {
  229. "path": "pages/returnOfNewParts/details",
  230. "style": {
  231. "navigationBarTitleText": "详情",
  232. "enablePullDownRefresh": false
  233. }
  234. },
  235. {
  236. "path": "pages/returnOfOldParts/details",
  237. "style": {
  238. "navigationBarTitleText": "详情",
  239. "enablePullDownRefresh": false
  240. }
  241. },
  242. {
  243. "path": "pages/returnOfOldParts/workOrderView",
  244. "style": {
  245. "navigationBarTitleText": "工单查看",
  246. "enablePullDownRefresh": false
  247. }
  248. },
  249. {
  250. "path": "pages/returnOfOldParts/index",
  251. "style": {
  252. "navigationBarTitleText": "旧件返还",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "pages/returnOfNewParts/index",
  258. "style": {
  259. "navigationBarTitleText": "新件返还",
  260. "enablePullDownRefresh": false
  261. }
  262. },
  263. {
  264. "path": "pages/applyReturnOfNewPiece/state",
  265. "style": {
  266. "navigationBarTitleText": "申请新件返还状态",
  267. "enablePullDownRefresh": false
  268. }
  269. }
  270. ]
  271. },
  272. {
  273. "root": "packageHome",
  274. "name": "packageHome",
  275. "pages": [
  276. {
  277. "path": "pages/service/chargeStandard",
  278. "style": {
  279. "navigationBarTitleText": "收费标准"
  280. }
  281. },
  282. {
  283. "path": "pages/service/troubleshoot",
  284. "style": {
  285. "navigationBarTitleText": "故障自查"
  286. }
  287. },
  288. {
  289. "path": "pages/service/classify",
  290. "style": {
  291. "navigationBarTitleText": "选择服务产品"
  292. }
  293. },
  294. {
  295. "path": "pages/service/tenancy",
  296. "style": {
  297. "navigationBarTitleText": "选择产品"
  298. }
  299. },
  300. {
  301. "path": "pages/service/tenancyDetail",
  302. "style": {
  303. "navigationBarTitleText": "商品详情"
  304. }
  305. },
  306. {
  307. "path": "pages/service/confirmTenancyOrder",
  308. "style": {
  309. "navigationBarTitleText": "确认订单"
  310. }
  311. },
  312. {
  313. "path": "pages/addvalue/serviceBuy",
  314. "style": {
  315. "navigationBarTitleText": "购买延保"
  316. }
  317. },
  318. {
  319. "path": "pages/addvalue/serviceUse",
  320. "style": {
  321. "navigationBarTitleText": "创建延保单"
  322. }
  323. },
  324. {
  325. "path": "pages/addvalue/explainList",
  326. "style": {
  327. "navigationBarTitleText": "延保服务"
  328. }
  329. },
  330. {
  331. "path": "pages/addvalue/explainDetail",
  332. "style": {
  333. "navigationBarTitleText": "服务说明"
  334. }
  335. },
  336. {
  337. "path": "pages/addvalue/orderList",
  338. "style": {
  339. "navigationBarTitleText": "我的延保"
  340. }
  341. },
  342. {
  343. "path": "pages/addvalue/orderDetail",
  344. "style": {
  345. "navigationBarTitleText": "延保详情"
  346. }
  347. },
  348. {
  349. "path": "pages/addvalue/websiteList",
  350. "style": {
  351. "navigationBarTitleText": "服务网点"
  352. }
  353. },
  354. {
  355. "path": "pages/addvalue/check",
  356. "style": {
  357. "navigationBarTitleText": "延保查询"
  358. }
  359. },
  360. {
  361. "path": "pages/maintenance/applyList",
  362. "style": {
  363. "navigationBarTitleText": "费用申请单"
  364. }
  365. },
  366. {
  367. "path": "pages/maintenance/applyDetail",
  368. "style": {
  369. "navigationBarTitleText": "费用申请详情"
  370. }
  371. },
  372. {
  373. "path": "pages/maintenance/create",
  374. "style": {
  375. "navigationBarTitleText": "创建维保单"
  376. }
  377. },
  378. {
  379. "path": "pages/maintenance/project",
  380. "style": {
  381. "navigationBarTitleText": "选择项目信息"
  382. }
  383. },
  384. {
  385. "path": "pages/maintenance/product",
  386. "style": {
  387. "navigationBarTitleText": "选择产品"
  388. }
  389. },
  390. {
  391. "path": "pages/codeActivity/activityList",
  392. "style": {
  393. "navigationBarTitleText": "活动列表"
  394. }
  395. },
  396. {
  397. "path": "pages/codeActivity/activityForm",
  398. "style": {
  399. "navigationBarTitleText": "填写信息"
  400. }
  401. },
  402. {
  403. "path": "pages/codeActivity/activityExplain",
  404. "style": {
  405. "navigationBarTitleText": "活动说明"
  406. }
  407. },
  408. {
  409. "path": "pages/codeActivity/applyList",
  410. "style": {
  411. "navigationBarTitleText": "报名记录"
  412. }
  413. },
  414. {
  415. "path": "pages/codeActivity/applyDetail",
  416. "style": {
  417. "navigationBarTitleText": "报名详情"
  418. }
  419. },
  420. {
  421. "path": "pages/recycle/index",
  422. "style": {
  423. "navigationBarTitleText": "二手商城"
  424. }
  425. },
  426. {
  427. "path": "pages/recycle/search",
  428. "style": {
  429. "navigationBarTitleText": "搜索商品"
  430. }
  431. },
  432. {
  433. "path": "pages/recycle/issue",
  434. "style": {
  435. "navigationBarTitleText": "发布"
  436. }
  437. },
  438. {
  439. "path": "pages/recycle/goodsDetail",
  440. "style": {
  441. "navigationBarTitleText": "商品详情"
  442. }
  443. },
  444. {
  445. "path": "pages/recycle/order",
  446. "style": {
  447. "navigationBarTitleText": "确认订单"
  448. }
  449. },
  450. {
  451. "path": "pages/recycle/issue/list",
  452. "style": {
  453. "navigationBarTitleText": "已发布的"
  454. }
  455. },
  456. {
  457. "path": "pages/recycle/issue/detail",
  458. "style": {
  459. "navigationBarTitleText": "详情"
  460. }
  461. },
  462. {
  463. "path": "pages/recycle/order/list",
  464. "style": {
  465. "navigationBarTitleText": "我买到的"
  466. }
  467. },
  468. {
  469. "path": "pages/recycle/order/detail",
  470. "style": {
  471. "navigationBarTitleText": "详情"
  472. }
  473. },
  474. {
  475. "path": "pages/recycle/order/logistics",
  476. "style": {
  477. "navigationBarTitleText": "查看物流"
  478. }
  479. },
  480. {
  481. "path": "pages/recycle/order/refundForm",
  482. "style": {
  483. "navigationBarTitleText": "申请售后"
  484. }
  485. },
  486. {
  487. "path": "pages/recycle/order/refundDetail",
  488. "style": {
  489. "navigationBarTitleText": "售后详情"
  490. }
  491. }
  492. ]
  493. },
  494. {
  495. "root": "packageGoods",
  496. "name": "packageGoods",
  497. "pages": [
  498. {
  499. "path": "pages/classify",
  500. "style": {
  501. "navigationBarTitleText": "分类"
  502. }
  503. },
  504. {
  505. "path": "pages/list",
  506. "style": {
  507. "navigationBarTitleText": "列表"
  508. }
  509. },
  510. {
  511. "path": "pages/cart",
  512. "style": {
  513. "navigationBarTitleText": "购物车"
  514. }
  515. },
  516. {
  517. "path": "pages/search",
  518. "style": {
  519. "navigationBarTitleText": "搜索商品"
  520. }
  521. },
  522. {
  523. "path": "pages/detail",
  524. "style": {
  525. "navigationBarTitleText": "商品详情"
  526. }
  527. },
  528. {
  529. "path": "pages/evaluate",
  530. "style": {
  531. "navigationBarTitleText": "全部评价"
  532. }
  533. },
  534. {
  535. "path": "pages/order",
  536. "style": {
  537. "navigationBarTitleText": "确认订单"
  538. }
  539. },
  540. {
  541. "path": "pages/coupon",
  542. "style": {
  543. "navigationBarTitleText": "我的优惠券"
  544. }
  545. },
  546. {
  547. "path": "pages/seckill",
  548. "style": {
  549. "navigationBarTitleText": "限时秒杀"
  550. }
  551. },
  552. {
  553. "path": "pages/index",
  554. "style": {
  555. "navigationBarTitleText": "商品列表"
  556. }
  557. },
  558. {
  559. "path": "pages/activity",
  560. "style": {
  561. "navigationBarTitleText": "活动专区"
  562. }
  563. },
  564. {
  565. "path": "pages/tradein/category",
  566. "style": {
  567. "navigationBarTitleText": "选择分类"
  568. }
  569. },
  570. {
  571. "path": "pages/tradein/form",
  572. "style": {
  573. "navigationBarTitleText": "旧机信息"
  574. }
  575. }
  576. ]
  577. },
  578. {
  579. "root": "packageMine",
  580. "name": "packageMine",
  581. "pages": [
  582. {
  583. "path": "pages/masterGroup/index",
  584. "style": {
  585. "navigationBarTitleText": "师傅组别"
  586. }
  587. },
  588. {
  589. "path": "pages/masterGroup/createGroup",
  590. "style": {
  591. "navigationBarTitleText": "创建组别"
  592. }
  593. },
  594. {
  595. "path": "pages/coreLssuedFile/index",
  596. "style": {
  597. "navigationBarTitleText": "中心文件下发"
  598. }
  599. },
  600. {
  601. "path": "pages/coreLssuedFile/detail",
  602. "style": {
  603. "navigationBarTitleText": "文件详情"
  604. }
  605. },
  606. {
  607. "path": "pages/mySecurityFee",
  608. "style": {
  609. "navigationBarTitleText": "我的安维费"
  610. }
  611. },
  612. {
  613. "path": "pages/wodeanwei",
  614. "style": {
  615. "navigationBarTitleText": "我的安维费"
  616. }
  617. },
  618. {
  619. "path": "pages/repairSettle/detail",
  620. "style": {
  621. "navigationBarTitleText": "详情"
  622. }
  623. },
  624. {
  625. "path": "pages/repairSettle/detailed",
  626. "style": {
  627. "navigationBarTitleText": "明细"
  628. }
  629. },
  630. {
  631. "path": "pages/repairSettle/list",
  632. "style": {
  633. "navigationBarTitleText": "维修费用结算"
  634. }
  635. },
  636. {
  637. "path": "pages/securityFeeDetails",
  638. "style": {
  639. "navigationBarTitleText": "费用明细"
  640. }
  641. },
  642. {
  643. "path": "pages/phone",
  644. "style": {
  645. "navigationBarTitleText": "绑定手机号"
  646. }
  647. },
  648. {
  649. "path": "pages/phoneUpdate",
  650. "style": {
  651. "navigationBarTitleText": "修改手机号"
  652. }
  653. },
  654. {
  655. "path": "pages/agreement",
  656. "style": {
  657. "navigationBarTitleText": "用户协议"
  658. }
  659. },
  660. {
  661. "path": "pages/userinfo",
  662. "style": {
  663. "navigationBarTitleText": "个人资料"
  664. }
  665. },
  666. {
  667. "path": "pages/address/list",
  668. "style": {
  669. "navigationBarTitleText": "我的收货地址"
  670. }
  671. },
  672. {
  673. "path": "pages/address/form",
  674. "style": {
  675. "navigationBarTitleText": "新增收货地址"
  676. }
  677. },
  678. {
  679. "path": "pages/coupon/list",
  680. "style": {
  681. "navigationBarTitleText": "优惠券"
  682. }
  683. },
  684. {
  685. "path": "pages/collection",
  686. "style": {
  687. "navigationBarTitleText": "我的收藏"
  688. }
  689. },
  690. {
  691. "path": "pages/ranking/list",
  692. "style": {
  693. "navigationStyle": "custom",
  694. "navigationBarTitleText": "收益排行榜"
  695. }
  696. },
  697. {
  698. "path": "pages/ranking/report",
  699. "style": {
  700. "navigationBarTitleText": "我的月报"
  701. }
  702. },
  703. {
  704. "path": "pages/mallCode",
  705. "style": {
  706. "navigationBarTitleText": "商城二维码"
  707. }
  708. },
  709. {
  710. "path": "pages/profit/list",
  711. "style": {
  712. "navigationBarTitleText": "我的收益"
  713. }
  714. },
  715. {
  716. "path": "pages/profit/return",
  717. "style": {
  718. "navigationBarTitleText": "退款明细"
  719. }
  720. },
  721. {
  722. "path": "pages/profit/detail",
  723. "style": {
  724. "navigationBarTitleText": "收益详情"
  725. }
  726. },
  727. {
  728. "path": "pages/profit/ybdetail",
  729. "style": {
  730. "navigationBarTitleText": "收益详情"
  731. }
  732. },
  733. {
  734. "path": "pages/salesProfit/index",
  735. "style": {
  736. "navigationBarTitleText": "销售收益",
  737. "navigationBarBackgroundColor": "#3D8FFD",
  738. "navigationBarTextStyle": "white"
  739. }
  740. },
  741. {
  742. "path": "pages/salesProfit/orderList",
  743. "style": {
  744. "navigationBarTitleText": "销售订单"
  745. }
  746. },
  747. {
  748. "path": "pages/salesProfit/orderDetail",
  749. "style": {
  750. "navigationBarTitleText": "订单详情",
  751. "navigationBarBackgroundColor": "#C8E0FB"
  752. }
  753. },
  754. {
  755. "path": "pages/salesProfit/withdraw/list",
  756. "style": {
  757. "navigationBarTitleText": "提现明细"
  758. }
  759. },
  760. {
  761. "path": "pages/salesProfit/withdraw/orderList",
  762. "style": {
  763. "navigationBarTitleText": "提现订单明细"
  764. }
  765. },
  766. {
  767. "path": "pages/salesProfit/withdraw/detail",
  768. "style": {
  769. "navigationBarTitleText": "提现详情"
  770. }
  771. },
  772. {
  773. "path": "pages/salesProfit/withdraw/index",
  774. "style": {
  775. "navigationBarTitleText": "我要提现"
  776. }
  777. },
  778. {
  779. "path": "pages/salesProfit/account/index",
  780. "style": {
  781. "navigationBarTitleText": "账户管理"
  782. }
  783. },
  784. {
  785. "path": "pages/salesProfit/account/form",
  786. "style": {
  787. "navigationBarTitleText": "新增账户"
  788. }
  789. },
  790. {
  791. "path": "pages/order/list",
  792. "style": {
  793. "navigationBarTitleText": "我的订单"
  794. }
  795. },
  796. {
  797. "path": "pages/order/detail",
  798. "style": {
  799. "navigationBarTitleText": "订单详情"
  800. }
  801. },
  802. {
  803. "path": "pages/order/invoice",
  804. "style": {
  805. "navigationBarTitleText": "查看发票"
  806. }
  807. },
  808. {
  809. "path": "pages/order/logistics",
  810. "style": {
  811. "navigationBarTitleText": "物流详情"
  812. }
  813. },
  814. {
  815. "path": "pages/order/changeAddress",
  816. "style": {
  817. "navigationBarTitleText": "修改地址"
  818. }
  819. },
  820. {
  821. "path": "pages/order/evaluate",
  822. "style": {
  823. "navigationBarTitleText": "评价"
  824. }
  825. },
  826. {
  827. "path": "pages/order/return/apply",
  828. "style": {
  829. "navigationBarTitleText": "退货申请"
  830. }
  831. },
  832. {
  833. "path": "pages/order/return/detail",
  834. "style": {
  835. "navigationBarTitleText": "售后详情"
  836. }
  837. },
  838. {
  839. "path": "pages/workerEnter",
  840. "style": {
  841. "navigationBarTitleText": "成为师傅"
  842. }
  843. },
  844. {
  845. "path": "pages/distributorEnter",
  846. "style": {
  847. "navigationBarTitleText": "成为分销员"
  848. }
  849. },
  850. {
  851. "path": "pages/myWebsit",
  852. "style": {
  853. "navigationBarTitleText": "入驻网点"
  854. }
  855. },
  856. {
  857. "path": "pages/notice/list",
  858. "style": {
  859. "navigationBarTitleText": "消息中心"
  860. }
  861. },
  862. {
  863. "path": "pages/notice/detail",
  864. "style": {
  865. "navigationBarTitleText": "详情"
  866. }
  867. },
  868. {
  869. "path": "pages/invoice/form",
  870. "style": {
  871. "navigationBarTitleText": "请填写发票信息"
  872. }
  873. },
  874. {
  875. "path": "pages/invoice/result",
  876. "style": {
  877. "navigationBarTitleText": "请填写发票信息"
  878. }
  879. },
  880. {
  881. "path": "pages/invoice/detail",
  882. "style": {
  883. "navigationBarTitleText": "发票详情"
  884. }
  885. },
  886. {
  887. "path": "pages/invoice/list",
  888. "style": {
  889. "navigationBarTitleText": "发票申请记录"
  890. }
  891. }
  892. // {
  893. // "path": "pages/mine/groupbuy/list",
  894. // "style": {
  895. // "navigationBarTitleText": "我的团购",
  896. // "enablePullDownRefresh": true
  897. // }
  898. // }
  899. ]
  900. },
  901. {
  902. "root": "packageMaterial",
  903. "name": "packageMaterial",
  904. "pages": [
  905. {
  906. "path": "pages/index",
  907. "style": {
  908. "navigationBarTitleText": "辅配件"
  909. }
  910. },
  911. {
  912. "path": "pages/stock/index",
  913. "style": {
  914. "navigationBarTitleText": "我的库存"
  915. }
  916. },
  917. {
  918. "path": "pages/stock/stockDetail",
  919. "style": {
  920. "navigationBarTitleText": "库存明细"
  921. }
  922. },
  923. {
  924. "path": "pages/stock/useRecord",
  925. "style": {
  926. "navigationBarTitleText": "使用记录"
  927. }
  928. },
  929. {
  930. "path": "pages/stock/buyRecord",
  931. "style": {
  932. "navigationBarTitleText": "购买记录"
  933. }
  934. },
  935. {
  936. "path": "pages/stock/buyDetail",
  937. "style": {
  938. "navigationBarTitleText": "订单详情",
  939. "navigationBarBackgroundColor": "#C8E0FB"
  940. }
  941. },
  942. {
  943. "path": "pages/stock/returnList",
  944. "style": {
  945. "navigationBarTitleText": "新旧件返还"
  946. }
  947. },
  948. {
  949. "path": "pages/stock/returnDetail",
  950. "style": {
  951. "navigationBarTitleText": "订单详情",
  952. "navigationBarBackgroundColor": "#C8E0FB"
  953. }
  954. },
  955. {
  956. "path": "pages/stock/orderDetail",
  957. "style": {
  958. "navigationBarTitleText": "订单详情",
  959. "navigationBarBackgroundColor": "#C8E0FB"
  960. }
  961. },
  962. {
  963. "path": "pages/apply/index",
  964. "style": {
  965. "navigationBarTitleText": "新增申领"
  966. }
  967. },
  968. {
  969. "path": "pages/apply/website",
  970. "style": {
  971. "navigationBarTitleText": "选择购买网点"
  972. }
  973. },
  974. {
  975. "path": "pages/apply/product",
  976. "style": {
  977. "navigationBarTitleText": "选择产品"
  978. }
  979. },
  980. {
  981. "path": "pages/apply/order",
  982. "style": {
  983. "navigationBarTitleText": "确认订单"
  984. }
  985. },
  986. {
  987. "path": "pages/apply/pay",
  988. "style": {
  989. "navigationBarTitleText": "确认支付"
  990. }
  991. },
  992. {
  993. "path": "pages/sale/index",
  994. "style": {
  995. "navigationBarTitleText": "辅材收款"
  996. }
  997. },
  998. {
  999. "path": "pages/sale/product",
  1000. "style": {
  1001. "navigationBarTitleText": "选择产品"
  1002. }
  1003. },
  1004. {
  1005. "path": "pages/sale/orderList",
  1006. "style": {
  1007. "navigationBarTitleText": "订单列表"
  1008. }
  1009. },
  1010. {
  1011. "path": "pages/sale/orderDetail",
  1012. "style": {
  1013. "navigationBarTitleText": "订单详情",
  1014. "navigationBarBackgroundColor": "#C8E0FB"
  1015. }
  1016. },
  1017. {
  1018. "path": "pages/sale/order",
  1019. "style": {
  1020. "navigationBarTitleText": "确认订单"
  1021. }
  1022. },
  1023. {
  1024. "path": "pages/sale/pay",
  1025. "style": {
  1026. "navigationBarTitleText": "确认支付"
  1027. }
  1028. },
  1029. {
  1030. "path": "pages/sale/result",
  1031. "style": {
  1032. "navigationBarTitleText": "支付结果"
  1033. }
  1034. },
  1035. {
  1036. "path": "pages/newSale/index",
  1037. "style": {
  1038. "navigationBarTitleText": "配件收款"
  1039. }
  1040. },
  1041. {
  1042. "path": "pages/newSale/product",
  1043. "style": {
  1044. "navigationBarTitleText": "选择产品"
  1045. }
  1046. },
  1047. {
  1048. "path": "pages/newSale/orderList",
  1049. "style": {
  1050. "navigationBarTitleText": "订单列表"
  1051. }
  1052. },
  1053. {
  1054. "path": "pages/newSale/orderDetail",
  1055. "style": {
  1056. "navigationBarTitleText": "订单详情",
  1057. "navigationBarBackgroundColor": "#C8E0FB"
  1058. }
  1059. },
  1060. {
  1061. "path": "pages/newSale/order",
  1062. "style": {
  1063. "navigationBarTitleText": "确认订单"
  1064. }
  1065. },
  1066. {
  1067. "path": "pages/newSale/pay",
  1068. "style": {
  1069. "navigationBarTitleText": "确认支付"
  1070. }
  1071. },
  1072. {
  1073. "path": "pages/newSale/result",
  1074. "style": {
  1075. "navigationBarTitleText": "支付结果"
  1076. }
  1077. },
  1078. {
  1079. "path": "pages/partsApply/form",
  1080. "style": {
  1081. "navigationBarTitleText": "配件申请"
  1082. }
  1083. },
  1084. {
  1085. "path": "pages/partsApply/list",
  1086. "style": {
  1087. "navigationBarTitleText": "配件申请记录"
  1088. }
  1089. },
  1090. {
  1091. "path": "pages/partsApply/detail",
  1092. "style": {
  1093. "navigationBarTitleText": "详情",
  1094. "navigationBarBackgroundColor": "#C8E0FB"
  1095. }
  1096. }
  1097. ]
  1098. },
  1099. {
  1100. "root": "packageWorkorder",
  1101. "name": "packageWorkorder",
  1102. "pages": [
  1103. {
  1104. "path": "pages/create/index",
  1105. "style": {
  1106. "navigationBarTitleText": "创建服务单"
  1107. }
  1108. },
  1109. {
  1110. "path": "pages/create/classify",
  1111. "style": {
  1112. "navigationBarTitleText": "选择产品"
  1113. }
  1114. },
  1115. {
  1116. "path": "pages/orderList",
  1117. "style": {
  1118. "navigationBarTitleText": "工单",
  1119. "navigationBarBackgroundColor": "#3D8FFD",
  1120. "navigationBarTextStyle": "white"
  1121. }
  1122. },
  1123. {
  1124. "path": "pages/tenancyOrderList",
  1125. "style": {
  1126. "navigationBarTitleText": "我的租赁单"
  1127. }
  1128. },
  1129. {
  1130. "path": "pages/tenancyOrderDetail",
  1131. "style": {
  1132. "navigationBarTitleText": "租赁详情"
  1133. }
  1134. },
  1135. {
  1136. "path": "pages/tenancyRepairOrder",
  1137. "style": {
  1138. "navigationBarTitleText": "租赁报修单"
  1139. }
  1140. },
  1141. {
  1142. "path": "pages/tenancyReletOrder",
  1143. "style": {
  1144. "navigationBarTitleText": "确认续租"
  1145. }
  1146. },
  1147. {
  1148. "path": "pages/search",
  1149. "style": {
  1150. "navigationBarTitleText": "工单搜索"
  1151. }
  1152. },
  1153. {
  1154. "path": "pages/orderDetail",
  1155. "style": {
  1156. "navigationBarTitleText": "服务详情",
  1157. "navigationBarBackgroundColor": "#C8E0FB"
  1158. }
  1159. },
  1160. {
  1161. "path": "pages/userWorkorderList",
  1162. "style": {
  1163. "navigationBarTitleText": "我的服务单"
  1164. }
  1165. },
  1166. {
  1167. "path": "pages/userWorkorderDetail",
  1168. "style": {
  1169. "navigationBarTitleText": "服务详情"
  1170. }
  1171. },
  1172. {
  1173. "path": "pages/processFeedback",
  1174. "style": {
  1175. "navigationBarTitleText": "过程反馈"
  1176. }
  1177. },
  1178. {
  1179. "path": "pages/bookTime",
  1180. "style": {
  1181. "navigationBarTitleText": "预约"
  1182. }
  1183. },
  1184. {
  1185. "path": "pages/signName",
  1186. "style": {
  1187. "navigationBarTitleText": "签名"
  1188. }
  1189. },
  1190. {
  1191. "path": "pages/feedbackList",
  1192. "style": {
  1193. "navigationBarTitleText": "过程反馈"
  1194. }
  1195. },
  1196. {
  1197. "path": "pages/overDetail",
  1198. "style": {
  1199. "navigationBarTitleText": "完工明细"
  1200. }
  1201. },
  1202. {
  1203. "path": "pages/infoCollect/list",
  1204. "style": {
  1205. "navigationBarTitleText": "信息采集"
  1206. }
  1207. },
  1208. {
  1209. "path": "pages/infoCollect/form",
  1210. "style": {
  1211. "navigationBarTitleText": "信息采集"
  1212. }
  1213. },
  1214. {
  1215. "path": "pages/appraise",
  1216. "style": {
  1217. "navigationBarTitleText": "服务评价"
  1218. }
  1219. }
  1220. ]
  1221. }
  1222. ],
  1223. "easycom": {
  1224. // "zj-(.*)": "@/components/zj-container/zj-$1.vue",
  1225. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  1226. },
  1227. "globalStyle": {
  1228. "navigationBarTextStyle": "black",
  1229. "navigationBarTitleText": "商城",
  1230. "navigationBarBackgroundColor": "#FFFFFF",
  1231. "backgroundColor": "#F7F8FF",
  1232. "app-plus": {
  1233. "background": "#efeff4"
  1234. }
  1235. },
  1236. "tabBar": {
  1237. "color": "#7A7E83",
  1238. "selectedColor": "#3D8FFD",
  1239. "borderStyle": "black",
  1240. "backgroundColor": "#ffffff",
  1241. "list": [
  1242. {
  1243. "pagePath": "pages/index/index",
  1244. "iconPath": "static/tabBar/icon_1.png",
  1245. "selectedIconPath": "static/tabBar/icon_1_cur.png",
  1246. "text": "首页"
  1247. },
  1248. {
  1249. "pagePath": "pages/workorder/index",
  1250. "iconPath": "static/tabBar/icon_2.png",
  1251. "selectedIconPath": "static/tabBar/icon_2_cur.png",
  1252. "text": "工单"
  1253. },
  1254. // {
  1255. // "pagePath": "pages/goods/index",
  1256. // "iconPath": "static/tabBar/icon_3.png",
  1257. // "selectedIconPath": "static/tabBar/icon_3_cur.png",
  1258. // "text": "商城"
  1259. // },
  1260. {
  1261. "pagePath": "pages/mine/index",
  1262. "iconPath": "static/tabBar/icon_4.png",
  1263. "selectedIconPath": "static/tabBar/icon_4_cur.png",
  1264. "text": "我的"
  1265. }
  1266. ]
  1267. }
  1268. }