Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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