You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pages.json 33KB

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