pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "uniapp",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "white",
  7. "backgroundColor": "#000000"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  13. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#aaa",
  18. "selectedColor": "#39b54a",
  19. "backgroundColor": "#F8F8F8",
  20. "borderStyle": "black",
  21. "height": "50px",
  22. "fontSize": "11px",
  23. "iconWidth": "24px",
  24. "spacing": "3px",
  25. "list": [
  26. {
  27. "iconPath": "/static/tabbar/tabbar-home-2.png",
  28. "selectedIconPath": "/static/tabbar/tabbar-home.png",
  29. "pagePath": "pages/home/index",
  30. "text": "首页"
  31. },
  32. {
  33. "iconPath": "/static/tabbar/tabbar-user-2.png",
  34. "selectedIconPath": "/static/tabbar/tabbar-user.png",
  35. "pagePath": "pages/user/index",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "pages": [
  41. {
  42. "path": "pages/home/index",
  43. "type": "home",
  44. "layout": "default",
  45. "style": {
  46. "navigationBarTitleText": "首页",
  47. "navigationStyle": "custom",
  48. "disableScroll": true,
  49. "app-plus": {
  50. "bounce": "none"
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/aboutSystem/index",
  56. "type": "page",
  57. "layout": "default",
  58. "style": {
  59. "navigationBarTitleText": "关于系统"
  60. }
  61. },
  62. {
  63. "path": "pages/deviceExam/deviceExam",
  64. "type": "page",
  65. "layout": "default",
  66. "style": {
  67. "navigationBarTitleText": "设备查询",
  68. "navigationStyle": "custom",
  69. "disableScroll": true,
  70. "app-plus": {
  71. "bounce": "none"
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/deviceExam/deviceExamDetail",
  77. "type": "page",
  78. "layout": "default",
  79. "style": {
  80. "navigationBarTitleText": "设备详情",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/importanceEditor/importanceEditor",
  86. "type": "page",
  87. "layout": "default",
  88. "style": {
  89. "navigationBarTitleText": "",
  90. "navigationStyle": "custom",
  91. "disableScroll": true
  92. }
  93. },
  94. {
  95. "path": "pages/inspectionPlanAudit/inspectionPlanEditor",
  96. "type": "page",
  97. "layout": "default",
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "navigationStyle": "custom",
  101. "disableScroll": true
  102. }
  103. },
  104. {
  105. "path": "pages/loading/index",
  106. "type": "page",
  107. "layout": "default",
  108. "style": {
  109. "navigationBarTitleText": "加载中",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "pages/login/login",
  115. "type": "page",
  116. "layout": "default",
  117. "style": {
  118. "navigationBarTitleText": "登录",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/securityCheck/securityCheckEditor",
  124. "type": "page",
  125. "layout": "default",
  126. "style": {
  127. "navigationBarTitleText": "",
  128. "navigationStyle": "custom",
  129. "disableScroll": true
  130. }
  131. },
  132. {
  133. "path": "pages/securityCheck/securityCheckList",
  134. "type": "page",
  135. "layout": "default",
  136. "style": {
  137. "navigationBarTitleText": "安全检查记录",
  138. "navigationStyle": "custom",
  139. "disableScroll": true,
  140. "app-plus": {
  141. "bounce": "none"
  142. }
  143. }
  144. },
  145. {
  146. "path": "pages/serviceOrderDetail/index",
  147. "type": "page",
  148. "layout": "default",
  149. "style": {
  150. "navigationBarTitleText": "服务单/受理单详情",
  151. "navigationStyle": "custom",
  152. "disableScroll": true
  153. }
  154. },
  155. {
  156. "path": "pages/serviceOrderDetail/serviceOrderEditor",
  157. "type": "page",
  158. "layout": "default",
  159. "style": {
  160. "navigationBarTitleText": "",
  161. "navigationStyle": "custom",
  162. "disableScroll": true
  163. }
  164. },
  165. {
  166. "path": "pages/sign/index",
  167. "type": "page",
  168. "layout": "default",
  169. "style": {
  170. "navigationBarTitleText": "签字",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/sign-detail/index",
  176. "type": "page",
  177. "layout": "default",
  178. "style": {
  179. "navigationBarTitleText": "签字详情",
  180. "navigationStyle": "custom"
  181. }
  182. },
  183. {
  184. "path": "pages/systemFile/systemFile",
  185. "type": "page",
  186. "layout": "default",
  187. "style": {
  188. "navigationBarTitleText": "体系文件",
  189. "navigationStyle": "custom",
  190. "disableScroll": true,
  191. "app-plus": {
  192. "bounce": "none"
  193. }
  194. }
  195. },
  196. {
  197. "path": "pages/taskOnline/TaskOnlineEquipmentList",
  198. "type": "page",
  199. "layout": "default",
  200. "style": {
  201. "navigationBarTitleText": "设备列表(分配项目)",
  202. "navigationStyle": "custom",
  203. "disableScroll": true,
  204. "app-plus": {
  205. "bounce": "none"
  206. }
  207. }
  208. },
  209. {
  210. "path": "pages/taskOnline/TaskOnlinePipeEquipmentList",
  211. "type": "page",
  212. "layout": "default",
  213. "style": {
  214. "navigationBarTitleText": "管线集列表(分配项目)",
  215. "navigationStyle": "custom",
  216. "disableScroll": true,
  217. "app-plus": {
  218. "bounce": "none"
  219. }
  220. }
  221. },
  222. {
  223. "path": "pages/taskOnlinePage/taskOnline",
  224. "type": "page",
  225. "layout": "default",
  226. "style": {
  227. "navigationBarTitleText": "在线录入",
  228. "navigationStyle": "custom",
  229. "disableScroll": true,
  230. "app-plus": {
  231. "bounce": "none"
  232. }
  233. }
  234. },
  235. {
  236. "path": "pages/unClaim/unClaimList",
  237. "type": "page",
  238. "layout": "default",
  239. "style": {
  240. "navigationBarTitleText": "任务单",
  241. "navigationStyle": "custom",
  242. "disableScroll": true,
  243. "app-plus": {
  244. "bounce": "none"
  245. }
  246. }
  247. },
  248. {
  249. "path": "pages/unitQuery/unitQuery",
  250. "type": "page",
  251. "layout": "default",
  252. "style": {
  253. "navigationBarTitleText": "单位信息查询",
  254. "navigationStyle": "custom",
  255. "disableScroll": true,
  256. "app-plus": {
  257. "bounce": "none"
  258. }
  259. }
  260. },
  261. {
  262. "path": "pages/unitQuery/unitQueryDetail",
  263. "type": "page",
  264. "layout": "default",
  265. "style": {
  266. "navigationBarTitleText": "单位详情",
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "pages/uploadFile/UploadFile",
  272. "type": "page",
  273. "layout": "default",
  274. "style": {
  275. "navigationBarTitleText": "附件上传",
  276. "navigationStyle": "custom"
  277. }
  278. },
  279. {
  280. "path": "pages/user/index",
  281. "type": "page",
  282. "layout": "default",
  283. "style": {
  284. "navigationBarTitleText": "我的",
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "pages/equipment/detail/equipCheckRecordEditor",
  290. "type": "page",
  291. "layout": "default",
  292. "style": {
  293. "navigationBarTitleText": "",
  294. "navigationStyle": "custom",
  295. "disableScroll": true
  296. }
  297. },
  298. {
  299. "path": "pages/equipment/detail/equipmentDetail",
  300. "type": "page",
  301. "layout": "default",
  302. "style": {
  303. "navigationBarTitleText": "设备详情",
  304. "navigationStyle": "custom"
  305. }
  306. },
  307. {
  308. "path": "pages/inspectionApproval/list/inspectionApprovalList",
  309. "type": "page",
  310. "layout": "default",
  311. "style": {
  312. "navigationBarTitleText": "检验方案批准",
  313. "navigationStyle": "custom",
  314. "disableScroll": true,
  315. "app-plus": {
  316. "bounce": "none"
  317. }
  318. }
  319. },
  320. {
  321. "path": "pages/inspectionApproval/preViewReport/index",
  322. "type": "page",
  323. "layout": "default",
  324. "style": {
  325. "navigationBarTitleText": "检验方案批准",
  326. "navigationStyle": "custom"
  327. }
  328. },
  329. {
  330. "path": "pages/inspectionPlanAudit/list/InspectionPlanAuditList",
  331. "type": "page",
  332. "layout": "default",
  333. "style": {
  334. "navigationBarTitleText": "检验方案审核",
  335. "navigationStyle": "custom",
  336. "disableScroll": true,
  337. "app-plus": {
  338. "bounce": "none"
  339. }
  340. }
  341. },
  342. {
  343. "path": "pages/inspectionPlanAudit/preViewReport/index",
  344. "type": "page",
  345. "layout": "default",
  346. "style": {
  347. "navigationBarTitleText": "检验方案审核",
  348. "navigationStyle": "custom",
  349. "disableScroll": true
  350. }
  351. },
  352. {
  353. "path": "pages/pendingApproval/list/PendingApprovalList",
  354. "type": "page",
  355. "layout": "default",
  356. "style": {
  357. "navigationBarTitleText": "报告审核",
  358. "navigationStyle": "custom",
  359. "disableScroll": true,
  360. "app-plus": {
  361. "bounce": "none"
  362. }
  363. }
  364. },
  365. {
  366. "path": "pages/pendingApproval/preViewReport/index",
  367. "type": "page",
  368. "layout": "default",
  369. "style": {
  370. "navigationBarTitleText": "报告审核预览",
  371. "navigationStyle": "custom"
  372. }
  373. },
  374. {
  375. "path": "pages/pendingPreparation/list/Item",
  376. "type": "page"
  377. },
  378. {
  379. "path": "pages/pendingPreparation/list/PendingPreparationList",
  380. "type": "page",
  381. "layout": "default",
  382. "style": {
  383. "navigationBarTitleText": "报告编制",
  384. "navigationStyle": "custom",
  385. "disableScroll": true,
  386. "app-plus": {
  387. "bounce": "none"
  388. }
  389. }
  390. },
  391. {
  392. "path": "pages/pendingPreparation/preViewReport/index",
  393. "type": "page",
  394. "layout": "default",
  395. "style": {
  396. "navigationBarTitleText": "报告编制预览",
  397. "navigationStyle": "custom"
  398. }
  399. },
  400. {
  401. "path": "pages/pendingRatify/list/PendingRatifyList",
  402. "type": "page",
  403. "layout": "default",
  404. "style": {
  405. "navigationBarTitleText": "报告审批",
  406. "navigationStyle": "custom",
  407. "disableScroll": true,
  408. "app-plus": {
  409. "bounce": "none"
  410. }
  411. }
  412. },
  413. {
  414. "path": "pages/pendingRatify/preViewReport/index",
  415. "type": "page",
  416. "layout": "default",
  417. "style": {
  418. "navigationBarTitleText": "报告审批预览",
  419. "navigationStyle": "custom"
  420. }
  421. },
  422. {
  423. "path": "pages/pendingVerification/list/BoilerItem",
  424. "type": "page"
  425. },
  426. {
  427. "path": "pages/pendingVerification/list/Item",
  428. "type": "page"
  429. },
  430. {
  431. "path": "pages/pendingVerification/list/PendingVerificationList",
  432. "type": "page",
  433. "layout": "default",
  434. "style": {
  435. "navigationBarTitleText": "记录校核",
  436. "navigationStyle": "custom",
  437. "disableScroll": true,
  438. "app-plus": {
  439. "bounce": "none"
  440. }
  441. }
  442. },
  443. {
  444. "path": "pages/pendingVerification/list/PipeItem",
  445. "type": "page"
  446. },
  447. {
  448. "path": "pages/pendingVerification/preViewReport/index",
  449. "type": "page",
  450. "layout": "default",
  451. "style": {
  452. "navigationBarTitleText": "记录校核",
  453. "navigationStyle": "custom",
  454. "disableScroll": true
  455. }
  456. },
  457. {
  458. "path": "pages/securityCheck/detail/index copy",
  459. "type": "page",
  460. "layout": "default",
  461. "style": {
  462. "navigationBarTitleText": "安全检查记录详情",
  463. "navigationStyle": "custom"
  464. }
  465. },
  466. {
  467. "path": "pages/securityCheck/detail/index",
  468. "type": "page",
  469. "layout": "default",
  470. "style": {
  471. "navigationBarTitleText": "安全检查记录详情",
  472. "navigationStyle": "custom"
  473. }
  474. },
  475. {
  476. "path": "pages/workInstructionAudit/list/WorkInstructionAuditList",
  477. "type": "page",
  478. "layout": "default",
  479. "style": {
  480. "navigationBarTitleText": "操作指导书批准",
  481. "navigationStyle": "custom",
  482. "disableScroll": true,
  483. "app-plus": {
  484. "bounce": "none"
  485. }
  486. }
  487. },
  488. {
  489. "path": "pages/workInstructionAudit/preViewReport/index",
  490. "type": "page",
  491. "layout": "default",
  492. "style": {
  493. "navigationBarTitleText": "操作指导书批准",
  494. "navigationStyle": "custom",
  495. "disableScroll": true
  496. }
  497. }
  498. ],
  499. "subPackages": []
  500. }