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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244
  1. {
  2. "mode": "production",
  3. "pages": [
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarHidden": true,
  8. "navigationBarTitleText": "首页",
  9. "navigationBarBackgroundColor": "#073157",
  10. "navigationStyle": "custom",
  11. "navigationBarTextStyle":"white",
  12. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  13. "transparentTitle": "always",
  14. "titlePenetrate": "YES",
  15. "defaultTitle": "" // 将导航栏默认的 title 置空
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/order/order",
  21. "style": {
  22. "navigationBarTitleText": "我的订单",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/user/user",
  28. "style": {
  29. "navigationBarTitleText": "九州ETC",
  30. "navigationBarBackgroundColor": "#01243A",
  31. "backgroundColor": "#f6f9fc",
  32. "navigationStyle": "custom",
  33. "navigationBarTextStyle":"white",
  34. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  35. "transparentTitle": "always",
  36. "titlePenetrate": "YES",
  37. "defaultTitle": "" // 将导航栏默认的 title 置空
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/service/service",
  43. "style": {
  44. "navigationBarTitleText": "九州ETC",
  45. "navigationBarBackgroundColor": "#01243A",
  46. "navigationBarTextStyle":"white"
  47. }
  48. },
  49. {
  50. "path": "pages/bluetooth/bluetooth",
  51. "style": {
  52. "navigationBarTitleText": "选择蓝牙设备"
  53. }
  54. },
  55. {
  56. "path": "pages/nfc/nfc",
  57. "style": {
  58. "navigationBarTitleText": "NFC连接",
  59. "enablePullDownRefresh": false
  60. }
  61. }, {
  62. "path": "pages/zaweb/zaweb",
  63. "style": {
  64. "navigationBarTitleText": "在线签约",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ],
  69. "subPackages": [{
  70. "root": "subpackage/after-sale", //售后相关
  71. "pages": [
  72. {
  73. "path": "work-order/add-work-supplement",
  74. "style": {
  75. "navigationBarTitleText": "补充",
  76. "enablePullDownRefresh": false
  77. }
  78. },
  79. {
  80. "path": "work-order/add-work-list",
  81. "style": {
  82. "navigationBarTitleText": "自助工单",
  83. "enablePullDownRefresh": false
  84. }
  85. },
  86. {
  87. "path": "work-order/add-work-order",
  88. "style": {
  89. "navigationBarTitleText": "新增自助工单",
  90. "enablePullDownRefresh": false
  91. }
  92. },
  93. {
  94. "path": "wxWebView",
  95. "style": {
  96. "navigationBarTitleText": "",
  97. "enablePullDownRefresh": false
  98. }
  99. },
  100. {
  101. "path": "wangdian",
  102. "style": {
  103. "navigationBarTitleText": "网点",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. {
  108. "path": "transfer-page",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "blacklist-query/list",
  116. "style": {
  117. "navigationBarTitleText": "黑名单查询",
  118. "enablePullDownRefresh": false,
  119. "navigationStyle": "custom",
  120. "navigationBarTextStyle":"white",
  121. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  122. "transparentTitle": "always",
  123. "titlePenetrate": "YES",
  124. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  125. "navigationBarFrontColor":"white",
  126. "navigationBarBackgroundColor":"white"
  127. }
  128. }
  129. },
  130. {
  131. "path": "blacklist-query/addCar",
  132. "style": {
  133. "navigationBarTitleText": "新增车辆",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "cancell-refund/cancell-refund",
  139. "style": {
  140. "navigationBarTitleText": "注销退费查询",
  141. "enablePullDownRefresh": false
  142. }
  143. },
  144. {
  145. "path": "corporate-account-query/corporate-account-query-details",
  146. "style": {
  147. "navigationBarTitleText": "对公账户详情",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path": "corporate-account-query/corporate-account-query",
  153. "style": {
  154. "navigationBarTitleText": "对公账户查询",
  155. "enablePullDownRefresh": false
  156. }
  157. },
  158. {
  159. "path": "month-statement/month-statement-query-list",
  160. "style": {
  161. "navigationBarTitleText": "月结单查询",
  162. "enablePullDownRefresh": false
  163. }
  164. }, {
  165. "path": "progress-query/progress-query-business-details",
  166. "style": {
  167. "navigationBarTitleText": "业务审核记录详情",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path": "progress-query/progress-query-business",
  173. "style": {
  174. "navigationBarTitleText": "业务审核记录",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "progress-query/select-car",
  180. "style": {
  181. "navigationBarTitleText": "选择车辆",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "add-equity/equity-list",
  187. "style": {
  188. "navigationBarTitleText": "购买权益列表",
  189. "enablePullDownRefresh": false
  190. }
  191. },
  192. {
  193. "path": "add-equity/choice-order",
  194. "style": {
  195. "navigationBarTitleText": "选择订单",
  196. "enablePullDownRefresh": false
  197. }
  198. },
  199. {
  200. "path": "add-equity/add-equity",
  201. "style": {
  202. "navigationBarTitleText": "权益列表",
  203. "enablePullDownRefresh": false
  204. }
  205. },
  206. {
  207. "path": "add-equity/add-equity-details",
  208. "style": {
  209. "navigationBarTitleText": "权益详情",
  210. "enablePullDownRefresh": false
  211. }
  212. },
  213. {
  214. "path": "add-equity/equity-product-evaluation",
  215. "style": {
  216. "navigationBarTitleText": "权益产品评价",
  217. "enablePullDownRefresh": false
  218. }
  219. },
  220. {
  221. "path": "ETC-product-status-list-query/ETC-product-status-list-query",
  222. "style": {
  223. "navigationBarTitleText": "ETC产品状态名单",
  224. "enablePullDownRefresh": false
  225. }
  226. },
  227. {
  228. "path": "ETC-product-status-list-query/ETC-product-status-list-query-details",
  229. "style": {
  230. "navigationBarTitleText": "ETC产品状态名单详情",
  231. "enablePullDownRefresh": false
  232. }
  233. },
  234. {
  235. "path": "onlineService",
  236. "style": {
  237. "navigationBarTitleText": "在线客服",
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "path": "transferRecord",
  243. "style": {
  244. "navigationBarTitleText": "过户记录",
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. {
  249. "path": "empty",
  250. "style": {
  251. "navigationBarTitleText": "支付",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path": "inventory-equipment",
  257. "style": {
  258. "navigationBarTitleText": "库存设备统计",
  259. "enablePullDownRefresh": false
  260. }
  261. },
  262. {
  263. "path": "business-processie",
  264. "style": {
  265. "navigationBarTitleText": "业务操作记录",
  266. "enablePullDownRefresh": false
  267. }
  268. },
  269. {
  270. "path": "report/qingfen",
  271. "style": {
  272. "navigationBarTitleText": "清分对账统计",
  273. "enablePullDownRefresh": false
  274. }
  275. },
  276. {
  277. "path": "report/report",
  278. "style": {
  279. "navigationBarTitleText": "每日渠道推送报表",
  280. "enablePullDownRefresh": false
  281. }
  282. },
  283. {
  284. "path": "report/report-details",
  285. "style": {
  286. "navigationBarTitleText": "每日渠道推送报表详情",
  287. "enablePullDownRefresh": false
  288. }
  289. },
  290. {
  291. "path": "account-recharge/recharge",
  292. "style": {
  293. "navigationBarTitleText": "充值",
  294. "enablePullDownRefresh": false
  295. }
  296. },
  297. {
  298. "path": "account-recharge/result",
  299. "style": {
  300. "navigationBarTitleText": "结果",
  301. "enablePullDownRefresh": false
  302. }
  303. },
  304. {
  305. "path": "account-recharge/recharge-record",
  306. "style": {
  307. "navigationBarTitleText": "充值明细",
  308. "enablePullDownRefresh": false
  309. }
  310. },
  311. {
  312. "path": "account-recharge/consumption-record",
  313. "style": {
  314. "navigationBarTitleText": "消费明细",
  315. "enablePullDownRefresh": false
  316. }
  317. },
  318. {
  319. "path": "account-recharge/recharge-weixin",
  320. "style": {
  321. "navigationBarTitleText": "圈存",
  322. "enablePullDownRefresh": false
  323. }
  324. },
  325. {
  326. "path": "account-recharge/open-account",
  327. "style": {
  328. "navigationBarTitleText": "开户",
  329. "enablePullDownRefresh": false
  330. }
  331. },
  332. {
  333. "path": "account-recharge/index",
  334. "style": {
  335. "navigationBarTitleText": "ETC卡",
  336. "enablePullDownRefresh": false
  337. }
  338. },
  339. {
  340. "path": "account-recharge/login",
  341. "style": {
  342. "navigationBarTitleText": "登录",
  343. "enablePullDownRefresh": false
  344. }
  345. },
  346. {
  347. "path": "account-recharge/go-account",
  348. "style": {
  349. "navigationBarTitleText": "开户",
  350. "enablePullDownRefresh": false
  351. }
  352. },
  353. {
  354. "path": "account-recharge/forget-password",
  355. "style": {
  356. "navigationBarTitleText": "忘记密码",
  357. "enablePullDownRefresh": false
  358. }
  359. },
  360. {
  361. "path": "arrears/arrears",
  362. "style": {
  363. "navigationBarTitleText": "欠费补缴",
  364. "enablePullDownRefresh": false
  365. }
  366. },
  367. {
  368. "path": "refund-order-balance/refund-order-balance",
  369. "style": {
  370. "navigationBarTitleText": "余额补领",
  371. "enablePullDownRefresh": false
  372. }
  373. },
  374. {
  375. "path": "refund-order-balance/result",
  376. "style": {
  377. "navigationBarTitleText": "余额补领-办理成功",
  378. "enablePullDownRefresh": false
  379. }
  380. },
  381. {
  382. "path": "refund-order-balance/select-car",
  383. "style": {
  384. "navigationBarTitleText": "余额补领-选择车辆",
  385. "enablePullDownRefresh": false
  386. }
  387. },
  388. {
  389. "path": "deviceInfo/deviceInfo",
  390. "style": {
  391. "navigationBarTitleText": "设备信息",
  392. "enablePullDownRefresh": false
  393. }
  394. },
  395. {
  396. "path": "activation/activate",
  397. "style": {
  398. "navigationBarTitleText": "设备激活",
  399. "enablePullDownRefresh": false
  400. }
  401. },
  402. {
  403. "path": "activation/activate-SH",
  404. "style": {
  405. "navigationBarTitleText": "设备激活",
  406. "enablePullDownRefresh": false
  407. }
  408. },
  409. {
  410. "path": "activation/operation-upload",
  411. "style": {
  412. "navigationBarTitleText": "上传图片"
  413. }
  414. },
  415. {
  416. "path": "activation/operation-tips",
  417. "style": {
  418. "navigationBarTitleText": "操作提示"
  419. }
  420. },
  421. {
  422. "path": "activation-once-again/activation-once-again",
  423. "style": {
  424. "navigationBarTitleText": "OBU重新激活"
  425. }
  426. },
  427. {
  428. "path": "activation-once-again/activation-once-again-ali",
  429. "style": {
  430. "navigationBarTitleText": "OBU重新激活"
  431. }
  432. },
  433. {
  434. "path": "activation-once-again/activation-once-again-record",
  435. "style": {
  436. "navigationBarTitleText": "OBU重新激活记录"
  437. }
  438. },
  439. {
  440. "path": "activation-once-again/select-car",
  441. "style": {
  442. "navigationBarTitleText": "选择车辆"
  443. }
  444. },
  445. {
  446. "path": "reportLossCard",
  447. "style": {
  448. "navigationBarTitleText": "卡签挂失/解除挂失",
  449. "enablePullDownRefresh": false
  450. }
  451. },
  452. {
  453. "path": "card-loss-reporting/cardloss",
  454. "style": {
  455. "navigationBarTitleText": "卡签挂失",
  456. "enablePullDownRefresh": false
  457. }
  458. },
  459. {
  460. "path": "releaseSuspension/cardloss",
  461. "style": {
  462. "navigationBarTitleText": "解除挂起验证",
  463. "enablePullDownRefresh": false
  464. }
  465. },
  466. {
  467. "path": "orderPage",
  468. "style": {
  469. "navigationBarTitleText": "卡注销退费申请",
  470. "enablePullDownRefresh": false
  471. }
  472. },
  473. {
  474. "path": "refundPage-selectCar",
  475. "style": {
  476. "navigationBarTitleText": "ETC卡注销退费申请-选择车辆",
  477. "enablePullDownRefresh": false
  478. }
  479. },
  480. {
  481. "path": "refundPage",
  482. "style": {
  483. "navigationBarTitleText": "ETC卡注销退费申请",
  484. "enablePullDownRefresh": false
  485. }
  486. },
  487. {
  488. "path": "refundPage-result",
  489. "style": {
  490. "navigationBarTitleText": "ETC卡注销退费申请",
  491. "enablePullDownRefresh": false
  492. }
  493. },
  494. {
  495. "path": "card-loss-reporting/cardloss-confirm",
  496. "style": {
  497. "navigationBarTitleText": "卡签挂失/解除挂失-确认",
  498. "enablePullDownRefresh": false
  499. }
  500. },
  501. {
  502. "path": "card-loss-reporting/card-result",
  503. "style": {
  504. "navigationBarTitleText": "卡签挂失/解除挂失-结果",
  505. "enablePullDownRefresh": false
  506. }
  507. },
  508. {
  509. "path": "releaseSuspension/cardloss-confirm",
  510. "style": {
  511. "navigationBarTitleText": "解除挂起-确认",
  512. "enablePullDownRefresh": false
  513. }
  514. },
  515. {
  516. "path": "releaseSuspension/card-result",
  517. "style": {
  518. "navigationBarTitleText": "解除挂起-结果",
  519. "enablePullDownRefresh": false
  520. }
  521. },
  522. {
  523. "path": "transfer-ownership/card-result",
  524. "style": {
  525. "navigationBarTitleText": "ETC过户-结果",
  526. "enablePullDownRefresh": false
  527. }
  528. },
  529. {
  530. "path": "transfer-ownership/transfer-confirm",
  531. "style": {
  532. "navigationBarTitleText": "ETC过户-确认",
  533. "enablePullDownRefresh": false
  534. }
  535. },
  536. {
  537. "path": "transfer-ownership/transfer-verification",
  538. "style": {
  539. "navigationBarTitleText": "ETC过户-验证",
  540. "enablePullDownRefresh": false
  541. }
  542. },
  543. {
  544. "path": "card-deactivation-activation/deactivation-activation-confirm",
  545. "style": {
  546. "navigationBarTitleText": "卡签停用/启用-确认",
  547. "enablePullDownRefresh": false
  548. }
  549. },
  550. {
  551. "path": "card-Renewal/renewal-confirm",
  552. "style": {
  553. "navigationBarTitleText": "卡签续期-确认",
  554. "enablePullDownRefresh": false
  555. }
  556. },
  557. {
  558. "path": "pin-code-deblocking/pin-code-confirm",
  559. "style": {
  560. "navigationBarTitleText": "卡pin码解锁-确认",
  561. "enablePullDownRefresh": false
  562. }
  563. },
  564. {
  565. "path": "ETC-log-off/log-off-confirm",
  566. "style": {
  567. "navigationBarTitleText": "ETC注销-确认",
  568. "enablePullDownRefresh": false
  569. }
  570. },
  571. {
  572. "path": "ETC-log-off/etc-log-off",
  573. "style": {
  574. "navigationBarTitleText": "ETC注销-填写",
  575. "enablePullDownRefresh": false
  576. }
  577. },
  578. {
  579. "path": "ETC-log-off/upload-card",
  580. "style": {
  581. "navigationBarTitleText": "ETC注销-选择注销原因",
  582. "enablePullDownRefresh": false
  583. }
  584. },
  585. {
  586. "path": "ETC-log-off/refund-information-list",
  587. "style": {
  588. "navigationBarTitleText": "退费信息列表",
  589. "enablePullDownRefresh": false
  590. }
  591. },
  592. {
  593. "path": "ETC-log-off/refund-information-add",
  594. "style": {
  595. "navigationBarTitleText": "注销退费资料填写",
  596. "enablePullDownRefresh": false
  597. }
  598. },
  599. {
  600. "path": "ETC-log-off/refund-information-edit",
  601. "style": {
  602. "navigationBarTitleText": "注销退费资料编辑",
  603. "enablePullDownRefresh": false
  604. }
  605. },
  606. {
  607. "path": "ETC-log-off/log-off-result",
  608. "style": {
  609. "navigationBarTitleText": "ETC注销-成功",
  610. "enablePullDownRefresh": false
  611. }
  612. },
  613. {
  614. "path": "ETC-log-off/etc-log-off-pay",
  615. "style": {
  616. "navigationBarTitleText": "ETC注销-支付",
  617. "enablePullDownRefresh": false
  618. }
  619. },
  620. {
  621. "path": "additional-equipment/additional-equipment-confirm",
  622. "style": {
  623. "navigationBarTitleText": "增补OBU-确认",
  624. "enablePullDownRefresh": false
  625. }
  626. },
  627. {
  628. "path": "additional-equipment/additional-equipment-verification",
  629. "style": {
  630. "navigationBarTitleText": "增补OBU-验证",
  631. "enablePullDownRefresh": false
  632. }
  633. },
  634. {
  635. "path": "additional-equipment/base-change-people",
  636. "style": {
  637. "navigationBarTitleText": "设备补增-个人信息",
  638. "enablePullDownRefresh": false
  639. }
  640. },
  641. {
  642. "path": "additional-equipment/car-change",
  643. "style": {
  644. "navigationBarTitleText": "设备补增-车辆信息",
  645. "enablePullDownRefresh": false
  646. }
  647. },
  648. {
  649. "path": "additional-equipment/pay-page",
  650. "style": {
  651. "navigationBarTitleText": "设备补增-车辆信息",
  652. "enablePullDownRefresh": false
  653. }
  654. },
  655. {
  656. "path": "additional-equipment/result",
  657. "style": {
  658. "navigationBarTitleText": "设备补增-结果",
  659. "enablePullDownRefresh": false
  660. }
  661. },
  662. {
  663. "path": "equipment-upgrade/select-car",
  664. "style": {
  665. "navigationBarTitleText": "设备升级-选择车牌",
  666. "enablePullDownRefresh": false
  667. }
  668. },
  669. {
  670. "path": "equipment-upgrade/upgrade-confirm",
  671. "style": {
  672. "navigationBarTitleText": "设备升级-确定",
  673. "enablePullDownRefresh": false
  674. }
  675. },
  676. {
  677. "path": "card-release-pending/select-car",
  678. "style": {
  679. "navigationBarTitleText": "卡签挂起-选择车牌",
  680. "enablePullDownRefresh": false
  681. }
  682. },
  683. {
  684. "path": "card-release-pending/release-pending-confirm",
  685. "style": {
  686. "navigationBarTitleText": "卡签挂起-确认",
  687. "enablePullDownRefresh": false
  688. }
  689. },
  690. {
  691. "path": "card-release-pending/verification",
  692. "style": {
  693. "navigationBarTitleText": "卡签挂起-验证",
  694. "enablePullDownRefresh": false
  695. }
  696. },
  697. {
  698. "path": "card-release-pending/result",
  699. "style": {
  700. "navigationBarTitleText": "卡签挂起-结果",
  701. "enablePullDownRefresh": false
  702. }
  703. },
  704. {
  705. "path": "rescind-carId/rescind-carId-select",
  706. "style": {
  707. "navigationBarTitleText": "解除车牌占用",
  708. "enablePullDownRefresh": false
  709. }
  710. },
  711. {
  712. "path": "rescind-carId/rescind-carId-select-direction",
  713. "style": {
  714. "navigationBarTitleText": "解除车牌占用-引导页",
  715. "enablePullDownRefresh": false
  716. }
  717. },
  718. {
  719. "path": "rescind-carId/rescind-carId-select-list",
  720. "style": {
  721. "navigationBarTitleText": "解除车牌占用",
  722. "enablePullDownRefresh": false
  723. }
  724. },
  725. {
  726. "path": "rescind-carId/rescind-carId-select-details",
  727. "style": {
  728. "navigationBarTitleText": "解除车牌占用详情",
  729. "enablePullDownRefresh": false
  730. }
  731. },
  732. {
  733. "path": "rescind-carId/result",
  734. "style": {
  735. "navigationBarTitleText": "解除车牌占用-结果",
  736. "enablePullDownRefresh": false
  737. }
  738. },
  739. {
  740. "path": "replace-equipment/replace-equipment-confirm",
  741. "style": {
  742. "navigationBarTitleText": "更换ETC设备-确认",
  743. "enablePullDownRefresh": false
  744. }
  745. },
  746. {
  747. "path": "replace-equipment/order-confirm-receipt",
  748. "style": {
  749. "navigationBarTitleText": "更换ETC设备-确认收货",
  750. "enablePullDownRefresh": false,
  751. "navigationStyle": "custom"
  752. }
  753. },
  754. {
  755. "path": "replace-equipment/order-payment",
  756. "style": {
  757. "navigationBarTitleText": "支付",
  758. "enablePullDownRefresh": false
  759. }
  760. },
  761. {
  762. "path": "replace-equipment/verification",
  763. "style": {
  764. "navigationBarTitleText": "更换ETC设备-验证",
  765. "enablePullDownRefresh": false
  766. }
  767. },
  768. {
  769. "path": "replace-equipment/verification-huanhuo",
  770. "style": {
  771. "navigationBarTitleText": "更换ETC设备-换货-验证",
  772. "enablePullDownRefresh": false
  773. }
  774. },
  775. {
  776. "path": "replace-equipment/base-change-people",
  777. "style": {
  778. "navigationBarTitleText": "更换ETC设备-个人信息",
  779. "enablePullDownRefresh": false
  780. }
  781. },
  782. {
  783. "path": "replace-equipment/car-change",
  784. "style": {
  785. "navigationBarTitleText": "更换ETC设备-车辆信息",
  786. "enablePullDownRefresh": false
  787. }
  788. },
  789. {
  790. "path": "replace-equipment/form",
  791. "style": {
  792. "navigationBarTitleText": "更换ETC设备-填写信息",
  793. "enablePullDownRefresh": false
  794. }
  795. },
  796. {
  797. "path": "replace-equipment/form-huanhuo",
  798. "style": {
  799. "navigationBarTitleText": "换货-填写信息",
  800. "enablePullDownRefresh": false
  801. }
  802. },
  803. {
  804. "path": "replace-equipment/cancellation-contract",
  805. "style": {
  806. "navigationBarTitleText": "更换ETC设备-解除合约",
  807. "enablePullDownRefresh": false
  808. }
  809. },
  810. {
  811. "path": "replace-equipment/release-products",
  812. "style": {
  813. "navigationBarTitleText": "更换ETC设备-支付账户签约",
  814. "enablePullDownRefresh": false
  815. }
  816. },
  817. {
  818. "path": "replace-equipment/bank-card-add",
  819. "style": {
  820. "navigationBarTitleText": "更换ETC设备-添加银行卡",
  821. "enablePullDownRefresh": false
  822. }
  823. },
  824. {
  825. "path": "replace-equipment/product-detail",
  826. "style": {
  827. "navigationBarTitleText": "更换ETC设备-微信签约",
  828. "enablePullDownRefresh": false
  829. }
  830. },
  831. {
  832. "path": "replace-equipment/signing-bank",
  833. "style": {
  834. "navigationBarTitleText": "更换ETC设备-扣款账户关联",
  835. "enablePullDownRefresh": false
  836. }
  837. },
  838. {
  839. "path": "replace-equipment/pay-page",
  840. "style": {
  841. "navigationBarTitleText": "更换ETC设备-支付",
  842. "enablePullDownRefresh": false
  843. }
  844. },
  845. {
  846. "path": "replace-equipment/result",
  847. "style": {
  848. "navigationBarTitleText": "更换ETC设备-结果",
  849. "enablePullDownRefresh": false
  850. }
  851. },
  852. {
  853. "path": "replace-cardObu/replace-equipment-confirm",
  854. "style": {
  855. "navigationBarTitleText": "补卡补签-确认",
  856. "enablePullDownRefresh": false
  857. }
  858. },
  859. {
  860. "path": "replace-cardObu/order-confirm-receipt",
  861. "style": {
  862. "navigationBarTitleText": "补卡补签-确认收货",
  863. "enablePullDownRefresh": false,
  864. "navigationStyle": "custom"
  865. }
  866. },
  867. {
  868. "path": "replace-cardObu/order-payment",
  869. "style": {
  870. "navigationBarTitleText": "支付",
  871. "enablePullDownRefresh": false
  872. }
  873. },
  874. {
  875. "path": "replace-cardObu/verification",
  876. "style": {
  877. "navigationBarTitleText": "补卡补签-验证",
  878. "enablePullDownRefresh": false
  879. }
  880. },
  881. {
  882. "path": "replace-cardObu/verification-huanhuo",
  883. "style": {
  884. "navigationBarTitleText": "补卡补签-换货-验证",
  885. "enablePullDownRefresh": false
  886. }
  887. },
  888. {
  889. "path": "replace-cardObu/base-change-people",
  890. "style": {
  891. "navigationBarTitleText": "补卡补签-个人信息",
  892. "enablePullDownRefresh": false
  893. }
  894. },
  895. {
  896. "path": "replace-cardObu/car-change",
  897. "style": {
  898. "navigationBarTitleText": "补卡补签-车辆信息",
  899. "enablePullDownRefresh": false
  900. }
  901. },
  902. {
  903. "path": "replace-cardObu/form",
  904. "style": {
  905. "navigationBarTitleText": "补卡补签-填写信息",
  906. "enablePullDownRefresh": false
  907. }
  908. },
  909. {
  910. "path": "replace-cardObu/form-huanhuo",
  911. "style": {
  912. "navigationBarTitleText": "换货-填写信息",
  913. "enablePullDownRefresh": false
  914. }
  915. },
  916. {
  917. "path": "replace-cardObu/cancellation-contract",
  918. "style": {
  919. "navigationBarTitleText": "补卡补签-解除合约",
  920. "enablePullDownRefresh": false
  921. }
  922. },
  923. {
  924. "path": "replace-cardObu/release-products",
  925. "style": {
  926. "navigationBarTitleText": "补卡补签-支付账户签约",
  927. "enablePullDownRefresh": false
  928. }
  929. },
  930. {
  931. "path": "replace-cardObu/bank-card-add",
  932. "style": {
  933. "navigationBarTitleText": "补卡补签-添加银行卡",
  934. "enablePullDownRefresh": false
  935. }
  936. },
  937. {
  938. "path": "replace-cardObu/product-detail",
  939. "style": {
  940. "navigationBarTitleText": "补卡补签-微信签约",
  941. "enablePullDownRefresh": false
  942. }
  943. },
  944. {
  945. "path": "replace-cardObu/signing-bank",
  946. "style": {
  947. "navigationBarTitleText": "补卡补签-扣款账户关联",
  948. "enablePullDownRefresh": false
  949. }
  950. },
  951. {
  952. "path": "replace-cardObu/pay-page",
  953. "style": {
  954. "navigationBarTitleText": "补卡补签-支付",
  955. "enablePullDownRefresh": false
  956. }
  957. },
  958. {
  959. "path": "replace-cardObu/result",
  960. "style": {
  961. "navigationBarTitleText": "补卡补签-结果",
  962. "enablePullDownRefresh": false
  963. }
  964. },
  965. {
  966. "path": "account-change/select-car",
  967. "style": {
  968. "navigationBarTitleText": "扣款账户变更-选择车辆",
  969. "enablePullDownRefresh": false
  970. }
  971. },
  972. {
  973. "path": "account-change/verification",
  974. "style": {
  975. "navigationBarTitleText": "扣款账户变更-验证",
  976. "enablePullDownRefresh": false
  977. }
  978. },
  979. {
  980. "path": "account-change/cancellation-contract",
  981. "style": {
  982. "navigationBarTitleText": "扣款账户变更-签约账户确认",
  983. "enablePullDownRefresh": false
  984. }
  985. },
  986. {
  987. "path": "account-change/release-products",
  988. "style": {
  989. "navigationBarTitleText": "扣款账户变更-支付账户签约",
  990. "enablePullDownRefresh": false
  991. }
  992. },
  993. {
  994. "path": "account-change/bank-card-add",
  995. "style": {
  996. "navigationBarTitleText": "扣款账户变更-添加银行卡",
  997. "enablePullDownRefresh": false
  998. }
  999. },
  1000. {
  1001. "path": "account-change/product-detail",
  1002. "style": {
  1003. "navigationBarTitleText": "扣款账户变更-签约微信",
  1004. "enablePullDownRefresh": false
  1005. }
  1006. },
  1007. {
  1008. "path": "account-change/signing-bank",
  1009. "style": {
  1010. "navigationBarTitleText": "扣款账户关联",
  1011. "enablePullDownRefresh": false
  1012. }
  1013. },
  1014. {
  1015. "path": "account-change/result",
  1016. "style": {
  1017. "navigationBarTitleText": "扣款账户变更-结果",
  1018. "enablePullDownRefresh": false
  1019. }
  1020. },
  1021. {
  1022. "path": "to-bookkeeping-card/confirm",
  1023. "style": {
  1024. "navigationBarTitleText": "储值卡转记账卡-确认",
  1025. "enablePullDownRefresh": false
  1026. }
  1027. },
  1028. {
  1029. "path": "to-bookkeeping-card/verification",
  1030. "style": {
  1031. "navigationBarTitleText": "储值卡转记账卡-验证",
  1032. "enablePullDownRefresh": false
  1033. }
  1034. },
  1035. {
  1036. "path": "to-bookkeeping-card/mailing_information",
  1037. "style": {
  1038. "navigationBarTitleText": "储值卡转记账卡-填写信息",
  1039. "enablePullDownRefresh": false
  1040. }
  1041. },
  1042. {
  1043. "path": "to-bookkeeping-card/pay-page",
  1044. "style": {
  1045. "navigationBarTitleText": "储值卡转记账卡-支付",
  1046. "enablePullDownRefresh": false
  1047. }
  1048. },
  1049. {
  1050. "path": "to-bookkeeping-card/refund",
  1051. "style": {
  1052. "navigationBarTitleText": "储值卡转记账卡-退费",
  1053. "enablePullDownRefresh": false
  1054. }
  1055. },
  1056. {
  1057. "path": "to-bookkeeping-card/base-change-people",
  1058. "style": {
  1059. "navigationBarTitleText": "储值卡转记账卡-个人信息",
  1060. "enablePullDownRefresh": false
  1061. }
  1062. },
  1063. {
  1064. "path": "to-bookkeeping-card/car-change",
  1065. "style": {
  1066. "navigationBarTitleText": "储值卡转记账卡-车辆信息",
  1067. "enablePullDownRefresh": false
  1068. }
  1069. },
  1070. {
  1071. "path": "to-bookkeeping-card/release-products",
  1072. "style": {
  1073. "navigationBarTitleText": "储值卡转记账卡-支付账户签约",
  1074. "enablePullDownRefresh": false
  1075. }
  1076. },
  1077. {
  1078. "path": "to-bookkeeping-card/bank-card-add",
  1079. "style": {
  1080. "navigationBarTitleText": "添加银行卡",
  1081. "enablePullDownRefresh": false
  1082. }
  1083. },
  1084. {
  1085. "path": "to-bookkeeping-card/product-detail",
  1086. "style": {
  1087. "navigationBarTitleText": "微信签约",
  1088. "enablePullDownRefresh": false
  1089. }
  1090. },
  1091. {
  1092. "path": "to-bookkeeping-card/signing-bank",
  1093. "style": {
  1094. "navigationBarTitleText": "扣款账户关联",
  1095. "enablePullDownRefresh": false
  1096. }
  1097. },
  1098. {
  1099. "path": "to-bookkeeping-card/result",
  1100. "style": {
  1101. "navigationBarTitleText": "储值卡转记账卡-结果",
  1102. "enablePullDownRefresh": false
  1103. }
  1104. },
  1105. {
  1106. "path": "to-bookkeeping-card/choice-product-new",
  1107. "style": {
  1108. "navigationBarTitleText": "储值卡转记账卡-选择产品",
  1109. "enablePullDownRefresh": false
  1110. }
  1111. },
  1112. {
  1113. "path": "to-bookkeeping-card/detail",
  1114. "style": {
  1115. "navigationBarTitleText": "储值卡转记账卡-选择详情",
  1116. "enablePullDownRefresh": false
  1117. }
  1118. },
  1119. {
  1120. "path": "account-opening-template/account-opening-template",
  1121. "style": {
  1122. "navigationBarTitleText": "",
  1123. "enablePullDownRefresh": false
  1124. }
  1125. }
  1126. ]
  1127. },
  1128. {
  1129. "root": "subpackage/orders", //订单管理模块
  1130. "pages": [
  1131. {
  1132. "path": "transfer-page-sign",
  1133. "style": {
  1134. "navigationBarTitleText": "订单查询",
  1135. "enablePullDownRefresh": false
  1136. }
  1137. },
  1138. {
  1139. "path": "essential-information-two",
  1140. "style": {
  1141. "navigationBarTitleText": "九州ETC",
  1142. "navigationStyle": "custom",
  1143. "navigationBarTextStyle":"white",
  1144. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1145. "transparentTitle": "always",
  1146. "titlePenetrate": "YES",
  1147. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1148. "navigationBarFrontColor":"white",
  1149. "navigationBarBackgroundColor":"white"
  1150. }
  1151. }
  1152. },
  1153. {
  1154. "path": "essential-information",
  1155. "style": {
  1156. "navigationBarTitleText": "九州ETC",
  1157. "navigationStyle": "custom",
  1158. "navigationBarTextStyle":"white",
  1159. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1160. "transparentTitle": "always",
  1161. "titlePenetrate": "YES",
  1162. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1163. "navigationBarFrontColor":"white",
  1164. "navigationBarBackgroundColor":"white"
  1165. }
  1166. }
  1167. },
  1168. {
  1169. "path": "signUserAgreement",
  1170. "style": {
  1171. "navigationBarTitleText": "签署用户协议"
  1172. }
  1173. },
  1174. {
  1175. "path": "payment/payment",
  1176. "style": {
  1177. "navigationBarTitleText": "支付"
  1178. }
  1179. },
  1180. {
  1181. "path": "sign/sign-up-ali",
  1182. "style": {
  1183. "navigationBarTitleText": "支付宝代扣"
  1184. }
  1185. },
  1186. {
  1187. "path": "deductionAccountAssociation",
  1188. "style": {
  1189. "navigationBarTitleText": "扣款账户关联",
  1190. "navigationStyle": "custom",
  1191. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1192. "transparentTitle": "always",
  1193. "titlePenetrate": "YES",
  1194. "defaultTitle": "" // 将导航栏默认的 title 置空
  1195. }
  1196. }
  1197. },
  1198. {
  1199. "path": "release-products",
  1200. "style": {
  1201. "navigationBarTitleText": "支付账户签约",
  1202. "navigationStyle": "custom",
  1203. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1204. "transparentTitle": "always",
  1205. "titlePenetrate": "YES",
  1206. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1207. "navigationBarFrontColor":"white",
  1208. "navigationBarBackgroundColor":"white"
  1209. }
  1210. }
  1211. },
  1212. {
  1213. "path": "order_payment",
  1214. "style": {
  1215. "navigationBarTitleText": "订单支付",
  1216. "navigationStyle": "custom",
  1217. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1218. "transparentTitle": "always",
  1219. "titlePenetrate": "YES",
  1220. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1221. "navigationBarFrontColor":"white",
  1222. "navigationBarBackgroundColor":"white"
  1223. }
  1224. }
  1225. },
  1226. {
  1227. "path": "mpng-payment",
  1228. "style": {
  1229. "navigationBarTitleText": "交通银行支付"
  1230. }
  1231. },
  1232. {
  1233. "path": "addAddress",
  1234. "style": {
  1235. "navigationBarTitleText": "新增收货地址"
  1236. }
  1237. },
  1238. {
  1239. "path": "editAddress",
  1240. "style": {
  1241. "navigationBarTitleText": "修改收货地址"
  1242. }
  1243. },
  1244. {
  1245. "path": "opening-account-unit",
  1246. "style": {
  1247. "navigationBarTitleText": "ETC开户新办申请-单位",
  1248. "navigationStyle": "custom",
  1249. "navigationBarTextStyle":"white",
  1250. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1251. "transparentTitle": "always",
  1252. "titlePenetrate": "YES",
  1253. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1254. "navigationBarFrontColor":"white",
  1255. "navigationBarBackgroundColor":"white"
  1256. }
  1257. }
  1258. },
  1259. {
  1260. "path": "opening-account-people",
  1261. "style": {
  1262. "navigationBarTitleText": "ETC开户新办申请-个人",
  1263. "navigationStyle": "custom",
  1264. "navigationBarTextStyle":"white",
  1265. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1266. "transparentTitle": "always",
  1267. "titlePenetrate": "YES", // 允许点击穿透后,才能触发导航栏上的 onTap 事件
  1268. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1269. "navigationBarFrontColor":"white",
  1270. "navigationBarBackgroundColor":"white"
  1271. }
  1272. }
  1273. },
  1274. {
  1275. "path": "car-release",
  1276. "style": {
  1277. "navigationBarTitleText": "行驶证信息上传",
  1278. "navigationStyle": "custom",
  1279. "navigationBarTextStyle":"white",
  1280. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1281. "transparentTitle": "always",
  1282. "titlePenetrate": "YES",
  1283. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1284. "navigationBarFrontColor":"white",
  1285. "navigationBarBackgroundColor":"white"
  1286. }
  1287. }
  1288. },
  1289. {
  1290. "path": "sign-up",
  1291. "style": {
  1292. "navigationBarTitleText": "微信车主服务"
  1293. }
  1294. },
  1295. {
  1296. "path": "sign-up-ali",
  1297. "style": {
  1298. "navigationBarTitleText": "支付宝签约代扣"
  1299. }
  1300. },
  1301. {
  1302. "path": "equity/interestsList",
  1303. "style": {
  1304. "navigationBarTitleText": "权益简介" //加购权益产品
  1305. }
  1306. },
  1307. {
  1308. "path": "equity/equityList",
  1309. "style": {
  1310. "navigationBarTitleText": "权益选购",
  1311. "navigationStyle": "custom",
  1312. "navigationBarTextStyle":"white",
  1313. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1314. "transparentTitle": "always",
  1315. "titlePenetrate": "YES",
  1316. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1317. "navigationBarFrontColor":"white",
  1318. "navigationBarBackgroundColor":"white"
  1319. }
  1320. }
  1321. },
  1322. {
  1323. "path": "choice-product",
  1324. "style": {
  1325. "navigationBarTitleText": "产品选择",
  1326. "navigationStyle": "custom",
  1327. "navigationBarTextStyle":"white",
  1328. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1329. "transparentTitle": "always",
  1330. "titlePenetrate": "YES",
  1331. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1332. "navigationBarFrontColor":"white",
  1333. "navigationBarBackgroundColor":"white"
  1334. }
  1335. }
  1336. },
  1337. {
  1338. "path": "product-detail",
  1339. "style": {
  1340. "navigationBarTitleText": "产品详情",
  1341. "navigationStyle": "custom",
  1342. "navigationBarTextStyle":"white",
  1343. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1344. "transparentTitle": "always",
  1345. "titlePenetrate": "YES",
  1346. "defaultTitle": "" ,// 将导航栏默认的 title 置空
  1347. "navigationBarFrontColor":"white",
  1348. "navigationBarBackgroundColor":"white"
  1349. }
  1350. }
  1351. },
  1352. {
  1353. "path": "invoiceApply/invoice-header",
  1354. "style": {
  1355. "navigationBarTitleText": "选择抬头"
  1356. }
  1357. },
  1358. {
  1359. "path": "invoiceApply/invoiceList",
  1360. "style": {
  1361. "navigationBarTitleText": "开票记录"
  1362. }
  1363. },
  1364. {
  1365. "path": "invoiceApply/invoice-step1",
  1366. "style": {
  1367. "navigationBarTitleText": "开票申请"
  1368. }
  1369. },
  1370. {
  1371. "path": "invoiceApply/invoice-step2",
  1372. "style": {
  1373. "navigationBarTitleText": "开票申请"
  1374. }
  1375. },
  1376. {
  1377. "path": "invoiceApply/Invoice-mannager",
  1378. "style": {
  1379. "navigationBarTitleText": "选择发票订单类型"
  1380. }
  1381. },
  1382. {
  1383. "path": "invoiceApply/invoice-content",
  1384. "style": {
  1385. "navigationBarTitleText": "选择订单开票"
  1386. }
  1387. },
  1388. {
  1389. "path": "invoiceApply/invoice-header-list",
  1390. "style": {
  1391. "navigationBarTitleText": "发票抬头"
  1392. }
  1393. },
  1394. {
  1395. "path": "invoiceApply/invoice-header-add",
  1396. "style": {
  1397. "navigationBarTitleText": "新增发票抬头"
  1398. }
  1399. },
  1400. {
  1401. "path": "invoiceApply/invoice-header-edit",
  1402. "style": {
  1403. "navigationBarTitleText": "编辑发票抬头"
  1404. }
  1405. },
  1406. {
  1407. "path": "moreHighMsg/moreHighMsg",
  1408. "style": {
  1409. "navigationBarTitleText": "高速快讯",
  1410. "enablePullDownRefresh": true
  1411. }
  1412. },
  1413. {
  1414. "path": "moreHighMsg/textDetails",
  1415. "style": {
  1416. "navigationBarTitleText": "文本详情",
  1417. "enablePullDownRefresh": true
  1418. }
  1419. },
  1420. {
  1421. "path": "verification-apply",
  1422. "style": {
  1423. "navigationBarTitleText": "验证申请"
  1424. }
  1425. },
  1426. {
  1427. "path": "apply-ex-goods",
  1428. "style": {
  1429. "navigationBarTitleText": "申请换货"
  1430. }
  1431. },
  1432. {
  1433. "path": "apply-ex-goods-step1",
  1434. "style": {
  1435. "navigationBarTitleText": "申请换货"
  1436. }
  1437. },
  1438. {
  1439. "path": "apply-return-goods",
  1440. "style": {
  1441. "navigationBarTitleText": "申请退货"
  1442. }
  1443. },
  1444. {
  1445. "path": "cancel-order",
  1446. "style": {
  1447. "navigationBarTitleText": "取消订单"
  1448. }
  1449. },
  1450. {
  1451. "path": "cardAmountDetail",
  1452. "style": {
  1453. "navigationBarTitleText": "查看进度"
  1454. }
  1455. },
  1456. {
  1457. "path": "flowingWater",
  1458. "style": {
  1459. "navigationBarTitleText": "补卡额圈存"
  1460. }
  1461. },
  1462. {
  1463. "path": "flowingWater-selectCar",
  1464. "style": {
  1465. "navigationBarTitleText": "补卡额圈存-选择车辆"
  1466. }
  1467. },
  1468. {
  1469. "path": "flowingWater-result",
  1470. "style": {
  1471. "navigationBarTitleText": "补卡额-办理成功"
  1472. }
  1473. },
  1474. {
  1475. "path": "order-cardQuota-apply",
  1476. "style": {
  1477. "navigationBarTitleText": "补卡额申请",
  1478. "navigationStyle": "custom",
  1479. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1480. "transparentTitle": "always",
  1481. "titlePenetrate": "YES",
  1482. "defaultTitle": "" // 将导航栏默认的 title 置空
  1483. }
  1484. }
  1485. },
  1486. {
  1487. "path": "order-cardQuota-progress",
  1488. "style": {
  1489. "navigationBarTitleText": "查看进度"
  1490. }
  1491. },
  1492. {
  1493. "path": "order-confirm-receipt",
  1494. "style": {
  1495. "navigationBarTitleText": "确认收货",
  1496. "navigationStyle": "custom"
  1497. }
  1498. },
  1499. {
  1500. "path": "order-detail-logistics",
  1501. "style": {
  1502. "navigationBarTitleText": "查看物流"
  1503. }
  1504. },
  1505. {
  1506. "path": "order-details-cancel-numberplate",
  1507. "style": {
  1508. "navigationBarTitleText": "订单详情"
  1509. }
  1510. },
  1511. {
  1512. "path": "order-details-card-sign",
  1513. "style": {
  1514. "navigationBarTitleText": "订单详情"
  1515. }
  1516. },
  1517. {
  1518. "path": "order-details-edit-car",
  1519. "style": {
  1520. "navigationBarTitleText": "订单详情"
  1521. }
  1522. },
  1523. {
  1524. "path": "order-details-logoff-etc",
  1525. "style": {
  1526. "navigationBarTitleText": "订单详情"
  1527. }
  1528. },
  1529. {
  1530. "path": "order-details-new",
  1531. "style": {
  1532. "navigationBarTitleText": "订单详情",
  1533. "navigationStyle": "custom",
  1534. "navigationBarTextStyle":"white",
  1535. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1536. "transparentTitle": "always",
  1537. "titlePenetrate": "YES",
  1538. "defaultTitle": "" // 将导航栏默认的 title 置空
  1539. }
  1540. }
  1541. },
  1542. {
  1543. "path": "order-details-obu",
  1544. "style": {
  1545. "navigationBarTitleText": "订单详情"
  1546. }
  1547. },
  1548. {
  1549. "path": "order-details-recharge",
  1550. "style": {
  1551. "navigationBarTitleText": "订单详情"
  1552. }
  1553. },
  1554. {
  1555. "path": "order-evaluate",
  1556. "style": {
  1557. "navigationBarTitleText": "评价"
  1558. }
  1559. },
  1560. {
  1561. "path": "order-evaluate-product",
  1562. "style": {
  1563. "navigationBarTitleText": "产品评价"
  1564. }
  1565. },
  1566. {
  1567. "path": "order-evaluate-salesman",
  1568. "style": {
  1569. "navigationBarTitleText": "业务员满意度评价"
  1570. }
  1571. },
  1572. {
  1573. "path": "payment",
  1574. "style": {
  1575. "navigationBarTitleText": "收银",
  1576. "navigationStyle": "custom",
  1577. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1578. "transparentTitle": "always",
  1579. "titlePenetrate": "YES",
  1580. "defaultTitle": "" // 将导航栏默认的 title 置空
  1581. }
  1582. }
  1583. },
  1584. {
  1585. "path": "refund-confirm",
  1586. "style": {
  1587. "navigationBarTitleText": "欠费补缴",
  1588. "navigationStyle": "custom",
  1589. "mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
  1590. "transparentTitle": "always",
  1591. "titlePenetrate": "YES",
  1592. "defaultTitle": "" // 将导航栏默认的 title 置空
  1593. }
  1594. }
  1595. },
  1596. {
  1597. "path": "refund-deposit-card",
  1598. "style": {
  1599. "navigationBarTitleText": "储值卡圈存-退款"
  1600. }
  1601. }, {
  1602. "path": "verify/verify-phone/verify-phone",
  1603. "style": {
  1604. "navigationBarTitleText": "获取短信验证码",
  1605. "enablePullDownRefresh": false
  1606. }
  1607. }, {
  1608. "path": "verify/verify-phone-code/verify-phone-code",
  1609. "style": {
  1610. "navigationBarTitleText": "短信验证码校验",
  1611. "enablePullDownRefresh": false
  1612. }
  1613. }
  1614. ]
  1615. },
  1616. {
  1617. "root": "subpackage/personal-center", //个人中心
  1618. "pages": [
  1619. {
  1620. "path": "vehicle-change/vehicle-change-chepai",
  1621. "style": {
  1622. "navigationBarTitleText": "车牌变更",
  1623. "enablePullDownRefresh": false
  1624. }
  1625. },
  1626. {
  1627. "path": "vehicle-change/vehicle-change-direction",
  1628. "style": {
  1629. "navigationBarTitleText": "引导页",
  1630. "enablePullDownRefresh": false
  1631. }
  1632. },
  1633. {
  1634. "path": "vehicle-change/vehicle-change-choiceType",
  1635. "style": {
  1636. "navigationBarTitleText": "选择更换类型",
  1637. "enablePullDownRefresh": false
  1638. }
  1639. },
  1640. {
  1641. "path": "trapping-and-repairing-account/result",
  1642. "style": {
  1643. "navigationBarTitleText": "修复成功",
  1644. "enablePullDownRefresh": false
  1645. }
  1646. },
  1647. {
  1648. "path": "trapping-and-repairing-account/recharge-two",
  1649. "style": {
  1650. "navigationBarTitleText": "确认修复",
  1651. "enablePullDownRefresh": false
  1652. }
  1653. },
  1654. {
  1655. "path": "trapping-and-repairing-account/recharge-pay",
  1656. "style": {
  1657. "navigationBarTitleText": "去修复",
  1658. "enablePullDownRefresh": false
  1659. }
  1660. },
  1661. {
  1662. "path": "trapping-and-repairing/result",
  1663. "style": {
  1664. "navigationBarTitleText": "修复成功",
  1665. "enablePullDownRefresh": false
  1666. }
  1667. },
  1668. {
  1669. "path": "trapping-and-repairing/recharge-two",
  1670. "style": {
  1671. "navigationBarTitleText": "圈存",
  1672. "enablePullDownRefresh": false
  1673. }
  1674. },
  1675. {
  1676. "path": "trapping-and-repairing/recharge-pay",
  1677. "style": {
  1678. "navigationBarTitleText": "去修复",
  1679. "enablePullDownRefresh": false
  1680. }
  1681. },
  1682. {
  1683. "path": "car-message-change",
  1684. "style": {
  1685. "navigationBarTitleText": "车辆信息变更",
  1686. "enablePullDownRefresh": false
  1687. }
  1688. },
  1689. {
  1690. "path": "car-details",
  1691. "style": {
  1692. "navigationBarTitleText": "车辆详情",
  1693. "enablePullDownRefresh": false
  1694. }
  1695. },
  1696. {
  1697. "path": "get-code",
  1698. "style": {
  1699. "navigationBarTitleText": "验证",
  1700. "enablePullDownRefresh": false
  1701. }
  1702. },
  1703. {
  1704. "path": "webview",
  1705. "style": {
  1706. "navigationBarTitleText": "",
  1707. "enablePullDownRefresh": false
  1708. }
  1709. },
  1710. {
  1711. "path": "consumption-record",
  1712. "style": {
  1713. "navigationBarTitleText": "充值明细",
  1714. "enablePullDownRefresh": false
  1715. }
  1716. },
  1717. {
  1718. "path": "remind/remind",
  1719. "style": {
  1720. "navigationBarTitleText": "服务提醒",
  1721. "enablePullDownRefresh": false
  1722. }
  1723. },
  1724. {
  1725. "path": "remind/satisfaction-evaluate",
  1726. "style": {
  1727. "navigationBarTitleText": "满意度评价"
  1728. }
  1729. },
  1730. {
  1731. "path": "remind/evaluate-list",
  1732. "style": {
  1733. "navigationBarTitleText": "评价列表"
  1734. }
  1735. },
  1736. {
  1737. "path": "search/etcFlowingWater",
  1738. "style": {
  1739. "navigationBarTitleText": "ETC通行流水记录"
  1740. }
  1741. },
  1742. {
  1743. "path": "help/help",
  1744. "style": {
  1745. "navigationBarTitleText": "常见问题"
  1746. }
  1747. },
  1748. {
  1749. "path": "old-user",
  1750. "style": {
  1751. "navigationBarTitleText": "历史用户申请",
  1752. "enablePullDownRefresh": true
  1753. }
  1754. },
  1755. {
  1756. "path": "address",
  1757. "style": {
  1758. "navigationBarTitleText": "邮寄地址",
  1759. "enablePullDownRefresh": true
  1760. }
  1761. },
  1762. {
  1763. "path": "install-activation-order",
  1764. "style": {
  1765. "navigationBarTitleText": "安装激活-选择订单",
  1766. "enablePullDownRefresh": true
  1767. }
  1768. },
  1769. {
  1770. "path": "car-submit-record",
  1771. "style": {
  1772. "navigationBarTitleText": "车辆提交记录"
  1773. }
  1774. },
  1775. {
  1776. "path": "official-car-issue",
  1777. "style": {
  1778. "navigationBarTitleText": "公务车发行"
  1779. }
  1780. },
  1781. {
  1782. "path": "query-company-list",
  1783. "style": {
  1784. "navigationBarTitleText": "单位查询"
  1785. }
  1786. },
  1787. {
  1788. "path": "add-company",
  1789. "style": {
  1790. "navigationBarTitleText": "新增单位"
  1791. }
  1792. },
  1793. {
  1794. "path": "add-car",
  1795. "style": {
  1796. "navigationBarTitleText": "新增车辆"
  1797. }
  1798. },
  1799. {
  1800. "path": "official-car-issue-result",
  1801. "style": {
  1802. "navigationBarTitleText": "公务车发行-查询结果"
  1803. }
  1804. },
  1805. {
  1806. "path": "trajectory/trajectory",
  1807. "style": {
  1808. "navigationBarTitleText": "我的通行"
  1809. }
  1810. },
  1811. {
  1812. "path": "trajectory/see-month",
  1813. "style": {
  1814. "navigationBarTitleText": "通行记录"
  1815. }
  1816. },
  1817. // {
  1818. // "path": "vehicle-information",
  1819. // "style": {
  1820. // "navigationBarTitleText": "车辆信息"
  1821. // }
  1822. // },
  1823. {
  1824. "path": "change-password",
  1825. "style": {
  1826. "navigationBarTitleText": "修改密码"
  1827. }
  1828. },
  1829. {
  1830. "path": "progress-query/my-etc",
  1831. "style": {
  1832. "navigationBarTitleText": "我的ETC"
  1833. }
  1834. },
  1835. {
  1836. "path": "setting/setting",
  1837. "style": {
  1838. "navigationBarTitleText": "设置"
  1839. }
  1840. },
  1841. {
  1842. "path": "setting/information-deletion",
  1843. "style": {
  1844. "navigationBarTitleText": "设置-个人信息删除"
  1845. }
  1846. },
  1847. {
  1848. "path": "setting/permission-management",
  1849. "style": {
  1850. "navigationBarTitleText": "设置-权限管理"
  1851. }
  1852. },
  1853. {
  1854. "path": "setting/account-cancellation",
  1855. "style": {
  1856. "navigationBarTitleText": "设置-注销账户"
  1857. }
  1858. },
  1859. {
  1860. "path": "setting/personal-information/corrections",
  1861. "style": {
  1862. "navigationBarTitleText": "设置-个人信息-变更"
  1863. }
  1864. },
  1865. {
  1866. "path": "setting/personal-information/choice-verification-way",
  1867. "style": {
  1868. "navigationBarTitleText": "选择验证方式"
  1869. }
  1870. },
  1871. {
  1872. "path": "setting/personal-information/etc-phone",
  1873. "style": {
  1874. "navigationBarTitleText": "验证"
  1875. }
  1876. },
  1877. {
  1878. "path": "setting/personal-information/change-phone",
  1879. "style": {
  1880. "navigationBarTitleText": "预留手机号修改"
  1881. }
  1882. },
  1883. {
  1884. "path": "setting/personal-information/change-phone-newphone",
  1885. "style": {
  1886. "navigationBarTitleText": "预留手机号修改"
  1887. }
  1888. },
  1889. {
  1890. "path": "setting/personal-information/choice-phone",
  1891. "style": {
  1892. "navigationBarTitleText": "选择修改手机号"
  1893. }
  1894. },
  1895. {
  1896. "path": "setting/personal-information/user-change",
  1897. "style": {
  1898. "navigationBarTitleText": "设置-个人信息-修改"
  1899. }
  1900. },
  1901. {
  1902. "path": "setting/personal-information/user-change-list",
  1903. "style": {
  1904. "navigationBarTitleText": "设置-个人信息-列表"
  1905. }
  1906. },
  1907. {
  1908. "path": "setting/personal-information/user-card",
  1909. "style": {
  1910. "navigationBarTitleText": "设置-个人信息-身份证"
  1911. }
  1912. },
  1913. {
  1914. "path": "setting/personal-information/user-card-ETC",
  1915. "style": {
  1916. "navigationBarTitleText": "设置-上传用户资料"
  1917. }
  1918. },
  1919. {
  1920. "path": "setting/car-information/car-manage",
  1921. "style": {
  1922. "navigationBarTitleText": "设置-车辆信息-管理"
  1923. }
  1924. },
  1925. {
  1926. "path": "setting/car-information/corrections",
  1927. "style": {
  1928. "navigationBarTitleText": "设置-车辆信息-变更"
  1929. }
  1930. },
  1931. {
  1932. "path": "setting/car-information/car-card",
  1933. "style": {
  1934. "navigationBarTitleText": "设置-车辆信息-行驶证"
  1935. }
  1936. },
  1937. {
  1938. "path": "setting/car-information/car-change",
  1939. "style": {
  1940. "navigationBarTitleText": "设置-车辆信息-修改"
  1941. }
  1942. },
  1943. {
  1944. "path": "setting/car-information/car-create",
  1945. "style": {
  1946. "navigationBarTitleText": "设置-车辆信息-添加"
  1947. }
  1948. },
  1949. {
  1950. "path": "setting/bank-card/bank-card",
  1951. "style": {
  1952. "navigationBarTitleText": "银行卡管理"
  1953. }
  1954. },
  1955. {
  1956. "path": "setting/bank-card/bank-card-add",
  1957. "style": {
  1958. "navigationBarTitleText": "银行卡新增"
  1959. }
  1960. },
  1961. {
  1962. "path": "setting/addressManager",
  1963. "style": {
  1964. "navigationBarTitleText": "地址管理"
  1965. }
  1966. },
  1967. {
  1968. "path": "setting/info-export",
  1969. "style": {
  1970. "navigationBarTitleText": "信息副本导出"
  1971. }
  1972. },
  1973. {
  1974. "path": "setting/user-agreement",
  1975. "style": {
  1976. "navigationBarTitleText": "用户协议"
  1977. }
  1978. },
  1979. {
  1980. "path": "setting/conceal-agreement",
  1981. "style": {
  1982. "navigationBarTitleText": "隐私政策"
  1983. }
  1984. },
  1985. {
  1986. "path": "setting/risk-agreement",
  1987. "style": {
  1988. "navigationBarTitleText": "风险提示告知书"
  1989. }
  1990. },
  1991. {
  1992. "path": "setting/usage-instructions",
  1993. "style": {
  1994. "navigationBarTitleText": "权限使用说明"
  1995. }
  1996. },
  1997. {
  1998. "path": "setting/info_connect",
  1999. "style": {
  2000. "navigationBarTitleText": "个人信息收集清单"
  2001. }
  2002. },
  2003. {
  2004. "path": "setting/change-phone",
  2005. "style": {
  2006. "navigationBarTitleText": "修改手机号"
  2007. }
  2008. },
  2009. {
  2010. "path": "setting/change-phone-code",
  2011. "style": {
  2012. "navigationBarTitleText": "修改手机号"
  2013. }
  2014. },
  2015. {
  2016. "path": "setting/change-phone-code-ali",
  2017. "style": {
  2018. "navigationBarTitleText": "修改手机号"
  2019. }
  2020. },
  2021. {
  2022. "path": "excel",
  2023. "style": {
  2024. "navigationBarTitleText": "表格报表",
  2025. "enablePullDownRefresh": false
  2026. }
  2027. }
  2028. ]
  2029. },
  2030. {
  2031. "root": "login", //登录模块
  2032. "pages": [{
  2033. "path": "login",
  2034. "style": {
  2035. "navigationBarTitleText": "登录"
  2036. }
  2037. },
  2038. {
  2039. "path": "agreement",
  2040. "style": {
  2041. "navigationBarTitleText": "平台用户服务隐私协议"
  2042. }
  2043. },
  2044. {
  2045. "path": "register-step1",
  2046. "style": {
  2047. "navigationBarTitleText": "注册第一步"
  2048. }
  2049. },
  2050. {
  2051. "path": "register-step2",
  2052. "style": {
  2053. "navigationBarTitleText": "注册第二步"
  2054. }
  2055. },
  2056. {
  2057. "path": "register-step2-ali",
  2058. "style": {
  2059. "navigationBarTitleText": "注册第二步"
  2060. }
  2061. },
  2062. {
  2063. "path": "register-step3",
  2064. "style": {
  2065. "navigationBarTitleText": "注册第三步"
  2066. }
  2067. },
  2068. {
  2069. "path": "forget-pwd-step1",
  2070. "style": {
  2071. "navigationBarTitleText": "忘记密码第一步"
  2072. }
  2073. },
  2074. {
  2075. "path": "forget-pwd-step2",
  2076. "style": {
  2077. "navigationBarTitleText": "忘记密码第二步"
  2078. }
  2079. },
  2080. {
  2081. "path": "forget-pwd-step2-ali",
  2082. "style": {
  2083. "navigationBarTitleText": "忘记密码第二步"
  2084. }
  2085. },
  2086. {
  2087. "path": "forget-pwd-step3",
  2088. "style": {
  2089. "navigationBarTitleText": "忘记密码第三步"
  2090. }
  2091. }
  2092. ]
  2093. },
  2094. {
  2095. //其他服务模块
  2096. "root": "subpackage/service",
  2097. "pages": [{
  2098. "path": "trajectory-map",
  2099. "style": {
  2100. "navigationBarTitleText": "我的轨迹"
  2101. }
  2102. },
  2103. {
  2104. "path": "statistics/index",
  2105. "style": {
  2106. "navigationBarTitleText": "发行数据统计"
  2107. }
  2108. },
  2109. {
  2110. "path": "zfbqy/zfbqy",
  2111. "style": {
  2112. "navigationBarTitleText": "",
  2113. "enablePullDownRefresh": false,
  2114. "usingComponents": {
  2115. "home": "plugin://myPlugin/home"
  2116. }
  2117. }
  2118. },
  2119. {
  2120. "path": "equityList/equityList",
  2121. "style": {
  2122. "navigationBarTitleText": "权益详情",
  2123. "enablePullDownRefresh": false
  2124. }
  2125. },
  2126. {
  2127. "path": "equityInfo/equityInfo",
  2128. "style": {
  2129. "navigationBarTitleText": "",
  2130. "enablePullDownRefresh": false
  2131. }
  2132. },
  2133. {
  2134. "path": "equity/equity",
  2135. "style": {
  2136. "navigationBarTitleText": "我的权益",
  2137. "enablePullDownRefresh": false
  2138. }
  2139. }
  2140. ]
  2141. },
  2142. {
  2143. //其他服务模块
  2144. "root": "subpackage/carPark",
  2145. "plugins": {
  2146. "issuer-plugin": {
  2147. // "version": "dev-0b1c3500e972ec0f531654523c44a085",
  2148. "version": "1.0.2",
  2149. "provider": "wxa2d9acdd1054e69b"
  2150. }
  2151. },
  2152. "pages": [
  2153. {
  2154. "path": "etc/etcDeviceInfo",
  2155. "style": {
  2156. "navigationBarTitleText": "设备信息"
  2157. }
  2158. },
  2159. {
  2160. "path": "recharge/recharge-weixin",
  2161. "style": {
  2162. "navigationBarTitleText": "用户账户充值",
  2163. "enablePullDownRefresh": false
  2164. }
  2165. },
  2166. {
  2167. "path": "recharge/select-car",
  2168. "style": {
  2169. "navigationBarTitleText": "选择车辆",
  2170. "enablePullDownRefresh": false
  2171. }
  2172. },
  2173. {
  2174. "path": "recharge/recharge-pay",
  2175. "style": {
  2176. "navigationBarTitleText": "选择充值方式",
  2177. "enablePullDownRefresh": false
  2178. }
  2179. },
  2180. {
  2181. "path": "recharge/result",
  2182. "style": {
  2183. "navigationBarTitleText": "账户充值-完成",
  2184. "enablePullDownRefresh": false
  2185. }
  2186. }
  2187. ]
  2188. }
  2189. ],
  2190. "tabBar": {
  2191. "color": "#999",
  2192. "selectedColor": "#03385D",
  2193. "borderStyle": "black",
  2194. "backgroundColor": "#ffffff",
  2195. "height": "100px",
  2196. "list": [{
  2197. "pagePath": "pages/index/index",
  2198. "iconPath": "static/image/homex.png",
  2199. "selectedIconPath": "static/image/homex-on.png",
  2200. "text": "首页"
  2201. },
  2202. {
  2203. "pagePath": "pages/service/service",
  2204. "iconPath": "static/image/menu.png",
  2205. "selectedIconPath": "static/image/menu-on.png",
  2206. "text": "服务"
  2207. },
  2208. {
  2209. "pagePath": "pages/user/user",
  2210. "iconPath": "static/image/myx.png",
  2211. "selectedIconPath": "static/image/myx-on.png",
  2212. "text": "我的"
  2213. }
  2214. ]
  2215. },
  2216. "eslintConfig": {
  2217. "parser": "babel-eslint"
  2218. },
  2219. "globalStyle": {
  2220. "navigationBarTextStyle": "black",
  2221. "navigationBarTitleText": "九州ETC",
  2222. "navigationBarBackgroundColor": "#FFFFFF",
  2223. "backgroundColor": "#eef7f7"
  2224. },
  2225. "uniIdRouter": {},
  2226. "condition": {
  2227. //模式配置,仅开发期间生效
  2228. "current": 0, //当前激活的模式(list 的索引项)
  2229. "list": [{
  2230. "name": "app", //模式名称
  2231. "path": "pages/index/index", //启动页面,必选
  2232. "query": "" //启动参数,在页面的onLoad函数里面得到
  2233. }]
  2234. }
  2235. }