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

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