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

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