pages.json 29 KB

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