Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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