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 36KB

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