pages.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975
  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": "packageHome",
  76. "name": "packageHome",
  77. "pages": [
  78. {
  79. "path": "pages/service/chargeStandard",
  80. "style": {
  81. "navigationBarTitleText": "收费标准"
  82. }
  83. },
  84. {
  85. "path": "pages/service/troubleshoot",
  86. "style": {
  87. "navigationBarTitleText": "故障自查"
  88. }
  89. },
  90. {
  91. "path": "pages/service/classify",
  92. "style": {
  93. "navigationBarTitleText": "选择服务产品"
  94. }
  95. },
  96. {
  97. "path": "pages/service/tenancy",
  98. "style": {
  99. "navigationBarTitleText": "选择产品"
  100. }
  101. },
  102. {
  103. "path": "pages/service/tenancyDetail",
  104. "style": {
  105. "navigationBarTitleText": "商品详情"
  106. }
  107. },
  108. {
  109. "path": "pages/service/confirmTenancyOrder",
  110. "style": {
  111. "navigationBarTitleText": "确认订单"
  112. }
  113. },
  114. {
  115. "path": "pages/addvalue/serviceBuy",
  116. "style": {
  117. "navigationBarTitleText": "购买延保"
  118. }
  119. },
  120. {
  121. "path": "pages/addvalue/serviceUse",
  122. "style": {
  123. "navigationBarTitleText": "创建延保单"
  124. }
  125. },
  126. {
  127. "path": "pages/addvalue/explainList",
  128. "style": {
  129. "navigationBarTitleText": "延保服务"
  130. }
  131. },
  132. {
  133. "path": "pages/addvalue/explainDetail",
  134. "style": {
  135. "navigationBarTitleText": "服务说明"
  136. }
  137. },
  138. {
  139. "path": "pages/addvalue/orderList",
  140. "style": {
  141. "navigationBarTitleText": "我的延保"
  142. }
  143. },
  144. {
  145. "path": "pages/addvalue/orderDetail",
  146. "style": {
  147. "navigationBarTitleText": "延保详情"
  148. }
  149. },
  150. {
  151. "path": "pages/addvalue/websiteList",
  152. "style": {
  153. "navigationBarTitleText": "服务网点"
  154. }
  155. },
  156. {
  157. "path": "pages/addvalue/check",
  158. "style": {
  159. "navigationBarTitleText": "延保查询"
  160. }
  161. },
  162. {
  163. "path": "pages/maintenance/applyList",
  164. "style": {
  165. "navigationBarTitleText": "费用申请单"
  166. }
  167. },
  168. {
  169. "path": "pages/maintenance/applyDetail",
  170. "style": {
  171. "navigationBarTitleText": "费用申请详情"
  172. }
  173. },
  174. {
  175. "path": "pages/maintenance/create",
  176. "style": {
  177. "navigationBarTitleText": "创建维保单"
  178. }
  179. },
  180. {
  181. "path": "pages/maintenance/project",
  182. "style": {
  183. "navigationBarTitleText": "选择项目信息"
  184. }
  185. },
  186. {
  187. "path": "pages/maintenance/product",
  188. "style": {
  189. "navigationBarTitleText": "选择产品"
  190. }
  191. },
  192. {
  193. "path": "pages/codeActivity/activityList",
  194. "style": {
  195. "navigationBarTitleText": "活动列表"
  196. }
  197. },
  198. {
  199. "path": "pages/codeActivity/activityForm",
  200. "style": {
  201. "navigationBarTitleText": "填写信息"
  202. }
  203. },
  204. {
  205. "path": "pages/codeActivity/activityExplain",
  206. "style": {
  207. "navigationBarTitleText": "活动说明"
  208. }
  209. },
  210. {
  211. "path": "pages/codeActivity/applyList",
  212. "style": {
  213. "navigationBarTitleText": "报名记录"
  214. }
  215. },
  216. {
  217. "path": "pages/codeActivity/applyDetail",
  218. "style": {
  219. "navigationBarTitleText": "报名详情"
  220. }
  221. },
  222. {
  223. "path": "pages/recycle/index",
  224. "style": {
  225. "navigationBarTitleText": "二手商城"
  226. }
  227. },
  228. {
  229. "path": "pages/recycle/search",
  230. "style": {
  231. "navigationBarTitleText": "搜索商品"
  232. }
  233. },
  234. {
  235. "path": "pages/recycle/issue",
  236. "style": {
  237. "navigationBarTitleText": "发布"
  238. }
  239. },
  240. {
  241. "path": "pages/recycle/goodsDetail",
  242. "style": {
  243. "navigationBarTitleText": "商品详情"
  244. }
  245. },
  246. {
  247. "path": "pages/recycle/order",
  248. "style": {
  249. "navigationBarTitleText": "确认订单"
  250. }
  251. },
  252. {
  253. "path": "pages/recycle/issue/list",
  254. "style": {
  255. "navigationBarTitleText": "已发布的"
  256. }
  257. },
  258. {
  259. "path": "pages/recycle/issue/detail",
  260. "style": {
  261. "navigationBarTitleText": "详情"
  262. }
  263. },
  264. {
  265. "path": "pages/recycle/order/list",
  266. "style": {
  267. "navigationBarTitleText": "我买到的"
  268. }
  269. },
  270. {
  271. "path": "pages/recycle/order/detail",
  272. "style": {
  273. "navigationBarTitleText": "详情"
  274. }
  275. },
  276. {
  277. "path": "pages/recycle/order/logistics",
  278. "style": {
  279. "navigationBarTitleText": "查看物流"
  280. }
  281. },
  282. {
  283. "path": "pages/recycle/order/refundForm",
  284. "style": {
  285. "navigationBarTitleText": "申请售后"
  286. }
  287. },
  288. {
  289. "path": "pages/recycle/order/refundDetail",
  290. "style": {
  291. "navigationBarTitleText": "售后详情"
  292. }
  293. }
  294. ]
  295. },
  296. {
  297. "root": "packageGoods",
  298. "name": "packageGoods",
  299. "pages": [
  300. {
  301. "path": "pages/classify",
  302. "style": {
  303. "navigationBarTitleText": "分类"
  304. }
  305. },
  306. {
  307. "path": "pages/list",
  308. "style": {
  309. "navigationBarTitleText": "列表"
  310. }
  311. },
  312. {
  313. "path": "pages/cart",
  314. "style": {
  315. "navigationBarTitleText": "购物车"
  316. }
  317. },
  318. {
  319. "path": "pages/search",
  320. "style": {
  321. "navigationBarTitleText": "搜索商品"
  322. }
  323. },
  324. {
  325. "path": "pages/detail",
  326. "style": {
  327. "navigationBarTitleText": "商品详情"
  328. }
  329. },
  330. {
  331. "path": "pages/evaluate",
  332. "style": {
  333. "navigationBarTitleText": "全部评价"
  334. }
  335. },
  336. {
  337. "path": "pages/order",
  338. "style": {
  339. "navigationBarTitleText": "确认订单"
  340. }
  341. },
  342. {
  343. "path": "pages/coupon",
  344. "style": {
  345. "navigationBarTitleText": "我的优惠券"
  346. }
  347. },
  348. {
  349. "path": "pages/seckill",
  350. "style": {
  351. "navigationBarTitleText": "限时秒杀"
  352. }
  353. },
  354. {
  355. "path": "pages/index",
  356. "style": {
  357. "navigationBarTitleText": "商品列表"
  358. }
  359. },
  360. {
  361. "path": "pages/activity",
  362. "style": {
  363. "navigationBarTitleText": "活动专区"
  364. }
  365. },
  366. {
  367. "path": "pages/tradein/category",
  368. "style": {
  369. "navigationBarTitleText": "选择分类"
  370. }
  371. },
  372. {
  373. "path": "pages/tradein/form",
  374. "style": {
  375. "navigationBarTitleText": "旧机信息"
  376. }
  377. }
  378. ]
  379. },
  380. {
  381. "root": "packageMine",
  382. "name": "packageMine",
  383. "pages": [
  384. {
  385. "path": "pages/mySecurityFee",
  386. "style": {
  387. "navigationBarTitleText": "我的安维费"
  388. }
  389. },
  390. {
  391. "path": "pages/securityFeeDetails",
  392. "style": {
  393. "navigationBarTitleText": "费用明细"
  394. }
  395. },
  396. {
  397. "path": "pages/phone",
  398. "style": {
  399. "navigationBarTitleText": "绑定手机号"
  400. }
  401. },
  402. {
  403. "path": "pages/agreement",
  404. "style": {
  405. "navigationBarTitleText": "用户协议"
  406. }
  407. },
  408. {
  409. "path": "pages/userinfo",
  410. "style": {
  411. "navigationBarTitleText": "个人资料"
  412. }
  413. },
  414. {
  415. "path": "pages/address/list",
  416. "style": {
  417. "navigationBarTitleText": "我的收货地址"
  418. }
  419. },
  420. {
  421. "path": "pages/address/form",
  422. "style": {
  423. "navigationBarTitleText": "新增收货地址"
  424. }
  425. },
  426. {
  427. "path": "pages/coupon/list",
  428. "style": {
  429. "navigationBarTitleText": "优惠券"
  430. }
  431. },
  432. {
  433. "path": "pages/collection",
  434. "style": {
  435. "navigationBarTitleText": "我的收藏"
  436. }
  437. },
  438. {
  439. "path": "pages/ranking/list",
  440. "style": {
  441. "navigationStyle": "custom",
  442. "navigationBarTitleText": "收益排行榜"
  443. }
  444. },
  445. {
  446. "path": "pages/ranking/report",
  447. "style": {
  448. "navigationBarTitleText": "我的月报"
  449. }
  450. },
  451. {
  452. "path": "pages/mallCode",
  453. "style": {
  454. "navigationBarTitleText": "商城二维码"
  455. }
  456. },
  457. {
  458. "path": "pages/profit/list",
  459. "style": {
  460. "navigationBarTitleText": "我的收益"
  461. }
  462. },
  463. {
  464. "path": "pages/profit/return",
  465. "style": {
  466. "navigationBarTitleText": "退款明细"
  467. }
  468. },
  469. {
  470. "path": "pages/profit/detail",
  471. "style": {
  472. "navigationBarTitleText": "收益详情"
  473. }
  474. },
  475. {
  476. "path": "pages/profit/ybdetail",
  477. "style": {
  478. "navigationBarTitleText": "收益详情"
  479. }
  480. },
  481. {
  482. "path": "pages/salesProfit/index",
  483. "style": {
  484. "navigationBarTitleText": "销售收益",
  485. "navigationBarBackgroundColor": "#3D8FFD",
  486. "navigationBarTextStyle": "white"
  487. }
  488. },
  489. {
  490. "path": "pages/salesProfit/orderList",
  491. "style": {
  492. "navigationBarTitleText": "销售订单"
  493. }
  494. },
  495. {
  496. "path": "pages/salesProfit/orderDetail",
  497. "style": {
  498. "navigationBarTitleText": "订单详情",
  499. "navigationBarBackgroundColor": "#C8E0FB"
  500. }
  501. },
  502. {
  503. "path": "pages/salesProfit/withdraw/list",
  504. "style": {
  505. "navigationBarTitleText": "提现明细"
  506. }
  507. },
  508. {
  509. "path": "pages/salesProfit/withdraw/orderList",
  510. "style": {
  511. "navigationBarTitleText": "提现订单明细"
  512. }
  513. },
  514. {
  515. "path": "pages/salesProfit/withdraw/detail",
  516. "style": {
  517. "navigationBarTitleText": "提现详情"
  518. }
  519. },
  520. {
  521. "path": "pages/salesProfit/withdraw/index",
  522. "style": {
  523. "navigationBarTitleText": "我要提现"
  524. }
  525. },
  526. {
  527. "path": "pages/salesProfit/account/index",
  528. "style": {
  529. "navigationBarTitleText": "账户管理"
  530. }
  531. },
  532. {
  533. "path": "pages/salesProfit/account/form",
  534. "style": {
  535. "navigationBarTitleText": "新增账户"
  536. }
  537. },
  538. {
  539. "path": "pages/order/list",
  540. "style": {
  541. "navigationBarTitleText": "我的订单"
  542. }
  543. },
  544. {
  545. "path": "pages/order/detail",
  546. "style": {
  547. "navigationBarTitleText": "订单详情"
  548. }
  549. },
  550. {
  551. "path": "pages/order/invoice",
  552. "style": {
  553. "navigationBarTitleText": "查看发票"
  554. }
  555. },
  556. {
  557. "path": "pages/order/logistics",
  558. "style": {
  559. "navigationBarTitleText": "物流详情"
  560. }
  561. },
  562. {
  563. "path": "pages/order/changeAddress",
  564. "style": {
  565. "navigationBarTitleText": "修改地址"
  566. }
  567. },
  568. {
  569. "path": "pages/order/evaluate",
  570. "style": {
  571. "navigationBarTitleText": "评价"
  572. }
  573. },
  574. {
  575. "path": "pages/order/return/apply",
  576. "style": {
  577. "navigationBarTitleText": "退货申请"
  578. }
  579. },
  580. {
  581. "path": "pages/order/return/detail",
  582. "style": {
  583. "navigationBarTitleText": "售后详情"
  584. }
  585. },
  586. {
  587. "path": "pages/workerEnter",
  588. "style": {
  589. "navigationBarTitleText": "成为师傅"
  590. }
  591. },
  592. {
  593. "path": "pages/distributorEnter",
  594. "style": {
  595. "navigationBarTitleText": "成为分销员"
  596. }
  597. },
  598. {
  599. "path": "pages/myWebsit",
  600. "style": {
  601. "navigationBarTitleText": "入驻网点"
  602. }
  603. },
  604. {
  605. "path": "pages/notice/list",
  606. "style": {
  607. "navigationBarTitleText": "消息中心"
  608. }
  609. },
  610. {
  611. "path": "pages/notice/detail",
  612. "style": {
  613. "navigationBarTitleText": "详情"
  614. }
  615. },
  616. {
  617. "path": "pages/invoice/form",
  618. "style": {
  619. "navigationBarTitleText": "请填写发票信息"
  620. }
  621. },
  622. {
  623. "path": "pages/invoice/result",
  624. "style": {
  625. "navigationBarTitleText": "请填写发票信息"
  626. }
  627. },
  628. {
  629. "path": "pages/invoice/detail",
  630. "style": {
  631. "navigationBarTitleText": "发票详情"
  632. }
  633. },
  634. {
  635. "path": "pages/invoice/list",
  636. "style": {
  637. "navigationBarTitleText": "发票申请记录"
  638. }
  639. }
  640. // {
  641. // "path": "pages/mine/groupbuy/list",
  642. // "style": {
  643. // "navigationBarTitleText": "我的团购",
  644. // "enablePullDownRefresh": true
  645. // }
  646. // }
  647. ]
  648. },
  649. {
  650. "root": "packageMaterial",
  651. "name": "packageMaterial",
  652. "pages": [
  653. {
  654. "path": "pages/index",
  655. "style": {
  656. "navigationBarTitleText": "辅配件"
  657. }
  658. },
  659. {
  660. "path": "pages/stock/index",
  661. "style": {
  662. "navigationBarTitleText": "我的库存"
  663. }
  664. },
  665. {
  666. "path": "pages/stock/stockDetail",
  667. "style": {
  668. "navigationBarTitleText": "库存明细"
  669. }
  670. },
  671. {
  672. "path": "pages/stock/useRecord",
  673. "style": {
  674. "navigationBarTitleText": "使用记录"
  675. }
  676. },
  677. {
  678. "path": "pages/stock/buyRecord",
  679. "style": {
  680. "navigationBarTitleText": "购买记录"
  681. }
  682. },
  683. {
  684. "path": "pages/stock/buyDetail",
  685. "style": {
  686. "navigationBarTitleText": "订单详情",
  687. "navigationBarBackgroundColor": "#C8E0FB"
  688. }
  689. },
  690. {
  691. "path": "pages/stock/returnList",
  692. "style": {
  693. "navigationBarTitleText": "新旧件返还"
  694. }
  695. },
  696. {
  697. "path": "pages/stock/returnDetail",
  698. "style": {
  699. "navigationBarTitleText": "订单详情",
  700. "navigationBarBackgroundColor": "#C8E0FB"
  701. }
  702. },
  703. {
  704. "path": "pages/stock/orderDetail",
  705. "style": {
  706. "navigationBarTitleText": "订单详情",
  707. "navigationBarBackgroundColor": "#C8E0FB"
  708. }
  709. },
  710. {
  711. "path": "pages/apply/index",
  712. "style": {
  713. "navigationBarTitleText": "新增申领"
  714. }
  715. },
  716. {
  717. "path": "pages/apply/website",
  718. "style": {
  719. "navigationBarTitleText": "选择购买网点"
  720. }
  721. },
  722. {
  723. "path": "pages/apply/product",
  724. "style": {
  725. "navigationBarTitleText": "选择产品"
  726. }
  727. },
  728. {
  729. "path": "pages/apply/order",
  730. "style": {
  731. "navigationBarTitleText": "确认订单"
  732. }
  733. },
  734. {
  735. "path": "pages/apply/pay",
  736. "style": {
  737. "navigationBarTitleText": "确认支付"
  738. }
  739. },
  740. {
  741. "path": "pages/sale/index",
  742. "style": {
  743. "navigationBarTitleText": "辅材收款"
  744. }
  745. },
  746. {
  747. "path": "pages/sale/product",
  748. "style": {
  749. "navigationBarTitleText": "选择产品"
  750. }
  751. },
  752. {
  753. "path": "pages/sale/orderList",
  754. "style": {
  755. "navigationBarTitleText": "订单列表"
  756. }
  757. },
  758. {
  759. "path": "pages/sale/orderDetail",
  760. "style": {
  761. "navigationBarTitleText": "订单详情",
  762. "navigationBarBackgroundColor": "#C8E0FB"
  763. }
  764. },
  765. {
  766. "path": "pages/sale/order",
  767. "style": {
  768. "navigationBarTitleText": "确认订单"
  769. }
  770. },
  771. {
  772. "path": "pages/sale/pay",
  773. "style": {
  774. "navigationBarTitleText": "确认支付"
  775. }
  776. },
  777. {
  778. "path": "pages/sale/result",
  779. "style": {
  780. "navigationBarTitleText": "支付结果"
  781. }
  782. },
  783. {
  784. "path": "pages/partsApply/form",
  785. "style": {
  786. "navigationBarTitleText": "配件申请"
  787. }
  788. },
  789. {
  790. "path": "pages/partsApply/list",
  791. "style": {
  792. "navigationBarTitleText": "配件申请记录"
  793. }
  794. },
  795. {
  796. "path": "pages/partsApply/detail",
  797. "style": {
  798. "navigationBarTitleText": "详情",
  799. "navigationBarBackgroundColor": "#C8E0FB"
  800. }
  801. }
  802. ]
  803. },
  804. {
  805. "root": "packageWorkorder",
  806. "name": "packageWorkorder",
  807. "pages": [
  808. {
  809. "path": "pages/create/index",
  810. "style": {
  811. "navigationBarTitleText": "创建服务单"
  812. }
  813. },
  814. {
  815. "path": "pages/create/classify",
  816. "style": {
  817. "navigationBarTitleText": "选择产品"
  818. }
  819. },
  820. {
  821. "path": "pages/orderList",
  822. "style": {
  823. "navigationBarTitleText": "工单",
  824. "navigationBarBackgroundColor": "#3D8FFD",
  825. "navigationBarTextStyle": "white"
  826. }
  827. },
  828. {
  829. "path": "pages/tenancyOrderList",
  830. "style": {
  831. "navigationBarTitleText": "我的租赁单"
  832. }
  833. },
  834. {
  835. "path": "pages/tenancyOrderDetail",
  836. "style": {
  837. "navigationBarTitleText": "租赁详情"
  838. }
  839. },
  840. {
  841. "path": "pages/tenancyRepairOrder",
  842. "style": {
  843. "navigationBarTitleText": "租赁报修单"
  844. }
  845. },
  846. {
  847. "path": "pages/tenancyReletOrder",
  848. "style": {
  849. "navigationBarTitleText": "确认续租"
  850. }
  851. },
  852. {
  853. "path": "pages/search",
  854. "style": {
  855. "navigationBarTitleText": "工单搜索"
  856. }
  857. },
  858. {
  859. "path": "pages/orderDetail",
  860. "style": {
  861. "navigationBarTitleText": "服务详情",
  862. "navigationBarBackgroundColor": "#C8E0FB"
  863. }
  864. },
  865. {
  866. "path": "pages/userWorkorderList",
  867. "style": {
  868. "navigationBarTitleText": "我的服务单"
  869. }
  870. },
  871. {
  872. "path": "pages/userWorkorderDetail",
  873. "style": {
  874. "navigationBarTitleText": "服务详情"
  875. }
  876. },
  877. {
  878. "path": "pages/processFeedback",
  879. "style": {
  880. "navigationBarTitleText": "过程反馈"
  881. }
  882. },
  883. {
  884. "path": "pages/bookTime",
  885. "style": {
  886. "navigationBarTitleText": "预约"
  887. }
  888. },
  889. {
  890. "path": "pages/signName",
  891. "style": {
  892. "navigationBarTitleText": "签名"
  893. }
  894. },
  895. {
  896. "path": "pages/feedbackList",
  897. "style": {
  898. "navigationBarTitleText": "过程反馈"
  899. }
  900. },
  901. {
  902. "path": "pages/overDetail",
  903. "style": {
  904. "navigationBarTitleText": "完工明细"
  905. }
  906. },
  907. {
  908. "path": "pages/infoCollect/list",
  909. "style": {
  910. "navigationBarTitleText": "信息采集"
  911. }
  912. },
  913. {
  914. "path": "pages/infoCollect/form",
  915. "style": {
  916. "navigationBarTitleText": "信息采集"
  917. }
  918. },
  919. {
  920. "path": "pages/appraise",
  921. "style": {
  922. "navigationBarTitleText": "服务评价"
  923. }
  924. }
  925. ]
  926. }
  927. ],
  928. "easycom": {
  929. // "zj-(.*)": "@/components/zj-container/zj-$1.vue",
  930. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  931. },
  932. "globalStyle": {
  933. "navigationBarTextStyle": "black",
  934. "navigationBarTitleText": "商城",
  935. "navigationBarBackgroundColor": "#FFFFFF",
  936. "backgroundColor": "#F7F8FF",
  937. "app-plus": {
  938. "background": "#efeff4"
  939. }
  940. },
  941. "tabBar": {
  942. "color": "#7A7E83",
  943. "selectedColor": "#3D8FFD",
  944. "borderStyle": "black",
  945. "backgroundColor": "#ffffff",
  946. "list": [
  947. {
  948. "pagePath": "pages/index/index",
  949. "iconPath": "static/tabBar/icon_1.png",
  950. "selectedIconPath": "static/tabBar/icon_1_cur.png",
  951. "text": "首页"
  952. },
  953. {
  954. "pagePath": "pages/workorder/index",
  955. "iconPath": "static/tabBar/icon_2.png",
  956. "selectedIconPath": "static/tabBar/icon_2_cur.png",
  957. "text": "工单"
  958. },
  959. {
  960. "pagePath": "pages/goods/index",
  961. "iconPath": "static/tabBar/icon_3.png",
  962. "selectedIconPath": "static/tabBar/icon_3_cur.png",
  963. "text": "商城"
  964. },
  965. {
  966. "pagePath": "pages/mine/index",
  967. "iconPath": "static/tabBar/icon_4.png",
  968. "selectedIconPath": "static/tabBar/icon_4_cur.png",
  969. "text": "我的"
  970. }
  971. ]
  972. }
  973. }