pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarBackgroundColor": "#0A8CD5",
  7. "app-plus": {
  8. "bounce": "none"
  9. //关闭窗口回弹效果
  10. }
  11. }
  12. },
  13. {
  14. "path": "pages/user/login/login",
  15. "style": {
  16. "navigationBarBackgroundColor": "#0A8CD5",
  17. "app-plus": {
  18. "bounce": "none"
  19. //关闭窗口回弹效果
  20. }
  21. }
  22. },
  23. {
  24. "path": "pages/task/task",
  25. "style": {
  26. "navigationBarBackgroundColor": "#0A8CD5",
  27. "app-plus": {
  28. "bounce": "none"
  29. //关闭窗口回弹效果
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/information/information",
  35. "style": {
  36. "navigationBarBackgroundColor": "#0A8CD5",
  37. "app-plus": {
  38. "bounce": "none"
  39. //关闭窗口回弹效果
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/user/user",
  45. "style": {
  46. "navigationBarBackgroundColor": "#0A8CD5",
  47. "app-plus": {
  48. "bounce": "none"
  49. //关闭窗口回弹效果
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/user/password/password",
  55. "style": {
  56. "navigationBarBackgroundColor": "#0A8CD5",
  57. "app-plus": {
  58. "bounce": "none"
  59. //关闭窗口回弹效果
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/user/phone/phone",
  65. "style": {
  66. "navigationBarBackgroundColor": "#0A8CD5",
  67. "app-plus": {
  68. "bounce": "none"
  69. //关闭窗口回弹效果
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/user/signature/signature",
  75. "style": {
  76. "navigationBarBackgroundColor": "#0A8CD5",
  77. "app-plus": {
  78. "bounce": "none"
  79. //关闭窗口回弹效果
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/user/project/project",
  85. "style": {
  86. "navigationBarBackgroundColor": "#0A8CD5",
  87. "app-plus": {
  88. "bounce": "none"
  89. //关闭窗口回弹效果
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/user/update/update",
  95. "style": {
  96. "navigationBarBackgroundColor": "#0A8CD5",
  97. "app-plus": {
  98. "bounce": "none"
  99. //关闭窗口回弹效果
  100. }
  101. }
  102. },
  103. {
  104. "path": "pages/offLine/offLine",
  105. "style": {
  106. "navigationBarBackgroundColor": "#0A8CD5",
  107. "app-plus": {
  108. "bounce": "none"
  109. //关闭窗口回弹效果
  110. }
  111. }
  112. },
  113. {
  114. "path": "pages/tree/tree",
  115. "style": {
  116. "navigationBarTitleText": "树状展示",
  117. "color": "#FFFFFF",
  118. "navigationBarBackgroundColor": "#0A8CD5",
  119. "app-plus": {
  120. "bounce": "none"
  121. //关闭窗口回弹效果
  122. }
  123. }
  124. },
  125. {
  126. "path": "pages/user/account/account",
  127. "style": {
  128. "navigationBarBackgroundColor": "#0A8CD5",
  129. "app-plus": {
  130. "bounce": "none"
  131. //关闭窗口回弹效果
  132. }
  133. }
  134. },
  135. {
  136. "path": "pages/user/otherAccount/otherAccount",
  137. "style": {
  138. "navigationBarBackgroundColor": "#0A8CD5",
  139. "app-plus": {
  140. "bounce": "none"
  141. //关闭窗口回弹效果
  142. }
  143. }
  144. },
  145. {
  146. "path": "pages/user/otherAccount/accountType/accountType",
  147. "style": {
  148. "navigationBarBackgroundColor": "#0A8CD5",
  149. "app-plus": {
  150. "bounce": "none"
  151. //关闭窗口回弹效果
  152. }
  153. }
  154. },
  155. {
  156. "path": "pages/user/phone/newPhone/newPhone",
  157. "style": {
  158. "navigationBarBackgroundColor": "#0A8CD5",
  159. "app-plus": {
  160. "bounce": "none"
  161. //关闭窗口回弹效果
  162. }
  163. }
  164. },
  165. {
  166. "path": "pages/user/about/about",
  167. "style": {
  168. "navigationBarBackgroundColor": "#0A8CD5",
  169. "app-plus": {
  170. "bounce": "none"
  171. //关闭窗口回弹效果
  172. }
  173. }
  174. },
  175. {
  176. "path": "pages/personBase/personBase",
  177. "style": {
  178. "navigationBarBackgroundColor": "#0A8CD5",
  179. "app-plus": {
  180. "bounce": "none"
  181. //关闭窗口回弹效果
  182. }
  183. }
  184. },
  185. {
  186. "path": "pages/search/search",
  187. "style": {
  188. "app-plus": {
  189. "titleNView": false,
  190. "bounce": "none"
  191. //关闭窗口回弹效果
  192. },
  193. "navigationBarBackgroundColor": "#0A8CD5"
  194. }
  195. /* 隐藏顶部菜单*/
  196. },
  197. {
  198. "path": "pages/searchResults/searchResults",
  199. "style": {
  200. "navigationBarBackgroundColor": "#0A8CD5",
  201. "app-plus": {
  202. "bounce": "none"
  203. //关闭窗口回弹效果
  204. }
  205. }
  206. },
  207. {
  208. "path": "pages/searchDetails/searchDetails",
  209. "style": {
  210. "navigationBarBackgroundColor": "#0A8CD5",
  211. "app-plus": {
  212. "bounce": "none"
  213. //关闭窗口回弹效果
  214. }
  215. }
  216. },
  217. {
  218. "path": "pages/personBaseIndex/personBaseIndex",
  219. "style": {
  220. "navigationBarBackgroundColor": "#0A8CD5",
  221. "navigationStyle": "custom",
  222. "app-plus": {
  223. "bounce": "none"
  224. //关闭窗口回弹效果
  225. }
  226. }
  227. },
  228. {
  229. "path": "pages/myReport/myReport",
  230. "style": {
  231. "navigationBarBackgroundColor": "#0A8CD5",
  232. "app-plus": {
  233. "bounce": "none"
  234. //关闭窗口回弹效果
  235. }
  236. }
  237. },
  238. {
  239. "path": "pages/constructionLog/constructionLog",
  240. "style": {
  241. "navigationBarBackgroundColor": "#0A8CD5",
  242. "app-plus": {
  243. "bounce": "none"
  244. //关闭窗口回弹效果
  245. }
  246. }
  247. },
  248. {
  249. "path": "pages/constructionLog/update/update",
  250. "style": {
  251. "navigationBarBackgroundColor": "#0A8CD5",
  252. "app-plus": {
  253. "bounce": "none"
  254. //关闭窗口回弹效果
  255. }
  256. }
  257. },
  258. {
  259. "path": "pages/constructionLog/personnel/personnel",
  260. "style": {
  261. "navigationBarBackgroundColor": "#0A8CD5",
  262. "app-plus": {
  263. "bounce": "none"
  264. //关闭窗口回弹效果
  265. }
  266. }
  267. },
  268. {
  269. "path": "pages/constructionLog2/constructionLog",
  270. "style": {
  271. "navigationBarBackgroundColor": "#0A8CD5",
  272. "app-plus": {
  273. "bounce": "none"
  274. //关闭窗口回弹效果
  275. }
  276. }
  277. },
  278. {
  279. "path": "pages/constructionLog2/update/update",
  280. "style": {
  281. "navigationBarBackgroundColor": "#0A8CD5",
  282. "app-plus": {
  283. "bounce": "none",
  284. //关闭窗口回弹效果
  285. //固定选项卡(tabbar)至底部不被软键盘弹起
  286. "softinputMode": "adjustResize"
  287. }
  288. }
  289. },
  290. {
  291. "path": "pages/constructionLog2/selectProcess/selectProcess",
  292. "style": {
  293. "navigationBarBackgroundColor": "#0A8CD5",
  294. "app-plus": {
  295. "bounce": "none"
  296. //关闭窗口回弹效果
  297. }
  298. }
  299. },
  300. {
  301. "path": "pages/securityLog/securityLog",
  302. "style": {
  303. "navigationBarBackgroundColor": "#0A8CD5",
  304. "app-plus": {
  305. "bounce": "none"
  306. //关闭窗口回弹效果
  307. }
  308. }
  309. },
  310. {
  311. "path": "pages/securityLog/update/update",
  312. "style": {
  313. "navigationBarBackgroundColor": "#0A8CD5",
  314. "app-plus": {
  315. "bounce": "none",
  316. //关闭窗口回弹效果
  317. //固定选项卡(tabbar)至底部不被软键盘弹起
  318. "softinputMode": "adjustResize"
  319. }
  320. }
  321. },
  322. {
  323. "path": "pages/supervisorLog/supervisorLog",
  324. "style": {
  325. "navigationBarBackgroundColor": "#0A8CD5",
  326. "app-plus": {
  327. "bounce": "none"
  328. //关闭窗口回弹效果
  329. }
  330. }
  331. },
  332. {
  333. "path": "pages/supervisorLog/update/update",
  334. "style": {
  335. "navigationBarBackgroundColor": "#0A8CD5",
  336. "app-plus": {
  337. "bounce": "none",
  338. //关闭窗口回弹效果
  339. //固定选项卡(tabbar)至底部不被软键盘弹起
  340. "softinputMode": "adjustResize"
  341. }
  342. }
  343. },
  344. {
  345. "path": "pages/sentinelLog/sentinelLog",
  346. "style": {
  347. "navigationBarBackgroundColor": "#0A8CD5",
  348. "app-plus": {
  349. "bounce": "none"
  350. //关闭窗口回弹效果
  351. }
  352. }
  353. },
  354. {
  355. "path": "pages/sentinelLog/update/update",
  356. "style": {
  357. "navigationBarBackgroundColor": "#0A8CD5",
  358. "app-plus": {
  359. "bounce": "none",
  360. //关闭窗口回弹效果
  361. //固定选项卡(tabbar)至底部不被软键盘弹起
  362. "softinputMode": "adjustResize"
  363. }
  364. }
  365. },
  366. {
  367. "path": "pages/patrolLog/patrolLog",
  368. "style": {
  369. "navigationBarBackgroundColor": "#0A8CD5",
  370. "app-plus": {
  371. "bounce": "none"
  372. //关闭窗口回弹效果
  373. }
  374. }
  375. },
  376. {
  377. "path": "pages/patrolLog/update/update",
  378. "style": {
  379. "navigationBarBackgroundColor": "#0A8CD5",
  380. "app-plus": {
  381. "bounce": "none",
  382. //关闭窗口回弹效果
  383. //固定选项卡(tabbar)至底部不被软键盘弹起
  384. "softinputMode": "adjustResize"
  385. }
  386. }
  387. },
  388. {
  389. "path": "pages/superpatrolLog/superpatrolLog",
  390. "style": {
  391. "navigationBarBackgroundColor": "#0A8CD5",
  392. "app-plus": {
  393. "bounce": "none"
  394. //关闭窗口回弹效果
  395. }
  396. }
  397. },
  398. {
  399. "path": "pages/superpatrolLog/update/update",
  400. "style": {
  401. "navigationBarBackgroundColor": "#0A8CD5",
  402. "app-plus": {
  403. "bounce": "none",
  404. //关闭窗口回弹效果
  405. //固定选项卡(tabbar)至底部不被软键盘弹起
  406. "softinputMode": "adjustResize"
  407. }
  408. }
  409. },
  410. {
  411. "path": "pages/supersecurityLog/supersecurityLog",
  412. "style": {
  413. "navigationBarBackgroundColor": "#0A8CD5",
  414. "app-plus": {
  415. "bounce": "none"
  416. //关闭窗口回弹效果
  417. }
  418. }
  419. },
  420. {
  421. "path": "pages/supersecurityLog/update/update",
  422. "style": {
  423. "navigationBarBackgroundColor": "#0A8CD5",
  424. "app-plus": {
  425. "bounce": "none",
  426. //关闭窗口回弹效果
  427. //固定选项卡(tabbar)至底部不被软键盘弹起
  428. "softinputMode": "adjustResize"
  429. }
  430. }
  431. },
  432. {
  433. "path": "pages/task/details/details",
  434. "style": {
  435. "navigationBarBackgroundColor": "#0A8CD5",
  436. "app-plus": {
  437. "bounce": "none"
  438. //关闭窗口回弹效果
  439. }
  440. }
  441. },
  442. {
  443. "path": "pages/task/approvalTasks/approvalTasks",
  444. "style": {
  445. "navigationBarBackgroundColor": "#0A8CD5",
  446. "app-plus": {
  447. "bounce": "none"
  448. //关闭窗口回弹效果
  449. }
  450. }
  451. },
  452. {
  453. "path": "pages/task/createTask/createTask",
  454. "style": {
  455. "navigationBarBackgroundColor": "#0A8CD5",
  456. "app-plus": {
  457. "bounce": "none"
  458. //关闭窗口回弹效果
  459. }
  460. }
  461. },
  462. {
  463. "path": "pages/smartSearchList/smartSearchList",
  464. "style": {
  465. "navigationBarBackgroundColor": "#0A8CD5",
  466. "app-plus": {
  467. "bounce": "none"
  468. //关闭窗口回弹效果
  469. }
  470. }
  471. },
  472. {
  473. "path": "pages/documentList/documentList",
  474. "style": {
  475. "navigationBarBackgroundColor": "#0A8CD5",
  476. "app-plus": {
  477. "bounce": "none"
  478. //关闭窗口回弹效果
  479. }
  480. }
  481. },
  482. {
  483. "path": "pages/informationProgress/informationProgress",
  484. "style": {
  485. "navigationBarBackgroundColor": "#0A8CD5",
  486. "app-plus": {
  487. "bounce": "none"
  488. //关闭窗口回弹效果
  489. }
  490. }
  491. },
  492. {
  493. "path": "pages/conSchedule/conSchedule",
  494. "style": {
  495. "navigationBarBackgroundColor": "#0A8CD5",
  496. "app-plus": {
  497. "bounce": "none"
  498. //关闭窗口回弹效果
  499. }
  500. }
  501. },
  502. {
  503. "path": "pages/conLedger/conLedger",
  504. "style": {
  505. "navigationBarBackgroundColor": "#0A8CD5",
  506. "app-plus": {
  507. "bounce": "none"
  508. //关闭窗口回弹效果
  509. }
  510. }
  511. },
  512. {
  513. "path": "pages/smartSearch/smartSearch",
  514. "style": {
  515. "navigationBarBackgroundColor": "#0A8CD5",
  516. "app-plus": {
  517. "bounce": "none"
  518. //关闭窗口回弹效果
  519. }
  520. }
  521. },
  522. {
  523. "path": "pages/user/signature/paint/paint",
  524. "style": {
  525. "navigationBarBackgroundColor": "#0A8CD5",
  526. "app-plus": {
  527. "bounce": "none"
  528. //关闭窗口回弹效果
  529. }
  530. }
  531. },
  532. {
  533. "path": "pages/index/data/data",
  534. "style": {
  535. "navigationBarBackgroundColor": "#0A8CD5",
  536. "navigationBarTextStyle": "black",
  537. "navigationStyle": "custom",
  538. "app-plus": {
  539. "scrollIndicator": "none",
  540. //去掉滚动条
  541. "bounce": "none"
  542. //关闭窗口回弹效果
  543. }
  544. }
  545. },
  546. {
  547. "path": "pages/view/view",
  548. "style": {
  549. "navigationBarBackgroundColor": "#0A8CD5",
  550. "app-plus": {
  551. "bounce": "none"
  552. //关闭窗口回弹效果
  553. }
  554. }
  555. },
  556. {
  557. "path": "pages/dataReport/dataReport",
  558. "style": {
  559. "navigationBarBackgroundColor": "#0A8CD5",
  560. "app-plus": {
  561. "bounce": "none"
  562. //关闭窗口回弹效果
  563. }
  564. }
  565. },
  566. {
  567. "path": "pages/multimedia/multimedia",
  568. "style": {
  569. "navigationBarBackgroundColor": "#0A8CD5",
  570. "app-plus": {
  571. "bounce": "none"
  572. //关闭窗口回弹效果
  573. }
  574. }
  575. },
  576. {
  577. "path": "pages/multimedia/medialist",
  578. "style": {
  579. "navigationBarBackgroundColor": "#0A8CD5",
  580. "app-plus": {
  581. "bounce": "none"
  582. //关闭窗口回弹效果
  583. }
  584. }
  585. },
  586. {
  587. "path": "pages/multimedia/divide",
  588. "style": {
  589. "navigationBarBackgroundColor": "#0A8CD5",
  590. "app-plus": {
  591. "bounce": "none"
  592. //关闭窗口回弹效果
  593. }
  594. }
  595. },
  596. {
  597. "path": "pages/multimedia/saveFile",
  598. "style": {
  599. "navigationBarBackgroundColor": "#0A8CD5",
  600. "app-plus": {
  601. "bounce": "none"
  602. //关闭窗口回弹效果
  603. }
  604. }
  605. },
  606. {
  607. "path": "pages/dataReport/dailyReport",
  608. "style": {
  609. "navigationBarBackgroundColor": "#0A8CD5",
  610. "app-plus": {
  611. "bounce": "none"
  612. //关闭窗口回弹效果
  613. }
  614. }
  615. },
  616. {
  617. "path": "pages/qualityInspection/qualityInspection",
  618. "style": {
  619. "navigationBarBackgroundColor": "#0A8CD5",
  620. "app-plus": {
  621. "bounce": "none"
  622. //关闭窗口回弹效果
  623. }
  624. }
  625. },
  626. {
  627. "path": "pages/qualityInspection/addInspection",
  628. "style": {
  629. "navigationBarBackgroundColor": "#0A8CD5",
  630. "app-plus": {
  631. "bounce": "none"
  632. //关闭窗口回弹效果
  633. }
  634. }
  635. },
  636. {
  637. "path": "pages/qualityInspection_fj/qualityInspection",
  638. "style": {
  639. "navigationBarBackgroundColor": "#0A8CD5",
  640. "app-plus": {
  641. "bounce": "none"
  642. //关闭窗口回弹效果
  643. }
  644. }
  645. },
  646. {
  647. "path": "pages/qualityInspection_fj/addInspection",
  648. "style": {
  649. "navigationBarBackgroundColor": "#0A8CD5",
  650. "app-plus": {
  651. "bounce": "none"
  652. //关闭窗口回弹效果
  653. }
  654. }
  655. },
  656. {
  657. "path": "pages/qualityInspection_fj/tree",
  658. "style": {
  659. "navigationBarBackgroundColor": "#0A8CD5",
  660. "app-plus": {
  661. "bounce": "none"
  662. //关闭窗口回弹效果
  663. }
  664. }
  665. },
  666. {
  667. "path": "pages/qualityInspection_fj/qualityInfo",
  668. "style": {
  669. "navigationBarBackgroundColor": "#0A8CD5",
  670. "app-plus": {
  671. "bounce": "none"
  672. //关闭窗口回弹效果
  673. }
  674. }
  675. },
  676. {
  677. "path": "pages/personBaseIndex/OfflineReport/OfflineReport",
  678. "style": {}
  679. },
  680. {
  681. "path": "pages/view/preview/preview",
  682. "style": {
  683. "navigationBarTitleText": "预览PDF",
  684. "navigationStyle": "default"
  685. }
  686. }
  687. ],
  688. "globalStyle": {
  689. "navigationBarTextStyle": "white",
  690. "borderStyle": "#fff",
  691. "navigationBarBackgroundColor": "#0A8CD5",
  692. "navigationStyle": "custom",
  693. "backgroundColor": "white",
  694. "app-plus": {
  695. "scrollIndicator": "none"
  696. }
  697. }
  698. }