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

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