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

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