pages.json 30 KB

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