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

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