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

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