Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

pages.json 29KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/order/order",
  11. "style": {
  12. "navigationBarTitleText": "我的订单",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/service/service",
  18. "style": {
  19. "navigationBarTitleText": "九州ETC",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/user/user",
  25. "style": {
  26. "navigationBarTitleText": "个人中心",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/bluetooth/info",
  32. "style": {
  33. "navigationBarTitleText": "信息回显",
  34. "enablePullDownRefresh": false
  35. }
  36. },
  37. {
  38. "path": "pages/bluetooth/result",
  39. "style": {
  40. "navigationBarTitleText": "信息确认",
  41. "enablePullDownRefresh": false
  42. }
  43. },
  44. {
  45. "path": "pages/bluetooth/device-active-step3",
  46. "style": {
  47. "navigationBarTitleText": "设备选择"
  48. }
  49. },
  50. {
  51. "path": "pages/bluetooth/device-active-step2",
  52. "style": {
  53. "navigationBarTitleText": "上传图片"
  54. }
  55. },
  56. {
  57. "path": "pages/bluetooth/device-active-step1",
  58. "style": {
  59. "navigationBarTitleText": "操作提示"
  60. }
  61. },
  62. {
  63. "path": "pages/recharge/recharge",
  64. "style": {
  65. "navigationBarTitleText": "用户账户充值",
  66. "enablePullDownRefresh": false
  67. }
  68. },
  69. {
  70. "path": "pages/recharge/result",
  71. "style": {
  72. "navigationBarTitleText": "账户充值-完成",
  73. "enablePullDownRefresh": false
  74. }
  75. },
  76. {
  77. "path": "pages/app/sign",
  78. "style": {
  79. "navigationBarTitleText": "APP扫描签约"
  80. }
  81. }
  82. ],
  83. "subPackages": [{
  84. "root": "after-sale", //售后相关
  85. "pages": [{
  86. "path": "reportLossCard",
  87. "style": {
  88. "navigationBarTitleText": "卡签挂失/解除挂失",
  89. "enablePullDownRefresh": false
  90. }
  91. },
  92. {
  93. "path": "card-loss-reporting/cardloss",
  94. "style": {
  95. "navigationBarTitleText": "卡签挂失",
  96. "enablePullDownRefresh": false
  97. }
  98. },
  99. {
  100. "path": "orderPage",
  101. "style": {
  102. "navigationBarTitleText": "卡注销退费申请",
  103. "enablePullDownRefresh": false
  104. }
  105. },
  106. {
  107. "path": "refundPage",
  108. "style": {
  109. "navigationBarTitleText": "ETC卡注销退费申请",
  110. "enablePullDownRefresh": false
  111. }
  112. },
  113. {
  114. "path": "transfer-ownership/transfer",
  115. "style": {
  116. "navigationBarTitleText": "ETC过户",
  117. "enablePullDownRefresh": false
  118. }
  119. },
  120. {
  121. "path": "card-loss-reporting/select-car",
  122. "style": {
  123. "navigationBarTitleText": " 卡签挂失/解除挂失-选择车辆",
  124. "enablePullDownRefresh": false
  125. }
  126. },
  127. {
  128. "path": "card-loss-reporting/cardloss-confirm",
  129. "style": {
  130. "navigationBarTitleText": " 卡签挂失/解除挂失-确认",
  131. "enablePullDownRefresh": false
  132. }
  133. },
  134. {
  135. "path": "card-loss-reporting/card-result",
  136. "style": {
  137. "navigationBarTitleText": " 卡签挂失/解除挂失-结果",
  138. "enablePullDownRefresh": false
  139. }
  140. },
  141. {
  142. "path": "transfer-ownership/select-car-transfer",
  143. "style": {
  144. "navigationBarTitleText": " ETC过户-选择车辆",
  145. "enablePullDownRefresh": false
  146. }
  147. },
  148. {
  149. "path": "transfer-ownership/transfer-confirm",
  150. "style": {
  151. "navigationBarTitleText": " ETC过户-确认",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path": "transfer-ownership/transfer-verification",
  157. "style": {
  158. "navigationBarTitleText": " ETC过户-验证",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "card-supplement/reissueForm",
  164. "style": {
  165. "navigationBarTitleText": " 补办ETC卡-填写",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "card-supplement/reissuePay",
  171. "style": {
  172. "navigationBarTitleText": "补办ETC卡-支付",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "card-deactivation-activation/select-car",
  178. "style": {
  179. "navigationBarTitleText": "卡签停用/启用",
  180. "enablePullDownRefresh": false
  181. }
  182. },
  183. {
  184. "path": "card-deactivation-activation/deactivation-activation-confirm",
  185. "style": {
  186. "navigationBarTitleText": "卡签停用/启用-确认",
  187. "enablePullDownRefresh": false
  188. }
  189. },
  190. {
  191. "path": "card-Renewal/select-car",
  192. "style": {
  193. "navigationBarTitleText": "卡签续期",
  194. "enablePullDownRefresh": false
  195. }
  196. },
  197. {
  198. "path": "card-Renewal/renewal-confirm",
  199. "style": {
  200. "navigationBarTitleText": "卡签续期-确认",
  201. "enablePullDownRefresh": false
  202. }
  203. },
  204. {
  205. "path": "pin-code-deblocking/select-car",
  206. "style": {
  207. "navigationBarTitleText": "卡pin码解锁",
  208. "enablePullDownRefresh": false
  209. }
  210. },
  211. {
  212. "path": "pin-code-deblocking/pin-code-confirm",
  213. "style": {
  214. "navigationBarTitleText": "卡pin码解锁-确认",
  215. "enablePullDownRefresh": false
  216. }
  217. },
  218. {
  219. "path": "ETC-log-off/select-car",
  220. "style": {
  221. "navigationBarTitleText": "ETC注销-选择车辆",
  222. "enablePullDownRefresh": false
  223. }
  224. },
  225. {
  226. "path": "ETC-log-off/log-off-confirm",
  227. "style": {
  228. "navigationBarTitleText": "ETC注销-确认",
  229. "enablePullDownRefresh": false
  230. }
  231. },
  232. {
  233. "path": "ETC-log-off/etc-log-off",
  234. "style": {
  235. "navigationBarTitleText": "ETC注销-填写",
  236. "enablePullDownRefresh": false
  237. }
  238. },
  239. {
  240. "path": "ETC-log-off/upload-card",
  241. "style": {
  242. "navigationBarTitleText": "ETC注销-上传剪卡图片",
  243. "enablePullDownRefresh": false
  244. }
  245. },
  246. {
  247. "path": "ETC-log-off/log-off-result",
  248. "style": {
  249. "navigationBarTitleText": "ETC注销-成功",
  250. "enablePullDownRefresh": false
  251. }
  252. },
  253. {
  254. "path": "ETC-log-off/etc-log-off-pay",
  255. "style": {
  256. "navigationBarTitleText": "ETC注销-支付",
  257. "enablePullDownRefresh": false
  258. }
  259. },
  260. {
  261. "path": "additional-equipment/additional-equipment-confirm",
  262. "style": {
  263. "navigationBarTitleText": "设备补增",
  264. "enablePullDownRefresh": false
  265. }
  266. },
  267. {
  268. "path": "additional-equipment/additional-equipment-verification",
  269. "style": {
  270. "navigationBarTitleText": "设备补增-验证",
  271. "enablePullDownRefresh": false
  272. }
  273. },
  274. {
  275. "path": "additional-equipment/base-change-people",
  276. "style": {
  277. "navigationBarTitleText": "设备补增-个人信息",
  278. "enablePullDownRefresh": false
  279. }
  280. },
  281. {
  282. "path": "additional-equipment/car-change",
  283. "style": {
  284. "navigationBarTitleText": "设备补增-车辆信息",
  285. "enablePullDownRefresh": false
  286. }
  287. },
  288. {
  289. "path": "additional-equipment/pay-page",
  290. "style": {
  291. "navigationBarTitleText": "设备补增-车辆信息",
  292. "enablePullDownRefresh": false
  293. }
  294. },
  295. {
  296. "path": "additional-equipment/result",
  297. "style": {
  298. "navigationBarTitleText": "设备补增-支付成功",
  299. "enablePullDownRefresh": false
  300. }
  301. },
  302. {
  303. "path": "equipment-upgrade/select-car",
  304. "style": {
  305. "navigationBarTitleText": "设备升级-选择车牌",
  306. "enablePullDownRefresh": false
  307. }
  308. },
  309. {
  310. "path": "equipment-upgrade/upgrade-confirm",
  311. "style": {
  312. "navigationBarTitleText": "设备升级-确定",
  313. "enablePullDownRefresh": false
  314. }
  315. },
  316. {
  317. "path": "card-release-pending/select-car",
  318. "style": {
  319. "navigationBarTitleText": "卡签挂起-选择车牌",
  320. "enablePullDownRefresh": false
  321. }
  322. },
  323. {
  324. "path": "card-release-pending/release-pending-confirm",
  325. "style": {
  326. "navigationBarTitleText": "卡签挂起-确认",
  327. "enablePullDownRefresh": false
  328. }
  329. },
  330. {
  331. "path": "card-release-pending/verification",
  332. "style": {
  333. "navigationBarTitleText": "卡签挂起-验证",
  334. "enablePullDownRefresh": false
  335. }
  336. },
  337. {
  338. "path": "card-release-pending/result",
  339. "style": {
  340. "navigationBarTitleText": "卡签挂起-结果",
  341. "enablePullDownRefresh": false
  342. }
  343. },
  344. {
  345. "path": "result-failed",
  346. "style": {
  347. "navigationBarTitleText": "办理失败",
  348. "enablePullDownRefresh": false
  349. }
  350. },
  351. {
  352. "path": "rescind-carId/rescind-carId-select",
  353. "style": {
  354. "navigationBarTitleText": "解除车牌占用",
  355. "enablePullDownRefresh": false
  356. }
  357. },
  358. {
  359. "path": "rescind-carId/base-change-people",
  360. "style": {
  361. "navigationBarTitleText": "确认人信息",
  362. "enablePullDownRefresh": false
  363. }
  364. },
  365. {
  366. "path": "rescind-carId/car-change",
  367. "style": {
  368. "navigationBarTitleText": "确认车信息",
  369. "enablePullDownRefresh": false
  370. }
  371. },
  372. {
  373. "path": "rescind-carId/result",
  374. "style": {
  375. "navigationBarTitleText": "解除车牌占用-验证",
  376. "enablePullDownRefresh": false
  377. }
  378. },
  379. {
  380. "path": "replace-equipment/select-car",
  381. "style": {
  382. "navigationBarTitleText": "更换ETC设备-选择车辆",
  383. "enablePullDownRefresh": false
  384. }
  385. },
  386. {
  387. "path": "replace-equipment/replace-equipment-confirm",
  388. "style": {
  389. "navigationBarTitleText": "更换ETC设备-确认",
  390. "enablePullDownRefresh": false
  391. }
  392. },
  393. {
  394. "path": "replace-equipment/verification",
  395. "style": {
  396. "navigationBarTitleText": "更换ETC设备-验证",
  397. "enablePullDownRefresh": false
  398. }
  399. },
  400. {
  401. "path": "replace-equipment/base-change-people",
  402. "style": {
  403. "navigationBarTitleText": "更换ETC设备-个人信息",
  404. "enablePullDownRefresh": false
  405. }
  406. },
  407. {
  408. "path": "replace-equipment/car-change",
  409. "style": {
  410. "navigationBarTitleText": "更换ETC设备-车辆信息",
  411. "enablePullDownRefresh": false
  412. }
  413. },
  414. {
  415. "path": "replace-equipment/form",
  416. "style": {
  417. "navigationBarTitleText": "更换ETC设备-填写信息",
  418. "enablePullDownRefresh": false
  419. }
  420. },
  421. {
  422. "path": "replace-equipment/cancellation-contract",
  423. "style": {
  424. "navigationBarTitleText": "更换ETC设备-解除合约",
  425. "enablePullDownRefresh": false
  426. }
  427. },
  428. {
  429. "path": "replace-equipment/release-products",
  430. "style": {
  431. "navigationBarTitleText": "更换ETC设备-支付账户签约",
  432. "enablePullDownRefresh": false
  433. }
  434. },
  435. {
  436. "path": "replace-equipment/bank-card-add",
  437. "style": {
  438. "navigationBarTitleText": "更换ETC设备-添加银行卡",
  439. "enablePullDownRefresh": false
  440. }
  441. },
  442. {
  443. "path": "replace-equipment/product-detail",
  444. "style": {
  445. "navigationBarTitleText": "更换ETC设备-微信签约",
  446. "enablePullDownRefresh": false
  447. }
  448. },
  449. {
  450. "path": "replace-equipment/signing-bank",
  451. "style": {
  452. "navigationBarTitleText": "更换ETC设备-扣款账户关联",
  453. "enablePullDownRefresh": false
  454. }
  455. },
  456. {
  457. "path": "replace-equipment/pay-page",
  458. "style": {
  459. "navigationBarTitleText": "更换ETC设备-支付",
  460. "enablePullDownRefresh": false
  461. }
  462. },
  463. {
  464. "path": "replace-equipment/result",
  465. "style": {
  466. "navigationBarTitleText": "更换ETC设备-结果",
  467. "enablePullDownRefresh": false
  468. }
  469. },
  470. {
  471. "path": "account-change/select-car",
  472. "style": {
  473. "navigationBarTitleText": "扣款账户变更-选择车辆",
  474. "enablePullDownRefresh": false
  475. }
  476. },
  477. {
  478. "path": "account-change/verification",
  479. "style": {
  480. "navigationBarTitleText": "扣款账户变更-验证",
  481. "enablePullDownRefresh": false
  482. }
  483. },
  484. {
  485. "path": "account-change/cancellation-contract",
  486. "style": {
  487. "navigationBarTitleText": "扣款账户变更-签约账户确认",
  488. "enablePullDownRefresh": false
  489. }
  490. },
  491. {
  492. "path": "account-change/release-products",
  493. "style": {
  494. "navigationBarTitleText": "扣款账户变更-支付账户签约",
  495. "enablePullDownRefresh": false
  496. }
  497. },
  498. {
  499. "path": "account-change/bank-card-add",
  500. "style": {
  501. "navigationBarTitleText": "扣款账户变更-添加银行卡",
  502. "enablePullDownRefresh": false
  503. }
  504. },
  505. {
  506. "path": "account-change/product-detail",
  507. "style": {
  508. "navigationBarTitleText": "扣款账户变更-签约微信",
  509. "enablePullDownRefresh": false
  510. }
  511. },
  512. {
  513. "path": "account-change/signing-bank",
  514. "style": {
  515. "navigationBarTitleText": "扣款账户关联",
  516. "enablePullDownRefresh": false
  517. }
  518. },
  519. {
  520. "path": "account-change/result",
  521. "style": {
  522. "navigationBarTitleText": "扣款账户变更-结果",
  523. "enablePullDownRefresh": false
  524. }
  525. },
  526. {
  527. "path": "to-bookkeeping-card/select-car",
  528. "style": {
  529. "navigationBarTitleText": "储值卡转记账卡-选择车辆",
  530. "enablePullDownRefresh": false
  531. }
  532. },
  533. {
  534. "path": "to-bookkeeping-card/confirm",
  535. "style": {
  536. "navigationBarTitleText": "储值卡转记账卡-确认",
  537. "enablePullDownRefresh": false
  538. }
  539. },
  540. {
  541. "path": "to-bookkeeping-card/verification",
  542. "style": {
  543. "navigationBarTitleText": "储值卡转记账卡-验证",
  544. "enablePullDownRefresh": false
  545. }
  546. },
  547. {
  548. "path": "to-bookkeeping-card/pay-page",
  549. "style": {
  550. "navigationBarTitleText": "储值卡转记账卡-支付",
  551. "enablePullDownRefresh": false
  552. }
  553. },
  554. {
  555. "path": "to-bookkeeping-card/refund",
  556. "style": {
  557. "navigationBarTitleText": "储值卡转记账卡-退费",
  558. "enablePullDownRefresh": false
  559. }
  560. },
  561. {
  562. "path": "to-bookkeeping-card/base-change-people",
  563. "style": {
  564. "navigationBarTitleText": "储值卡转记账卡-个人信息",
  565. "enablePullDownRefresh": false
  566. }
  567. },
  568. {
  569. "path": "to-bookkeeping-card/car-change",
  570. "style": {
  571. "navigationBarTitleText": "储值卡转记账卡-车辆信息",
  572. "enablePullDownRefresh": false
  573. }
  574. },
  575. {
  576. "path": "to-bookkeeping-card/release-products",
  577. "style": {
  578. "navigationBarTitleText": "储值卡转记账卡-支付账户签约",
  579. "enablePullDownRefresh": false
  580. }
  581. },
  582. {
  583. "path": "to-bookkeeping-card/bank-card-add",
  584. "style": {
  585. "navigationBarTitleText": "添加银行卡",
  586. "enablePullDownRefresh": false
  587. }
  588. },
  589. {
  590. "path": "to-bookkeeping-card/product-detail",
  591. "style": {
  592. "navigationBarTitleText": "微信签约",
  593. "enablePullDownRefresh": false
  594. }
  595. },
  596. {
  597. "path": "to-bookkeeping-card/signing-bank",
  598. "style": {
  599. "navigationBarTitleText": "扣款账户关联",
  600. "enablePullDownRefresh": false
  601. }
  602. },
  603. {
  604. "path": "to-bookkeeping-card/result",
  605. "style": {
  606. "navigationBarTitleText": "储值卡转记账卡-结果",
  607. "enablePullDownRefresh": false
  608. }
  609. },
  610. {
  611. "path": "to-bookkeeping-card/choice-product",
  612. "style": {
  613. "navigationBarTitleText": "储值卡转记账卡-选择产品",
  614. "enablePullDownRefresh": false
  615. }
  616. },
  617. {
  618. "path": "to-bookkeeping-card/detail",
  619. "style": {
  620. "navigationBarTitleText": "储值卡转记账卡-选择详情",
  621. "enablePullDownRefresh": false
  622. }
  623. }
  624. ]
  625. },
  626. {
  627. "root": "applyCard", //ETC申办下单
  628. "pages": [{
  629. "path": "essential-information",
  630. "style": {
  631. "navigationBarTitleText": "基本信息",
  632. "navigationStyle": "custom"
  633. }
  634. },
  635. {
  636. "path": "signUserAgreement",
  637. "style": {
  638. "navigationBarTitleText": "签署用户协议"
  639. }
  640. },
  641. {
  642. "path": "deductionAccountAssociation",
  643. "style": {
  644. "navigationBarTitleText": "扣款账户关联",
  645. "navigationStyle": "custom"
  646. }
  647. },
  648. {
  649. "path": "release-products",
  650. "style": {
  651. "navigationBarTitleText": "支付账户签约",
  652. "navigationStyle": "custom"
  653. }
  654. },
  655. {
  656. "path": "addAddress",
  657. "style": {
  658. "navigationBarTitleText": "新增收货地址"
  659. }
  660. },
  661. {
  662. "path": "editAddress",
  663. "style": {
  664. "navigationBarTitleText": "修改收货地址"
  665. }
  666. },
  667. {
  668. "path": "opening-account-unit",
  669. "style": {
  670. "navigationBarTitleText": "ETC开户新办申请-单位",
  671. "navigationStyle": "custom"
  672. }
  673. },
  674. {
  675. "path": "opening-account-people",
  676. "style": {
  677. "navigationBarTitleText": "ETC开户新办申请-个人",
  678. "navigationStyle": "custom"
  679. }
  680. },
  681. {
  682. "path": "car-release",
  683. "style": {
  684. "navigationBarTitleText": "行驶证信息上传",
  685. "navigationStyle": "custom"
  686. }
  687. },
  688. {
  689. "path": "sign-up",
  690. "style": {
  691. "navigationBarTitleText": "微信车主服务"
  692. }
  693. },
  694. {
  695. "path": "choice-product",
  696. "style": {
  697. "navigationBarTitleText": "选择产品",
  698. "navigationStyle": "custom"
  699. }
  700. },
  701. {
  702. "path": "product-detail",
  703. "style": {
  704. "navigationBarTitleText": "产品详情",
  705. "navigationStyle": "custom"
  706. }
  707. }
  708. ]
  709. },
  710. {
  711. "root": "invoice", //发票管理
  712. "pages": [{
  713. "path": "invoiceApply/create-invoice-header-company",
  714. "style": {
  715. "navigationBarTitleText": "创建抬头-单位"
  716. }
  717. },
  718. {
  719. "path": "invoiceApply/create-invoice-header-individual",
  720. "style": {
  721. "navigationBarTitleText": "创建抬头-个人"
  722. }
  723. },
  724. {
  725. "path": "invoiceApply/edit-invoice-header-company",
  726. "style": {
  727. "navigationBarTitleText": "编辑抬头-单位"
  728. }
  729. },
  730. {
  731. "path": "invoiceApply/edit-invoice-header-individual",
  732. "style": {
  733. "navigationBarTitleText": "编辑抬头-个人"
  734. }
  735. },
  736. {
  737. "path": "invoiceApply/invoice-header",
  738. "style": {
  739. "navigationBarTitleText": "选择抬头"
  740. }
  741. },
  742. {
  743. "path": "invoiceApply/invoiceList",
  744. "style": {
  745. "navigationBarTitleText": "开票申请"
  746. }
  747. },
  748. {
  749. "path": "invoiceApply/invoice-step1",
  750. "style": {
  751. "navigationBarTitleText": "开票申请"
  752. }
  753. },
  754. {
  755. "path": "invoiceApply/invoice-step2",
  756. "style": {
  757. "navigationBarTitleText": "开票申请"
  758. }
  759. },
  760. {
  761. "path": "invoice-download",
  762. "style": {
  763. "navigationBarTitleText": "下载发票"
  764. }
  765. },
  766. {
  767. "path": "Invoice-mannager",
  768. "style": {
  769. "navigationBarTitleText": "发票管理"
  770. }
  771. },
  772. {
  773. "path": "invoicing-record",
  774. "style": {
  775. "navigationBarTitleText": "开票记录"
  776. }
  777. },
  778. {
  779. "path": "verification-apply",
  780. "style": {
  781. "navigationBarTitleText": "验证申请"
  782. }
  783. }
  784. ]
  785. },
  786. {
  787. "root": "orders", //订单管理模块
  788. "pages": [{
  789. "path": "apply-ex-goods",
  790. "style": {
  791. "navigationBarTitleText": "申请换货"
  792. }
  793. },
  794. {
  795. "path": "apply-return-goods",
  796. "style": {
  797. "navigationBarTitleText": "申请退货"
  798. }
  799. },
  800. {
  801. "path": "cancel-order",
  802. "style": {
  803. "navigationBarTitleText": "取消订单"
  804. }
  805. },
  806. {
  807. "path": "cardAmountDetail",
  808. "style": {
  809. "navigationBarTitleText": "查看进度"
  810. }
  811. },
  812. {
  813. "path": "cardAmount",
  814. "style": {
  815. "navigationBarTitleText": "补卡额申请"
  816. }
  817. },
  818. {
  819. "path": "flowingWater",
  820. "style": {
  821. "navigationBarTitleText": "补卡额申请"
  822. }
  823. },
  824. {
  825. "path": "order-cardQuota-apply",
  826. "style": {
  827. "navigationBarTitleText": "补卡额申请",
  828. "navigationStyle": "custom"
  829. }
  830. },
  831. {
  832. "path": "order-cardQuota-progress",
  833. "style": {
  834. "navigationBarTitleText": "查看进度"
  835. }
  836. },
  837. {
  838. "path": "order-confirm-receipt",
  839. "style": {
  840. "navigationBarTitleText": "确认收货"
  841. }
  842. },
  843. {
  844. "path": "order-detail-logistics",
  845. "style": {
  846. "navigationBarTitleText": "查看物流"
  847. }
  848. },
  849. {
  850. "path": "order-details-cancel-numberplate",
  851. "style": {
  852. "navigationBarTitleText": "订单详情"
  853. }
  854. },
  855. {
  856. "path": "order-details-card-sign",
  857. "style": {
  858. "navigationBarTitleText": "订单详情"
  859. }
  860. },
  861. {
  862. "path": "order-details-edit-car",
  863. "style": {
  864. "navigationBarTitleText": "订单详情"
  865. }
  866. },
  867. {
  868. "path": "order-details-logoff-etc",
  869. "style": {
  870. "navigationBarTitleText": "订单详情"
  871. }
  872. },
  873. {
  874. "path": "order-details-new",
  875. "style": {
  876. "navigationBarTitleText": "订单详情"
  877. }
  878. },
  879. {
  880. "path": "order-details-obu",
  881. "style": {
  882. "navigationBarTitleText": "订单详情"
  883. }
  884. },
  885. {
  886. "path": "order-details-recharge",
  887. "style": {
  888. "navigationBarTitleText": "订单详情"
  889. }
  890. },
  891. {
  892. "path": "order-evaluate",
  893. "style": {
  894. "navigationBarTitleText": "评价"
  895. }
  896. },
  897. {
  898. "path": "payment",
  899. "style": {
  900. "navigationBarTitleText": "收银",
  901. "navigationStyle": "custom"
  902. }
  903. },
  904. {
  905. "path": "refund-confirm",
  906. "style": {
  907. "navigationBarTitleText": "欠费补缴",
  908. "navigationStyle": "custom"
  909. }
  910. },
  911. {
  912. "path": "refund-deposit-card",
  913. "style": {
  914. "navigationBarTitleText": "储值卡圈存-退款",
  915. "navigationStyle": "custom"
  916. }
  917. },
  918. {
  919. "path": "refund-order-balance",
  920. "style": {
  921. "navigationBarTitleText": "余额补零",
  922. "navigationStyle": "custom"
  923. }
  924. }
  925. ]
  926. },
  927. {
  928. "root": "personal-center", //个人中心
  929. "pages": [{
  930. "path": "change-password",
  931. "style": {
  932. "navigationBarTitleText": "修改密码"
  933. }
  934. },
  935. {
  936. "path": "progress-query/my-etc",
  937. "style": {
  938. "navigationBarTitleText": "我的ETC"
  939. }
  940. }, {
  941. "path": "setting/setting",
  942. "style": {
  943. "navigationBarTitleText": "设置"
  944. }
  945. }, {
  946. "path": "setting/information-deletion",
  947. "style": {
  948. "navigationBarTitleText": "设置-个人信息删除"
  949. }
  950. },
  951. {
  952. "path": "setting/permission-management",
  953. "style": {
  954. "navigationBarTitleText": "设置-权限管理"
  955. }
  956. }, {
  957. "path": "setting/account-cancellation",
  958. "style": {
  959. "navigationBarTitleText": "设置-注销账户"
  960. }
  961. },
  962. {
  963. "path": "setting/personal-information/corrections",
  964. "style": {
  965. "navigationBarTitleText": "设置-个人信息-变更"
  966. }
  967. },
  968. {
  969. "path": "setting/personal-information/user-change",
  970. "style": {
  971. "navigationBarTitleText": "设置-个人信息-修改"
  972. }
  973. },
  974. {
  975. "path": "setting/personal-information/user-card",
  976. "style": {
  977. "navigationBarTitleText": "设置-个人信息-身份证"
  978. }
  979. },
  980. {
  981. "path": "setting/car-information/corrections",
  982. "style": {
  983. "navigationBarTitleText": "设置-车辆信息-变更"
  984. }
  985. },
  986. {
  987. "path": "setting/car-information/car-card",
  988. "style": {
  989. "navigationBarTitleText": "设置-车辆信息-行驶证"
  990. }
  991. },
  992. {
  993. "path": "setting/car-information/car-change",
  994. "style": {
  995. "navigationBarTitleText": "设置-车辆信息-修改"
  996. }
  997. },
  998. {
  999. "path": "setting/bank-card/bank-card",
  1000. "style": {
  1001. "navigationBarTitleText": "银行卡管理"
  1002. }
  1003. },
  1004. {
  1005. "path": "setting/bank-card/bank-card-add",
  1006. "style": {
  1007. "navigationBarTitleText": "银行卡新增"
  1008. }
  1009. },
  1010. {
  1011. "path": "setting/addressManager",
  1012. "style": {
  1013. "navigationBarTitleText": "地址管理"
  1014. }
  1015. },
  1016. {
  1017. "path": "setting/info-export",
  1018. "style": {
  1019. "navigationBarTitleText": "信息副本导出"
  1020. }
  1021. },
  1022. {
  1023. "path": "setting/user-agreement",
  1024. "style": {
  1025. "navigationBarTitleText": "用户协议"
  1026. }
  1027. },
  1028. {
  1029. "path": "setting/conceal-agreement",
  1030. "style": {
  1031. "navigationBarTitleText": "隐私政策"
  1032. }
  1033. },
  1034. {
  1035. "path": "setting/risk-agreement",
  1036. "style": {
  1037. "navigationBarTitleText": "风险提示告知书"
  1038. }
  1039. },
  1040. {
  1041. "path": "setting/usage-instructions",
  1042. "style": {
  1043. "navigationBarTitleText": "权限使用说明"
  1044. }
  1045. },
  1046. {
  1047. "path": "setting/info_connect",
  1048. "style": {
  1049. "navigationBarTitleText": "个人信息收集清单"
  1050. }
  1051. },
  1052. {
  1053. "path": "setting/change-phone",
  1054. "style": {
  1055. "navigationBarTitleText": "修改手机号"
  1056. }
  1057. },
  1058. {
  1059. "path": "setting/change-phone-code",
  1060. "style": {
  1061. "navigationBarTitleText": "修改手机号"
  1062. }
  1063. }
  1064. ]
  1065. },
  1066. {
  1067. "root": "login", //登录模块
  1068. "pages": [{
  1069. "path": "login",
  1070. "style": {
  1071. "navigationBarTitleText": "登录"
  1072. }
  1073. },
  1074. {
  1075. "path": "register-step1",
  1076. "style": {
  1077. "navigationBarTitleText": "注册第一步"
  1078. }
  1079. },
  1080. {
  1081. "path": "register-step2",
  1082. "style": {
  1083. "navigationBarTitleText": "注册第二步"
  1084. }
  1085. },
  1086. {
  1087. "path": "register-step3",
  1088. "style": {
  1089. "navigationBarTitleText": "注册第三步"
  1090. }
  1091. },
  1092. {
  1093. "path": "forget-pwd-step1",
  1094. "style": {
  1095. "navigationBarTitleText": "忘记密码第一步"
  1096. }
  1097. },
  1098. {
  1099. "path": "forget-pwd-step2",
  1100. "style": {
  1101. "navigationBarTitleText": "忘记密码第二步"
  1102. }
  1103. },
  1104. {
  1105. "path": "forget-pwd-step3",
  1106. "style": {
  1107. "navigationBarTitleText": "忘记密码第三步"
  1108. }
  1109. }
  1110. ]
  1111. },
  1112. { //其他服务模块
  1113. "root": "service",
  1114. "pages": [{
  1115. "path": "remind/remind",
  1116. "style": {
  1117. "navigationBarTitleText": "服务提醒",
  1118. "enablePullDownRefresh": false
  1119. }
  1120. },
  1121. {
  1122. "path": "remind/satisfaction-evaluate",
  1123. "style": {
  1124. "navigationBarTitleText": "满意度评价"
  1125. }
  1126. },
  1127. {
  1128. "path": "remind/evaluate-list",
  1129. "style": {
  1130. "navigationBarTitleText": "评价列表"
  1131. }
  1132. },
  1133. {
  1134. "path": "search/carDetail",
  1135. "style": {
  1136. "navigationBarTitleText": "车辆详情"
  1137. }
  1138. },
  1139. {
  1140. "path": "search/etcFlowingWater",
  1141. "style": {
  1142. "navigationBarTitleText": "ETC通行流水记录"
  1143. }
  1144. },
  1145. {
  1146. "path": "search/unitUser",
  1147. "style": {
  1148. "navigationBarTitleText": "单位用户信息"
  1149. }
  1150. },
  1151. {
  1152. "path": "search/userInfo",
  1153. "style": {
  1154. "navigationBarTitleText": "个人用户信息"
  1155. }
  1156. },
  1157. {
  1158. "path": "search/obuCancel",
  1159. "style": {
  1160. "navigationBarTitleText": "卡签注销记录"
  1161. }
  1162. },
  1163. {
  1164. "path": "search/cardCancel",
  1165. "style": {
  1166. "navigationBarTitleText": "卡签注销记录"
  1167. }
  1168. },
  1169. {
  1170. "path": "capital/card-loop",
  1171. "style": {
  1172. "navigationBarTitleText": "存储卡圈存"
  1173. }
  1174. }
  1175. ]
  1176. },
  1177. { //发行激活模块
  1178. "root": "issueActivation",
  1179. "pages": [{
  1180. "path": "install-activation-order",
  1181. "style": {
  1182. "navigationBarTitleText": "安装激活-选择订单",
  1183. "enablePullDownRefresh": true
  1184. }
  1185. },
  1186. {
  1187. "path": "car-submit-record",
  1188. "style": {
  1189. "navigationBarTitleText": "车辆提交记录"
  1190. }
  1191. },
  1192. {
  1193. "path": "official-car-issue",
  1194. "style": {
  1195. "navigationBarTitleText": "公务车发行"
  1196. }
  1197. },
  1198. {
  1199. "path": "query-company-list",
  1200. "style": {
  1201. "navigationBarTitleText": "单位查询"
  1202. }
  1203. },
  1204. {
  1205. "path": "add-company",
  1206. "style": {
  1207. "navigationBarTitleText": "新增单位"
  1208. }
  1209. },
  1210. {
  1211. "path": "add-car",
  1212. "style": {
  1213. "navigationBarTitleText": "新增车辆"
  1214. }
  1215. },
  1216. {
  1217. "path": "official-car-issue-result",
  1218. "style": {
  1219. "navigationBarTitleText": "公务车发行-查询结果"
  1220. }
  1221. }
  1222. ]
  1223. }
  1224. ],
  1225. "tabBar": {
  1226. "color": "#666666",
  1227. "selectedColor": "#00b38a",
  1228. "borderStyle": "black",
  1229. "backgroundColor": "#ffffff",
  1230. "list": [{
  1231. "pagePath": "pages/index/index",
  1232. "iconPath": "static/image/home.png",
  1233. "selectedIconPath": "static/image/home-on.png",
  1234. "text": "首页"
  1235. },
  1236. {
  1237. "pagePath": "pages/order/order",
  1238. "iconPath": "static/image/order.png",
  1239. "selectedIconPath": "static/image/order-on.png",
  1240. "text": "订单管理"
  1241. },
  1242. {
  1243. "pagePath": "pages/user/user",
  1244. "iconPath": "static/image/user.png",
  1245. "selectedIconPath": "static/image/user-on.png",
  1246. "text": "我的"
  1247. }
  1248. ]
  1249. },
  1250. "eslintConfig": {
  1251. "parser": "babel-eslint"
  1252. },
  1253. "globalStyle": {
  1254. "navigationBarTextStyle": "black",
  1255. "navigationBarTitleText": "九州ETC",
  1256. "navigationBarBackgroundColor": "#FFFFFF",
  1257. "backgroundColor": "#eef7f7"
  1258. },
  1259. "uniIdRouter": {},
  1260. "condition": {
  1261. //模式配置,仅开发期间生效
  1262. "current": 0, //当前激活的模式(list 的索引项)
  1263. "list": [{
  1264. "name": "app", //模式名称
  1265. "path": "pages/index/index", //启动页面,必选
  1266. "query": "" //启动参数,在页面的onLoad函数里面得到
  1267. }]
  1268. }
  1269. }