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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646
  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. "root": "subpackage/after-sale", //售后相关
  83. "pages": [{
  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. "path": "essential-information",
  792. "style": {
  793. "navigationBarTitleText": "九州ETC",
  794. "navigationStyle": "custom",
  795. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  796. "transparentTitle": "always",
  797. "titlePenetrate": "YES",
  798. "defaultTitle": "" // 将导航栏默认的 title 置空
  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. "defaultTitle": "" // 将导航栏默认的 title 置空
  817. }
  818. }
  819. },
  820. {
  821. "path": "release-products",
  822. "style": {
  823. "navigationBarTitleText": "支付账户签约",
  824. "navigationStyle": "custom",
  825. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  826. "transparentTitle": "always",
  827. "titlePenetrate": "YES",
  828. "defaultTitle": "" // 将导航栏默认的 title 置空
  829. }
  830. }
  831. },
  832. {
  833. "path": "addAddress",
  834. "style": {
  835. "navigationBarTitleText": "新增收货地址"
  836. }
  837. },
  838. {
  839. "path": "editAddress",
  840. "style": {
  841. "navigationBarTitleText": "修改收货地址"
  842. }
  843. },
  844. {
  845. "path": "opening-account-unit",
  846. "style": {
  847. "navigationBarTitleText": "ETC开户新办申请-单位",
  848. "navigationStyle": "custom",
  849. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  850. "transparentTitle": "always",
  851. "titlePenetrate": "YES",
  852. "defaultTitle": "" // 将导航栏默认的 title 置空
  853. }
  854. }
  855. },
  856. {
  857. "path": "opening-account-people",
  858. "style": {
  859. "navigationBarTitleText": "ETC开户新办申请-个人",
  860. "navigationStyle": "custom",
  861. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  862. "transparentTitle": "always",
  863. "titlePenetrate": "YES", // 允许点击穿透后,才能触发导航栏上的 onTap 事件
  864. "defaultTitle": "" // 将导航栏默认的 title 置空
  865. }
  866. }
  867. },
  868. {
  869. "path": "car-release",
  870. "style": {
  871. "navigationBarTitleText": "行驶证信息上传",
  872. "navigationStyle": "custom",
  873. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  874. "transparentTitle": "always",
  875. "titlePenetrate": "YES",
  876. "defaultTitle": "" // 将导航栏默认的 title 置空
  877. }
  878. }
  879. },
  880. {
  881. "path": "sign-up",
  882. "style": {
  883. "navigationBarTitleText": "微信车主服务"
  884. }
  885. },
  886. {
  887. "path": "interestsList",
  888. "style": {
  889. "navigationBarTitleText": "加购权益产品"
  890. }
  891. },
  892. {
  893. "path": "choice-product",
  894. "style": {
  895. "navigationBarTitleText": "选择产品",
  896. "navigationStyle": "custom",
  897. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  898. "transparentTitle": "always",
  899. "titlePenetrate": "YES",
  900. "defaultTitle": "" // 将导航栏默认的 title 置空
  901. }
  902. }
  903. },
  904. {
  905. "path": "product-detail",
  906. "style": {
  907. "navigationBarTitleText": "产品详情",
  908. "navigationStyle": "custom",
  909. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  910. "transparentTitle": "always",
  911. "titlePenetrate": "YES",
  912. "defaultTitle": "" // 将导航栏默认的 title 置空
  913. }
  914. }
  915. },
  916. {
  917. "path": "invoiceApply/create-invoice-header-company",
  918. "style": {
  919. "navigationBarTitleText": "创建抬头-单位"
  920. }
  921. },
  922. {
  923. "path": "invoiceApply/create-invoice-header-individual",
  924. "style": {
  925. "navigationBarTitleText": "创建抬头-个人"
  926. }
  927. },
  928. {
  929. "path": "invoiceApply/edit-invoice-header-company",
  930. "style": {
  931. "navigationBarTitleText": "编辑抬头-单位"
  932. }
  933. },
  934. {
  935. "path": "invoiceApply/edit-invoice-header-individual",
  936. "style": {
  937. "navigationBarTitleText": "编辑抬头-个人"
  938. }
  939. },
  940. {
  941. "path": "invoiceApply/invoice-header",
  942. "style": {
  943. "navigationBarTitleText": "选择抬头"
  944. }
  945. },
  946. {
  947. "path": "invoiceApply/invoiceList",
  948. "style": {
  949. "navigationBarTitleText": "开票申请"
  950. }
  951. },
  952. {
  953. "path": "invoiceApply/invoice-step1",
  954. "style": {
  955. "navigationBarTitleText": "开票申请"
  956. }
  957. },
  958. {
  959. "path": "invoiceApply/invoice-step2",
  960. "style": {
  961. "navigationBarTitleText": "开票申请"
  962. }
  963. },
  964. {
  965. "path": "invoice-download",
  966. "style": {
  967. "navigationBarTitleText": "下载发票"
  968. }
  969. },
  970. {
  971. "path": "Invoice-mannager",
  972. "style": {
  973. "navigationBarTitleText": "发票管理"
  974. }
  975. },
  976. {
  977. "path": "moreHighMsg/moreHighMsg",
  978. "style": {
  979. "navigationBarTitleText": "高速快讯",
  980. "enablePullDownRefresh": true
  981. }
  982. },
  983. {
  984. "path": "invoicing-record",
  985. "style": {
  986. "navigationBarTitleText": "开票记录"
  987. }
  988. },
  989. {
  990. "path": "verification-apply",
  991. "style": {
  992. "navigationBarTitleText": "验证申请"
  993. }
  994. },
  995. {
  996. "path": "apply-ex-goods",
  997. "style": {
  998. "navigationBarTitleText": "申请换货"
  999. }
  1000. },
  1001. {
  1002. "path": "apply-ex-goods-step1",
  1003. "style": {
  1004. "navigationBarTitleText": "申请换货"
  1005. }
  1006. },
  1007. {
  1008. "path": "apply-return-goods",
  1009. "style": {
  1010. "navigationBarTitleText": "申请退货"
  1011. }
  1012. },
  1013. {
  1014. "path": "cancel-order",
  1015. "style": {
  1016. "navigationBarTitleText": "取消订单"
  1017. }
  1018. },
  1019. {
  1020. "path": "cardAmountDetail",
  1021. "style": {
  1022. "navigationBarTitleText": "查看进度"
  1023. }
  1024. },
  1025. {
  1026. "path": "cardAmount",
  1027. "style": {
  1028. "navigationBarTitleText": "补卡额申请"
  1029. }
  1030. },
  1031. {
  1032. "path": "flowingWater",
  1033. "style": {
  1034. "navigationBarTitleText": "补卡额圈存"
  1035. }
  1036. },
  1037. {
  1038. "path": "flowingWater-selectCar",
  1039. "style": {
  1040. "navigationBarTitleText": "补卡额圈存-选择车辆"
  1041. }
  1042. },
  1043. {
  1044. "path": "flowingWater-result",
  1045. "style": {
  1046. "navigationBarTitleText": "补卡额-办理成功"
  1047. }
  1048. },
  1049. {
  1050. "path": "order-cardQuota-apply",
  1051. "style": {
  1052. "navigationBarTitleText": "补卡额申请",
  1053. "navigationStyle": "custom",
  1054. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1055. "transparentTitle": "always",
  1056. "titlePenetrate": "YES",
  1057. "defaultTitle": "" // 将导航栏默认的 title 置空
  1058. }
  1059. }
  1060. },
  1061. {
  1062. "path": "order-cardQuota-progress",
  1063. "style": {
  1064. "navigationBarTitleText": "查看进度"
  1065. }
  1066. },
  1067. {
  1068. "path": "order-confirm-receipt",
  1069. "style": {
  1070. "navigationBarTitleText": "确认收货"
  1071. }
  1072. },
  1073. {
  1074. "path": "order-detail-logistics",
  1075. "style": {
  1076. "navigationBarTitleText": "查看物流"
  1077. }
  1078. },
  1079. {
  1080. "path": "order-details-cancel-numberplate",
  1081. "style": {
  1082. "navigationBarTitleText": "订单详情"
  1083. }
  1084. },
  1085. {
  1086. "path": "order-details-card-sign",
  1087. "style": {
  1088. "navigationBarTitleText": "订单详情"
  1089. }
  1090. },
  1091. {
  1092. "path": "order-details-edit-car",
  1093. "style": {
  1094. "navigationBarTitleText": "订单详情"
  1095. }
  1096. },
  1097. {
  1098. "path": "order-details-logoff-etc",
  1099. "style": {
  1100. "navigationBarTitleText": "订单详情"
  1101. }
  1102. },
  1103. {
  1104. "path": "order-details-new",
  1105. "style": {
  1106. "navigationBarTitleText": "订单详情"
  1107. }
  1108. },
  1109. {
  1110. "path": "order-details-obu",
  1111. "style": {
  1112. "navigationBarTitleText": "订单详情"
  1113. }
  1114. },
  1115. {
  1116. "path": "order-details-recharge",
  1117. "style": {
  1118. "navigationBarTitleText": "订单详情"
  1119. }
  1120. },
  1121. {
  1122. "path": "order-evaluate",
  1123. "style": {
  1124. "navigationBarTitleText": "评价"
  1125. }
  1126. },
  1127. {
  1128. "path": "order-evaluate-product",
  1129. "style": {
  1130. "navigationBarTitleText": "产品评价"
  1131. }
  1132. },
  1133. {
  1134. "path": "order-evaluate-salesman",
  1135. "style": {
  1136. "navigationBarTitleText": "满意度评价"
  1137. }
  1138. },
  1139. {
  1140. "path": "payment",
  1141. "style": {
  1142. "navigationBarTitleText": "收银",
  1143. "navigationStyle": "custom",
  1144. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1145. "transparentTitle": "always",
  1146. "titlePenetrate": "YES",
  1147. "defaultTitle": "" // 将导航栏默认的 title 置空
  1148. }
  1149. }
  1150. },
  1151. {
  1152. "path": "refund-confirm",
  1153. "style": {
  1154. "navigationBarTitleText": "欠费补缴",
  1155. "navigationStyle": "custom",
  1156. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1157. "transparentTitle": "always",
  1158. "titlePenetrate": "YES",
  1159. "defaultTitle": "" // 将导航栏默认的 title 置空
  1160. }
  1161. }
  1162. },
  1163. {
  1164. "path": "refund-deposit-card",
  1165. "style": {
  1166. "navigationBarTitleText": "储值卡圈存-退款"
  1167. }
  1168. },
  1169. {
  1170. "path": "refund-deposit-card-selectCar",
  1171. "style": {
  1172. "navigationBarTitleText": "储值卡圈存-退款-选择车辆"
  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. "defaultTitle": "" // 将导航栏默认的 title 置空
  1184. }
  1185. }
  1186. }, {
  1187. "path": "verify/verify-phone/verify-phone",
  1188. "style": {
  1189. "navigationBarTitleText": "获取短信验证码",
  1190. "enablePullDownRefresh": false
  1191. }
  1192. }, {
  1193. "path": "verify/verify-phone-code/verify-phone-code",
  1194. "style": {
  1195. "navigationBarTitleText": "短信验证码校验",
  1196. "enablePullDownRefresh": false
  1197. }
  1198. }
  1199. ]
  1200. },
  1201. {
  1202. "root": "subpackage/personal-center", //个人中心
  1203. "pages": [{
  1204. "path": "consumption-record",
  1205. "style": {
  1206. "navigationBarTitleText": "消费明细",
  1207. "enablePullDownRefresh": false
  1208. }
  1209. },
  1210. {
  1211. "path": "remind/remind",
  1212. "style": {
  1213. "navigationBarTitleText": "服务提醒",
  1214. "enablePullDownRefresh": false
  1215. }
  1216. },
  1217. {
  1218. "path": "remind/satisfaction-evaluate",
  1219. "style": {
  1220. "navigationBarTitleText": "满意度评价"
  1221. }
  1222. },
  1223. {
  1224. "path": "remind/evaluate-list",
  1225. "style": {
  1226. "navigationBarTitleText": "评价列表"
  1227. }
  1228. },
  1229. {
  1230. "path": "search/carDetail",
  1231. "style": {
  1232. "navigationBarTitleText": "车辆详情"
  1233. }
  1234. },
  1235. {
  1236. "path": "search/etcFlowingWater",
  1237. "style": {
  1238. "navigationBarTitleText": "ETC通行流水记录"
  1239. }
  1240. },
  1241. {
  1242. "path": "search/select-car",
  1243. "style": {
  1244. "navigationBarTitleText": "选择车辆"
  1245. }
  1246. },
  1247. {
  1248. "path": "search/select-card",
  1249. "style": {
  1250. "navigationBarTitleText": "选择卡号"
  1251. }
  1252. },
  1253. {
  1254. "path": "search/unitUser",
  1255. "style": {
  1256. "navigationBarTitleText": "单位用户信息"
  1257. }
  1258. },
  1259. {
  1260. "path": "search/userInfo",
  1261. "style": {
  1262. "navigationBarTitleText": "个人用户信息"
  1263. }
  1264. },
  1265. {
  1266. "path": "search/obuCancel",
  1267. "style": {
  1268. "navigationBarTitleText": "卡签注销记录"
  1269. }
  1270. },
  1271. {
  1272. "path": "search/cardCancel",
  1273. "style": {
  1274. "navigationBarTitleText": "卡签注销记录"
  1275. }
  1276. },
  1277. {
  1278. "path": "capital/card-loop",
  1279. "style": {
  1280. "navigationBarTitleText": "存储卡圈存"
  1281. }
  1282. },
  1283. {
  1284. "path": "help/help",
  1285. "style": {
  1286. "navigationBarTitleText": "常见问题"
  1287. }
  1288. },
  1289. {
  1290. "path": "old-user",
  1291. "style": {
  1292. "navigationBarTitleText": "历史用户申请",
  1293. "enablePullDownRefresh": true
  1294. }
  1295. },
  1296. {
  1297. "path": "address",
  1298. "style": {
  1299. "navigationBarTitleText": "邮寄地址",
  1300. "enablePullDownRefresh": true
  1301. }
  1302. },
  1303. {
  1304. "path": "install-activation-order",
  1305. "style": {
  1306. "navigationBarTitleText": "安装激活-选择订单",
  1307. "enablePullDownRefresh": true
  1308. }
  1309. },
  1310. {
  1311. "path": "car-submit-record",
  1312. "style": {
  1313. "navigationBarTitleText": "车辆提交记录"
  1314. }
  1315. },
  1316. {
  1317. "path": "official-car-issue",
  1318. "style": {
  1319. "navigationBarTitleText": "公务车发行"
  1320. }
  1321. },
  1322. {
  1323. "path": "query-company-list",
  1324. "style": {
  1325. "navigationBarTitleText": "单位查询"
  1326. }
  1327. },
  1328. {
  1329. "path": "add-company",
  1330. "style": {
  1331. "navigationBarTitleText": "新增单位"
  1332. }
  1333. },
  1334. {
  1335. "path": "add-car",
  1336. "style": {
  1337. "navigationBarTitleText": "新增车辆"
  1338. }
  1339. },
  1340. {
  1341. "path": "official-car-issue-result",
  1342. "style": {
  1343. "navigationBarTitleText": "公务车发行-查询结果"
  1344. }
  1345. },
  1346. {
  1347. "path": "trajectory/trajectory",
  1348. "style": {
  1349. "navigationBarTitleText": "我的通行"
  1350. }
  1351. },
  1352. {
  1353. "path": "trajectory/see-month",
  1354. "style": {
  1355. "navigationBarTitleText": "通行记录"
  1356. }
  1357. },
  1358. {
  1359. "path": "vehicle-information",
  1360. "style": {
  1361. "navigationBarTitleText": "车辆信息"
  1362. }
  1363. },
  1364. {
  1365. "path": "change-password",
  1366. "style": {
  1367. "navigationBarTitleText": "修改密码"
  1368. }
  1369. },
  1370. {
  1371. "path": "progress-query/my-etc",
  1372. "style": {
  1373. "navigationBarTitleText": "我的ETC"
  1374. }
  1375. },
  1376. {
  1377. "path": "setting/setting",
  1378. "style": {
  1379. "navigationBarTitleText": "设置"
  1380. }
  1381. },
  1382. {
  1383. "path": "setting/information-deletion",
  1384. "style": {
  1385. "navigationBarTitleText": "设置-个人信息删除"
  1386. }
  1387. },
  1388. {
  1389. "path": "setting/permission-management",
  1390. "style": {
  1391. "navigationBarTitleText": "设置-权限管理"
  1392. }
  1393. },
  1394. {
  1395. "path": "setting/account-cancellation",
  1396. "style": {
  1397. "navigationBarTitleText": "设置-注销账户"
  1398. }
  1399. },
  1400. {
  1401. "path": "setting/personal-information/corrections",
  1402. "style": {
  1403. "navigationBarTitleText": "设置-个人信息-变更"
  1404. }
  1405. },
  1406. {
  1407. "path": "setting/personal-information/user-change",
  1408. "style": {
  1409. "navigationBarTitleText": "设置-个人信息-修改"
  1410. }
  1411. },
  1412. {
  1413. "path": "setting/personal-information/user-card",
  1414. "style": {
  1415. "navigationBarTitleText": "设置-个人信息-身份证"
  1416. }
  1417. },
  1418. {
  1419. "path": "setting/car-information/car-manage",
  1420. "style": {
  1421. "navigationBarTitleText": "设置-车辆信息-管理"
  1422. }
  1423. },
  1424. {
  1425. "path": "setting/car-information/corrections",
  1426. "style": {
  1427. "navigationBarTitleText": "设置-车辆信息-变更"
  1428. }
  1429. },
  1430. {
  1431. "path": "setting/car-information/car-card",
  1432. "style": {
  1433. "navigationBarTitleText": "设置-车辆信息-行驶证"
  1434. }
  1435. },
  1436. {
  1437. "path": "setting/car-information/car-change",
  1438. "style": {
  1439. "navigationBarTitleText": "设置-车辆信息-修改"
  1440. }
  1441. },
  1442. {
  1443. "path": "setting/car-information/car-create",
  1444. "style": {
  1445. "navigationBarTitleText": "设置-车辆信息-添加"
  1446. }
  1447. },
  1448. {
  1449. "path": "setting/bank-card/bank-card",
  1450. "style": {
  1451. "navigationBarTitleText": "银行卡管理"
  1452. }
  1453. },
  1454. {
  1455. "path": "setting/bank-card/bank-card-add",
  1456. "style": {
  1457. "navigationBarTitleText": "银行卡新增"
  1458. }
  1459. },
  1460. {
  1461. "path": "setting/addressManager",
  1462. "style": {
  1463. "navigationBarTitleText": "地址管理"
  1464. }
  1465. },
  1466. {
  1467. "path": "setting/info-export",
  1468. "style": {
  1469. "navigationBarTitleText": "信息副本导出"
  1470. }
  1471. },
  1472. {
  1473. "path": "setting/user-agreement",
  1474. "style": {
  1475. "navigationBarTitleText": "用户协议"
  1476. }
  1477. },
  1478. {
  1479. "path": "setting/conceal-agreement",
  1480. "style": {
  1481. "navigationBarTitleText": "隐私政策"
  1482. }
  1483. },
  1484. {
  1485. "path": "setting/risk-agreement",
  1486. "style": {
  1487. "navigationBarTitleText": "风险提示告知书"
  1488. }
  1489. },
  1490. {
  1491. "path": "setting/usage-instructions",
  1492. "style": {
  1493. "navigationBarTitleText": "权限使用说明"
  1494. }
  1495. },
  1496. {
  1497. "path": "setting/info_connect",
  1498. "style": {
  1499. "navigationBarTitleText": "个人信息收集清单"
  1500. }
  1501. },
  1502. {
  1503. "path": "setting/change-phone",
  1504. "style": {
  1505. "navigationBarTitleText": "修改手机号"
  1506. }
  1507. },
  1508. {
  1509. "path": "setting/change-phone-code",
  1510. "style": {
  1511. "navigationBarTitleText": "修改手机号"
  1512. }
  1513. },
  1514. {
  1515. "path": "excel",
  1516. "style": {
  1517. "navigationBarTitleText": "表格报表",
  1518. "enablePullDownRefresh": false
  1519. }
  1520. }
  1521. ]
  1522. },
  1523. {
  1524. "root": "login", //登录模块
  1525. "pages": [{
  1526. "path": "login",
  1527. "style": {
  1528. "navigationBarTitleText": "登录"
  1529. }
  1530. },
  1531. {
  1532. "path": "agreement",
  1533. "style": {
  1534. "navigationBarTitleText": "平台用户服务隐私协议"
  1535. }
  1536. },
  1537. {
  1538. "path": "register-step1",
  1539. "style": {
  1540. "navigationBarTitleText": "注册第一步"
  1541. }
  1542. },
  1543. {
  1544. "path": "register-step2",
  1545. "style": {
  1546. "navigationBarTitleText": "注册第二步"
  1547. }
  1548. },
  1549. {
  1550. "path": "register-step3",
  1551. "style": {
  1552. "navigationBarTitleText": "注册第三步"
  1553. }
  1554. },
  1555. {
  1556. "path": "forget-pwd-step1",
  1557. "style": {
  1558. "navigationBarTitleText": "忘记密码第一步"
  1559. }
  1560. },
  1561. {
  1562. "path": "forget-pwd-step2",
  1563. "style": {
  1564. "navigationBarTitleText": "忘记密码第二步"
  1565. }
  1566. },
  1567. {
  1568. "path": "forget-pwd-step3",
  1569. "style": {
  1570. "navigationBarTitleText": "忘记密码第三步"
  1571. }
  1572. }
  1573. ]
  1574. },
  1575. {
  1576. //其他服务模块
  1577. "root": "subpackage/service",
  1578. "pages": [{
  1579. "path": "trajectory-map",
  1580. "style": {
  1581. "navigationBarTitleText": "我的轨迹"
  1582. }
  1583. },
  1584. {
  1585. "path": "statistics/index",
  1586. "style": {
  1587. "navigationBarTitleText": "发行数据统计"
  1588. }
  1589. }
  1590. ]
  1591. }
  1592. ],
  1593. "tabBar": {
  1594. "color": "#666666",
  1595. "selectedColor": "#00b38a",
  1596. "borderStyle": "black",
  1597. "backgroundColor": "#ffffff",
  1598. "list": [{
  1599. "pagePath": "pages/index/index",
  1600. "iconPath": "static/image/home.png",
  1601. "selectedIconPath": "static/image/home-on.png",
  1602. "text": "首页"
  1603. },
  1604. {
  1605. "pagePath": "pages/order/order",
  1606. "iconPath": "static/image/order.png",
  1607. "selectedIconPath": "static/image/order-on.png",
  1608. "text": "订单管理"
  1609. },
  1610. {
  1611. "pagePath": "pages/user/user",
  1612. "iconPath": "static/image/user.png",
  1613. "selectedIconPath": "static/image/user-on.png",
  1614. "text": "我的"
  1615. }
  1616. ]
  1617. },
  1618. "eslintConfig": {
  1619. "parser": "babel-eslint"
  1620. },
  1621. "globalStyle": {
  1622. "navigationBarTextStyle": "black",
  1623. "navigationBarTitleText": "九州ETC",
  1624. "navigationBarBackgroundColor": "#FFFFFF",
  1625. "backgroundColor": "#eef7f7"
  1626. },
  1627. "uniIdRouter": {},
  1628. "condition": {
  1629. //模式配置,仅开发期间生效
  1630. "current": 0, //当前激活的模式(list 的索引项)
  1631. "list": [{
  1632. "name": "app", //模式名称
  1633. "path": "pages/index/index", //启动页面,必选
  1634. "query": "" //启动参数,在页面的onLoad函数里面得到
  1635. }]
  1636. }
  1637. }