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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555
  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/orders", //订单管理模块
  776. "pages": [
  777. {
  778. "path": "essential-information",
  779. "style": {
  780. "navigationBarTitleText": "基本信息",
  781. "navigationStyle": "custom"
  782. }
  783. },
  784. {
  785. "path": "signUserAgreement",
  786. "style": {
  787. "navigationBarTitleText": "签署用户协议"
  788. }
  789. },
  790. {
  791. "path": "deductionAccountAssociation",
  792. "style": {
  793. "navigationBarTitleText": "扣款账户关联",
  794. "navigationStyle": "custom"
  795. }
  796. },
  797. {
  798. "path": "release-products",
  799. "style": {
  800. "navigationBarTitleText": "支付账户签约",
  801. "navigationStyle": "custom"
  802. }
  803. },
  804. {
  805. "path": "addAddress",
  806. "style": {
  807. "navigationBarTitleText": "新增收货地址"
  808. }
  809. },
  810. {
  811. "path": "editAddress",
  812. "style": {
  813. "navigationBarTitleText": "修改收货地址"
  814. }
  815. },
  816. {
  817. "path": "opening-account-unit",
  818. "style": {
  819. "navigationBarTitleText": "ETC开户新办申请-单位",
  820. "navigationStyle": "custom"
  821. }
  822. },
  823. {
  824. "path": "opening-account-people",
  825. "style": {
  826. "navigationBarTitleText": "ETC开户新办申请-个人",
  827. "navigationStyle": "custom"
  828. }
  829. },
  830. {
  831. "path": "car-release",
  832. "style": {
  833. "navigationBarTitleText": "行驶证信息上传",
  834. "navigationStyle": "custom"
  835. }
  836. },
  837. {
  838. "path": "sign-up",
  839. "style": {
  840. "navigationBarTitleText": "微信车主服务"
  841. }
  842. },
  843. {
  844. "path": "interestsList",
  845. "style": {
  846. "navigationBarTitleText": "加购权益产品"
  847. }
  848. },
  849. {
  850. "path": "choice-product",
  851. "style": {
  852. "navigationBarTitleText": "选择产品",
  853. "navigationStyle": "custom"
  854. }
  855. },
  856. {
  857. "path": "product-detail",
  858. "style": {
  859. "navigationBarTitleText": "产品详情",
  860. "navigationStyle": "custom"
  861. }
  862. },
  863. {
  864. "path": "invoiceApply/create-invoice-header-company",
  865. "style": {
  866. "navigationBarTitleText": "创建抬头-单位"
  867. }
  868. },
  869. {
  870. "path": "invoiceApply/create-invoice-header-individual",
  871. "style": {
  872. "navigationBarTitleText": "创建抬头-个人"
  873. }
  874. },
  875. {
  876. "path": "invoiceApply/edit-invoice-header-company",
  877. "style": {
  878. "navigationBarTitleText": "编辑抬头-单位"
  879. }
  880. },
  881. {
  882. "path": "invoiceApply/edit-invoice-header-individual",
  883. "style": {
  884. "navigationBarTitleText": "编辑抬头-个人"
  885. }
  886. },
  887. {
  888. "path": "invoiceApply/invoice-header",
  889. "style": {
  890. "navigationBarTitleText": "选择抬头"
  891. }
  892. },
  893. {
  894. "path": "invoiceApply/invoiceList",
  895. "style": {
  896. "navigationBarTitleText": "开票申请"
  897. }
  898. },
  899. {
  900. "path": "invoiceApply/invoice-step1",
  901. "style": {
  902. "navigationBarTitleText": "开票申请"
  903. }
  904. },
  905. {
  906. "path": "invoiceApply/invoice-step2",
  907. "style": {
  908. "navigationBarTitleText": "开票申请"
  909. }
  910. },
  911. {
  912. "path": "invoice-download",
  913. "style": {
  914. "navigationBarTitleText": "下载发票"
  915. }
  916. },
  917. {
  918. "path": "Invoice-mannager",
  919. "style": {
  920. "navigationBarTitleText": "发票管理"
  921. }
  922. },
  923. {
  924. "path": "moreHighMsg/moreHighMsg",
  925. "style": {
  926. "navigationBarTitleText": "高速快讯",
  927. "enablePullDownRefresh":true
  928. }
  929. },
  930. {
  931. "path": "invoicing-record",
  932. "style": {
  933. "navigationBarTitleText": "开票记录"
  934. }
  935. },
  936. {
  937. "path": "verification-apply",
  938. "style": {
  939. "navigationBarTitleText": "验证申请"
  940. }
  941. },
  942. {
  943. "path": "apply-ex-goods",
  944. "style": {
  945. "navigationBarTitleText": "申请换货"
  946. }
  947. },
  948. {
  949. "path": "apply-ex-goods-step1",
  950. "style": {
  951. "navigationBarTitleText": "申请换货"
  952. }
  953. },
  954. {
  955. "path": "apply-return-goods",
  956. "style": {
  957. "navigationBarTitleText": "申请退货"
  958. }
  959. },
  960. {
  961. "path": "cancel-order",
  962. "style": {
  963. "navigationBarTitleText": "取消订单"
  964. }
  965. },
  966. {
  967. "path": "cardAmountDetail",
  968. "style": {
  969. "navigationBarTitleText": "查看进度"
  970. }
  971. },
  972. {
  973. "path": "cardAmount",
  974. "style": {
  975. "navigationBarTitleText": "补卡额申请"
  976. }
  977. },
  978. {
  979. "path": "flowingWater",
  980. "style": {
  981. "navigationBarTitleText": "补卡额圈存"
  982. }
  983. },
  984. {
  985. "path": "flowingWater-selectCar",
  986. "style": {
  987. "navigationBarTitleText": "补卡额圈存-选择车辆"
  988. }
  989. },
  990. {
  991. "path": "flowingWater-result",
  992. "style": {
  993. "navigationBarTitleText": "补卡额-办理成功"
  994. }
  995. },
  996. {
  997. "path": "order-cardQuota-apply",
  998. "style": {
  999. "navigationBarTitleText": "补卡额申请",
  1000. "navigationStyle": "custom"
  1001. }
  1002. },
  1003. {
  1004. "path": "order-cardQuota-progress",
  1005. "style": {
  1006. "navigationBarTitleText": "查看进度"
  1007. }
  1008. },
  1009. {
  1010. "path": "order-confirm-receipt",
  1011. "style": {
  1012. "navigationBarTitleText": "确认收货"
  1013. }
  1014. },
  1015. {
  1016. "path": "order-detail-logistics",
  1017. "style": {
  1018. "navigationBarTitleText": "查看物流"
  1019. }
  1020. },
  1021. {
  1022. "path": "order-details-cancel-numberplate",
  1023. "style": {
  1024. "navigationBarTitleText": "订单详情"
  1025. }
  1026. },
  1027. {
  1028. "path": "order-details-card-sign",
  1029. "style": {
  1030. "navigationBarTitleText": "订单详情"
  1031. }
  1032. },
  1033. {
  1034. "path": "order-details-edit-car",
  1035. "style": {
  1036. "navigationBarTitleText": "订单详情"
  1037. }
  1038. },
  1039. {
  1040. "path": "order-details-logoff-etc",
  1041. "style": {
  1042. "navigationBarTitleText": "订单详情"
  1043. }
  1044. },
  1045. {
  1046. "path": "order-details-new",
  1047. "style": {
  1048. "navigationBarTitleText": "订单详情"
  1049. }
  1050. },
  1051. {
  1052. "path": "order-details-obu",
  1053. "style": {
  1054. "navigationBarTitleText": "订单详情"
  1055. }
  1056. },
  1057. {
  1058. "path": "order-details-recharge",
  1059. "style": {
  1060. "navigationBarTitleText": "订单详情"
  1061. }
  1062. },
  1063. {
  1064. "path": "order-evaluate",
  1065. "style": {
  1066. "navigationBarTitleText": "评价"
  1067. }
  1068. },
  1069. {
  1070. "path": "order-evaluate-product",
  1071. "style": {
  1072. "navigationBarTitleText": "产品评价"
  1073. }
  1074. },
  1075. {
  1076. "path": "order-evaluate-salesman",
  1077. "style": {
  1078. "navigationBarTitleText": "满意度评价"
  1079. }
  1080. },
  1081. {
  1082. "path": "payment",
  1083. "style": {
  1084. "navigationBarTitleText": "收银",
  1085. "navigationStyle": "custom"
  1086. }
  1087. },
  1088. {
  1089. "path": "refund-confirm",
  1090. "style": {
  1091. "navigationBarTitleText": "欠费补缴",
  1092. "navigationStyle": "custom"
  1093. }
  1094. },
  1095. {
  1096. "path": "refund-deposit-card",
  1097. "style": {
  1098. "navigationBarTitleText": "储值卡圈存-退款",
  1099. "navigationStyle": "custom"
  1100. }
  1101. },
  1102. {
  1103. "path": "refund-deposit-card-selectCar",
  1104. "style": {
  1105. "navigationBarTitleText": "储值卡圈存-退款-选择车辆",
  1106. "navigationStyle": "custom"
  1107. }
  1108. },
  1109. {
  1110. "path": "refund-order-balance",
  1111. "style": {
  1112. "navigationBarTitleText": "余额补零",
  1113. "navigationStyle": "custom"
  1114. }
  1115. }
  1116. ]
  1117. },
  1118. {
  1119. "root": "subpackage/personal-center", //个人中心
  1120. "pages": [
  1121. {
  1122. "path": "search/carDetail",
  1123. "style": {
  1124. "navigationBarTitleText": "车辆详情"
  1125. }
  1126. },
  1127. {
  1128. "path": "search/etcFlowingWater",
  1129. "style": {
  1130. "navigationBarTitleText": "ETC通行流水记录"
  1131. }
  1132. },
  1133. {
  1134. "path": "search/select-car",
  1135. "style": {
  1136. "navigationBarTitleText": "选择车辆"
  1137. }
  1138. },
  1139. {
  1140. "path": "search/select-card",
  1141. "style": {
  1142. "navigationBarTitleText": "选择卡号"
  1143. }
  1144. },
  1145. {
  1146. "path": "search/unitUser",
  1147. "style": {
  1148. "navigationBarTitleText": "单位用户信息"
  1149. }
  1150. },
  1151. {
  1152. "path": "search/userInfo",
  1153. "style": {
  1154. "navigationBarTitleText": "个人用户信息"
  1155. }
  1156. },
  1157. {
  1158. "path": "search/obuCancel",
  1159. "style": {
  1160. "navigationBarTitleText": "卡签注销记录"
  1161. }
  1162. },
  1163. {
  1164. "path": "search/cardCancel",
  1165. "style": {
  1166. "navigationBarTitleText": "卡签注销记录"
  1167. }
  1168. },
  1169. {
  1170. "path": "capital/card-loop",
  1171. "style": {
  1172. "navigationBarTitleText": "存储卡圈存"
  1173. }
  1174. },
  1175. {
  1176. "path": "help/help",
  1177. "style": {
  1178. "navigationBarTitleText": "常见问题"
  1179. }
  1180. },
  1181. {
  1182. "path": "old-user",
  1183. "style": {
  1184. "navigationBarTitleText": "历史用户申请",
  1185. "enablePullDownRefresh": true
  1186. }
  1187. },
  1188. {
  1189. "path": "address",
  1190. "style": {
  1191. "navigationBarTitleText": "邮寄地址",
  1192. "enablePullDownRefresh": true
  1193. }
  1194. },
  1195. {
  1196. "path": "install-activation-order",
  1197. "style": {
  1198. "navigationBarTitleText": "安装激活-选择订单",
  1199. "enablePullDownRefresh": true
  1200. }
  1201. },
  1202. {
  1203. "path": "car-submit-record",
  1204. "style": {
  1205. "navigationBarTitleText": "车辆提交记录"
  1206. }
  1207. },
  1208. {
  1209. "path": "official-car-issue",
  1210. "style": {
  1211. "navigationBarTitleText": "公务车发行"
  1212. }
  1213. },
  1214. {
  1215. "path": "query-company-list",
  1216. "style": {
  1217. "navigationBarTitleText": "单位查询"
  1218. }
  1219. },
  1220. {
  1221. "path": "add-company",
  1222. "style": {
  1223. "navigationBarTitleText": "新增单位"
  1224. }
  1225. },
  1226. {
  1227. "path": "add-car",
  1228. "style": {
  1229. "navigationBarTitleText": "新增车辆"
  1230. }
  1231. },
  1232. {
  1233. "path": "official-car-issue-result",
  1234. "style": {
  1235. "navigationBarTitleText": "公务车发行-查询结果"
  1236. }
  1237. },
  1238. {
  1239. "path": "trajectory/trajectory",
  1240. "style": {
  1241. "navigationBarTitleText": "我的通行"
  1242. }
  1243. },
  1244. {
  1245. "path": "trajectory/see-month",
  1246. "style": {
  1247. "navigationBarTitleText": "通行记录"
  1248. }
  1249. },
  1250. {
  1251. "path": "vehicle-information",
  1252. "style": {
  1253. "navigationBarTitleText": "车辆信息"
  1254. }
  1255. },
  1256. {
  1257. "path": "change-password",
  1258. "style": {
  1259. "navigationBarTitleText": "修改密码"
  1260. }
  1261. },
  1262. {
  1263. "path": "progress-query/my-etc",
  1264. "style": {
  1265. "navigationBarTitleText": "我的ETC"
  1266. }
  1267. },
  1268. {
  1269. "path": "setting/setting",
  1270. "style": {
  1271. "navigationBarTitleText": "设置"
  1272. }
  1273. },
  1274. {
  1275. "path": "setting/information-deletion",
  1276. "style": {
  1277. "navigationBarTitleText": "设置-个人信息删除"
  1278. }
  1279. },
  1280. {
  1281. "path": "setting/permission-management",
  1282. "style": {
  1283. "navigationBarTitleText": "设置-权限管理"
  1284. }
  1285. },
  1286. {
  1287. "path": "setting/account-cancellation",
  1288. "style": {
  1289. "navigationBarTitleText": "设置-注销账户"
  1290. }
  1291. },
  1292. {
  1293. "path": "setting/personal-information/corrections",
  1294. "style": {
  1295. "navigationBarTitleText": "设置-个人信息-变更"
  1296. }
  1297. },
  1298. {
  1299. "path": "setting/personal-information/user-change",
  1300. "style": {
  1301. "navigationBarTitleText": "设置-个人信息-修改"
  1302. }
  1303. },
  1304. {
  1305. "path": "setting/personal-information/user-card",
  1306. "style": {
  1307. "navigationBarTitleText": "设置-个人信息-身份证"
  1308. }
  1309. },
  1310. {
  1311. "path": "setting/car-information/car-manage",
  1312. "style": {
  1313. "navigationBarTitleText": "设置-车辆信息-管理"
  1314. }
  1315. },
  1316. {
  1317. "path": "setting/car-information/corrections",
  1318. "style": {
  1319. "navigationBarTitleText": "设置-车辆信息-变更"
  1320. }
  1321. },
  1322. {
  1323. "path": "setting/car-information/car-card",
  1324. "style": {
  1325. "navigationBarTitleText": "设置-车辆信息-行驶证"
  1326. }
  1327. },
  1328. {
  1329. "path": "setting/car-information/car-change",
  1330. "style": {
  1331. "navigationBarTitleText": "设置-车辆信息-修改"
  1332. }
  1333. },
  1334. {
  1335. "path": "setting/car-information/car-create",
  1336. "style": {
  1337. "navigationBarTitleText": "设置-车辆信息-添加"
  1338. }
  1339. },
  1340. {
  1341. "path": "setting/bank-card/bank-card",
  1342. "style": {
  1343. "navigationBarTitleText": "银行卡管理"
  1344. }
  1345. },
  1346. {
  1347. "path": "setting/bank-card/bank-card-add",
  1348. "style": {
  1349. "navigationBarTitleText": "银行卡新增"
  1350. }
  1351. },
  1352. {
  1353. "path": "setting/addressManager",
  1354. "style": {
  1355. "navigationBarTitleText": "地址管理"
  1356. }
  1357. },
  1358. {
  1359. "path": "setting/info-export",
  1360. "style": {
  1361. "navigationBarTitleText": "信息副本导出"
  1362. }
  1363. },
  1364. {
  1365. "path": "setting/user-agreement",
  1366. "style": {
  1367. "navigationBarTitleText": "用户协议"
  1368. }
  1369. },
  1370. {
  1371. "path": "setting/conceal-agreement",
  1372. "style": {
  1373. "navigationBarTitleText": "隐私政策"
  1374. }
  1375. },
  1376. {
  1377. "path": "setting/risk-agreement",
  1378. "style": {
  1379. "navigationBarTitleText": "风险提示告知书"
  1380. }
  1381. },
  1382. {
  1383. "path": "setting/usage-instructions",
  1384. "style": {
  1385. "navigationBarTitleText": "权限使用说明"
  1386. }
  1387. },
  1388. {
  1389. "path": "setting/info_connect",
  1390. "style": {
  1391. "navigationBarTitleText": "个人信息收集清单"
  1392. }
  1393. },
  1394. {
  1395. "path": "setting/change-phone",
  1396. "style": {
  1397. "navigationBarTitleText": "修改手机号"
  1398. }
  1399. },
  1400. {
  1401. "path": "setting/change-phone-code",
  1402. "style": {
  1403. "navigationBarTitleText": "修改手机号"
  1404. }
  1405. },
  1406. {
  1407. "path": "excel",
  1408. "style": {
  1409. "navigationBarTitleText": "表格报表",
  1410. "enablePullDownRefresh": false
  1411. }
  1412. }
  1413. ]
  1414. },
  1415. {
  1416. "root": "login", //登录模块
  1417. "pages": [{
  1418. "path": "login",
  1419. "style": {
  1420. "navigationBarTitleText": "登录"
  1421. }
  1422. },
  1423. {
  1424. "path": "agreement",
  1425. "style": {
  1426. "navigationBarTitleText": "平台用户服务隐私协议"
  1427. }
  1428. },
  1429. {
  1430. "path": "register-step1",
  1431. "style": {
  1432. "navigationBarTitleText": "注册第一步"
  1433. }
  1434. },
  1435. {
  1436. "path": "register-step2",
  1437. "style": {
  1438. "navigationBarTitleText": "注册第二步"
  1439. }
  1440. },
  1441. {
  1442. "path": "register-step3",
  1443. "style": {
  1444. "navigationBarTitleText": "注册第三步"
  1445. }
  1446. },
  1447. {
  1448. "path": "forget-pwd-step1",
  1449. "style": {
  1450. "navigationBarTitleText": "忘记密码第一步"
  1451. }
  1452. },
  1453. {
  1454. "path": "forget-pwd-step2",
  1455. "style": {
  1456. "navigationBarTitleText": "忘记密码第二步"
  1457. }
  1458. },
  1459. {
  1460. "path": "forget-pwd-step3",
  1461. "style": {
  1462. "navigationBarTitleText": "忘记密码第三步"
  1463. }
  1464. }
  1465. ]
  1466. }
  1467. // ,
  1468. // {
  1469. // //其他服务模块
  1470. // "root": "subpackage/service",
  1471. // "pages": [
  1472. // {
  1473. // "path": "trajectory-map",
  1474. // "style": {
  1475. // "navigationBarTitleText": "我的轨迹"
  1476. // }
  1477. // },
  1478. // {
  1479. // "path": "remind/remind",
  1480. // "style": {
  1481. // "navigationBarTitleText": "服务提醒",
  1482. // "enablePullDownRefresh": false
  1483. // }
  1484. // },
  1485. // {
  1486. // "path": "remind/satisfaction-evaluate",
  1487. // "style": {
  1488. // "navigationBarTitleText": "满意度评价"
  1489. // }
  1490. // },
  1491. // {
  1492. // "path": "remind/evaluate-list",
  1493. // "style": {
  1494. // "navigationBarTitleText": "评价列表"
  1495. // }
  1496. // },
  1497. // {
  1498. // "path": "statistics/index",
  1499. // "style": {
  1500. // "navigationBarTitleText": "发行数据统计"
  1501. // }
  1502. // }
  1503. // ]
  1504. // }
  1505. ],
  1506. "tabBar": {
  1507. "color": "#666666",
  1508. "selectedColor": "#00b38a",
  1509. "borderStyle": "black",
  1510. "backgroundColor": "#ffffff",
  1511. "list": [{
  1512. "pagePath": "pages/index/index",
  1513. "iconPath": "static/image/home.png",
  1514. "selectedIconPath": "static/image/home-on.png",
  1515. "text": "首页"
  1516. },
  1517. {
  1518. "pagePath": "pages/order/order",
  1519. "iconPath": "static/image/order.png",
  1520. "selectedIconPath": "static/image/order-on.png",
  1521. "text": "订单管理"
  1522. },
  1523. {
  1524. "pagePath": "pages/user/user",
  1525. "iconPath": "static/image/user.png",
  1526. "selectedIconPath": "static/image/user-on.png",
  1527. "text": "我的"
  1528. }
  1529. ]
  1530. },
  1531. "eslintConfig": {
  1532. "parser": "babel-eslint"
  1533. },
  1534. "globalStyle": {
  1535. "navigationBarTextStyle": "black",
  1536. "navigationBarTitleText": "九州ETC",
  1537. "navigationBarBackgroundColor": "#FFFFFF",
  1538. "backgroundColor": "#eef7f7"
  1539. },
  1540. "uniIdRouter": {},
  1541. "condition": {
  1542. //模式配置,仅开发期间生效
  1543. "current": 0, //当前激活的模式(list 的索引项)
  1544. "list": [{
  1545. "name": "app", //模式名称
  1546. "path": "pages/index/index", //启动页面,必选
  1547. "query": "" //启动参数,在页面的onLoad函数里面得到
  1548. }]
  1549. }
  1550. }