Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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