global.js 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. /** 静态菜单 */
  2. const __STATIC_ROUTES__ = [
  3. {
  4. redirect: undefined,
  5. path: '/dashboard',
  6. component: 'PLAIN_LAYOUT',
  7. // component: 'LAYOUT',
  8. children: [
  9. {
  10. path: '/dashboard/sealedgoaf',
  11. component: '/dashboard/SealedGoaf',
  12. meta: {
  13. keepAlive: true,
  14. internalOrExternal: false,
  15. icon: '',
  16. componentName: 'SealedGoaf',
  17. title: '老空区永久密闭首页',
  18. },
  19. name: 'dashboard-sealedgoaf',
  20. },
  21. // {
  22. // path: '/dashboard/sealedgoaf',
  23. // component: '/dashboard/SealedGoafMine',
  24. // meta: {
  25. // keepAlive: true,
  26. // internalOrExternal: false,
  27. // icon: '',
  28. // componentName: 'SealedGoafMine',
  29. // title: '老空区永久密闭首页',
  30. // },
  31. // name: 'dashboard-sealedgoaf-mine',
  32. // },
  33. // {
  34. // path: '/dashboard/analysis',
  35. // component: 'dashboard/Analysis',
  36. // meta: {
  37. // keepAlive: true,
  38. // internalOrExternal: false,
  39. // icon: '',
  40. // componentName: 'Analysis',
  41. // title: '首页',
  42. // },
  43. // name: 'dashboard-analysis',
  44. // },
  45. // {
  46. // path: '/portal-view/system',
  47. // component: '1',
  48. // meta: {
  49. // keepAlive: false,
  50. // internalOrExternal: false,
  51. // icon: '',
  52. // componentName: '1',
  53. // title: '主门户',
  54. // },
  55. // name: 'portal-view-system',
  56. // },
  57. // {
  58. // path: '/portal-view/personal',
  59. // component: '1',
  60. // meta: {
  61. // keepAlive: false,
  62. // internalOrExternal: false,
  63. // icon: '',
  64. // componentName: '1',
  65. // title: '个人工作台',
  66. // },
  67. // name: 'portal-view-personal',
  68. // },
  69. // {
  70. // path: '/dashboard/workbench',
  71. // component: 'dashboard/workbench/index',
  72. // meta: {
  73. // keepAlive: false,
  74. // internalOrExternal: false,
  75. // icon: '',
  76. // componentName: 'index',
  77. // title: '工作台',
  78. // },
  79. // name: 'dashboard-workbench',
  80. // },
  81. ],
  82. meta: {
  83. keepAlive: false,
  84. internalOrExternal: false,
  85. icon: 'ant-design:home-outlined',
  86. componentName: 'index',
  87. title: '主页',
  88. hideMenu: true,
  89. hideBreadcrumb: true,
  90. hideTab: true
  91. },
  92. name: 'dashboard',
  93. },
  94. {
  95. redirect: undefined,
  96. path: '/basicinfo',
  97. component: 'LAYOUT',
  98. children: [
  99. {
  100. path: '/basicinfo/mines-info',
  101. component: 'dashboard/basicInfo/minesInfo',
  102. meta: {
  103. keepAlive: true,
  104. internalOrExternal: false,
  105. icon: '',
  106. componentName: 'index',
  107. title: '矿山信息',
  108. },
  109. name: 'basicinfo-mines-info',
  110. },
  111. {
  112. path: '/basicinfo/access-statistics',
  113. component: 'dashboard/basicInfo/accessStatistics',
  114. meta: {
  115. keepAlive: true,
  116. internalOrExternal: false,
  117. icon: '',
  118. componentName: 'index',
  119. title: '接入统计',
  120. },
  121. name: 'basicinfo-access-statistics',
  122. },
  123. {
  124. path: '/basicinfo/closed-statistics',
  125. component: 'dashboard/basicInfo/closedStatistics',
  126. meta: {
  127. keepAlive: true,
  128. internalOrExternal: false,
  129. icon: '',
  130. componentName: 'index',
  131. title: '密闭统计',
  132. },
  133. name: 'basicinfo-closed-statistics',
  134. },
  135. {
  136. path: '/basicinfo/data-quality',
  137. component: 'dashboard/basicInfo/dataQuality',
  138. meta: {
  139. keepAlive: true,
  140. internalOrExternal: false,
  141. icon: '',
  142. componentName: 'index',
  143. title: '数据质量问题反馈',
  144. },
  145. name: 'basicinfo-data-quality',
  146. },
  147. {
  148. path: '/basicinfo/problem-report',
  149. component: 'dashboard/basicInfo/problemReport',
  150. meta: {
  151. keepAlive: true,
  152. internalOrExternal: false,
  153. icon: '',
  154. componentName: 'index',
  155. title: '密闭墙问题反馈',
  156. },
  157. name: 'basicinfo-problem-report',
  158. },
  159. ],
  160. meta: {
  161. keepAlive: false,
  162. internalOrExternal: false,
  163. icon: 'menu-info|svg',
  164. componentName: 'index',
  165. title: '矿山基础信息',
  166. },
  167. name: 'basicInfo',
  168. },
  169. {
  170. redirect: undefined,
  171. path: '/sealed',
  172. component: '/monitor/sealedMonitor/index',
  173. children: [
  174. {
  175. path: '/sealed/${id}',
  176. component: '/monitor/sealedMonitor/index',
  177. meta: {
  178. keepAlive: true,
  179. internalOrExternal: false,
  180. icon: '',
  181. componentName: 'index',
  182. title: '${departName}',
  183. hideMenu: true,
  184. generation: false,
  185. // orderNo: '${departOrder}',
  186. },
  187. name: 'sealed-${id}',
  188. }
  189. ],
  190. meta: {
  191. keepAlive: false,
  192. internalOrExternal: false,
  193. icon: 'menu-analysis|svg',
  194. componentName: 'index',
  195. title: '密闭监测预警全览',
  196. generation: true,
  197. },
  198. name: 'sealed',
  199. },
  200. {
  201. redirect: undefined,
  202. path: '/warning-analysis',
  203. component: 'LAYOUT',
  204. children: [
  205. {
  206. path: '/warning-analysis/air-leak-status',
  207. component: '/analysis/warningAnalysis/airLeakStatus/index',
  208. meta: {
  209. keepAlive: true,
  210. internalOrExternal: false,
  211. icon: '',
  212. componentName: 'index',
  213. title: '密闭漏风状态判定',
  214. },
  215. name: 'airLeakStatus',
  216. },
  217. {
  218. path: '/warning-analysis/pressure-diff-analysis',
  219. component: '/analysis/warningAnalysis/pressureDiffAnalysis/index',
  220. meta: {
  221. keepAlive: true,
  222. internalOrExternal: false,
  223. icon: '',
  224. componentName: 'index',
  225. title: '内外压差变化风险分析',
  226. },
  227. name: 'pressureDiffAnalysis',
  228. },
  229. {
  230. path: '/warningAnalysis/autoFire-analysis',
  231. component: '/analysis/warningAnalysis/autoFireAnalysis/index',
  232. meta: {
  233. keepAlive: true,
  234. internalOrExternal: false,
  235. icon: '',
  236. componentName: 'index',
  237. title: '闭内自燃发火隐患分级',
  238. },
  239. name: 'warningAnalysis-autoFire-analysis',
  240. },
  241. {
  242. path: '/warningAnalysis/autoFireOut-analysis',
  243. component: '/analysis/warningAnalysis/autoFireOutAnalysis/index',
  244. meta: {
  245. keepAlive: true,
  246. internalOrExternal: false,
  247. icon: '',
  248. componentName: 'index',
  249. title: '闭外自燃发火隐患分级',
  250. },
  251. name: 'warningAnalysis-autoFireOut-analysis',
  252. },
  253. {
  254. path: '/warningAnalysis/fireArea-judge',
  255. component: '/analysis/warningAnalysis/fireAreaJudgeAnalysis/index',
  256. meta: {
  257. keepAlive: true,
  258. internalOrExternal: false,
  259. icon: '',
  260. componentName: 'index',
  261. title: '火区密闭启封判定',
  262. },
  263. name: 'warningAnalysis-fireArea-judge',
  264. },
  265. {
  266. path: '/warningAnalysis/sealRisk-judge',
  267. component: '/analysis/warningAnalysis/sealRiskJudgeAnalysis/index',
  268. meta: {
  269. keepAlive: true,
  270. internalOrExternal: false,
  271. icon: '',
  272. componentName: 'index',
  273. title: '密闭爆炸危险性判定',
  274. },
  275. name: 'warningAnalysis-sealRisk-judge',
  276. },
  277. {
  278. path: '/warningAnalysis/overlimit-alarm',
  279. component: '/analysis/warningAnalysis/overlimitAlarm/index',
  280. meta: {
  281. keepAlive: true,
  282. internalOrExternal: false,
  283. icon: '',
  284. componentName: 'index',
  285. title: '闭内超限报警',
  286. },
  287. name: 'warningAnalysis-overlimit-alarm',
  288. },
  289. {
  290. path: '/warningAnalysis/overlimit-alarm-out',
  291. component: '/analysis/warningAnalysis/overlimitAlarmOut/index',
  292. meta: {
  293. keepAlive: true,
  294. internalOrExternal: false,
  295. icon: '',
  296. componentName: 'index',
  297. title: '闭外超限报警',
  298. },
  299. name: 'warningAnalysis-overlimit-alarm-out',
  300. },
  301. {
  302. path: '/warningAnalysis/report-analysis',
  303. component: '/analysis/warningAnalysis/reportAnalysis/index',
  304. meta: {
  305. keepAlive: true,
  306. internalOrExternal: false,
  307. icon: '',
  308. componentName: 'index',
  309. title: '数据中断分析',
  310. },
  311. name: 'warningAnalysis-report-analysis',
  312. },
  313. {
  314. path: '/warningAnalysis/connectAnalysis',
  315. component: '/analysis/warningAnalysis/connectAnalysis/index',
  316. meta: {
  317. keepAlive: true,
  318. internalOrExternal: false,
  319. icon: '',
  320. componentName: 'index',
  321. title: '关联分析',
  322. },
  323. name: 'warningAnalysis-connect',
  324. },
  325. ],
  326. meta: {
  327. keepAlive: false,
  328. internalOrExternal: false,
  329. icon: 'menu-warning|svg',
  330. componentName: 'index',
  331. title: '预警研判',
  332. },
  333. name: 'warningAnalysis',
  334. },
  335. // {
  336. // redirect: undefined,
  337. // path: '/smart-analysis',
  338. // component: 'LAYOUT',
  339. // children: [
  340. // // {
  341. // // path: '/smart-analysis/association',
  342. // // component: '/demo/table/Basic',
  343. // // meta: {
  344. // // keepAlive: true,
  345. // // internalOrExternal: false,
  346. // // icon: '',
  347. // // componentName: 'index',
  348. // // title: '关联分析',
  349. // // },
  350. // // name: 'association',
  351. // // },
  352. // ],
  353. // meta: {
  354. // keepAlive: false,
  355. // internalOrExternal: false,
  356. // icon: 'menu-smart|svg',
  357. // componentName: 'index',
  358. // title: '智能分析',
  359. // },
  360. // name: 'smartAnalysis',
  361. // },
  362. {
  363. redirect: undefined,
  364. path: '/manage',
  365. component: 'LAYOUT',
  366. children: [
  367. {
  368. path: '/manage/map',
  369. component: '/system/cadFile/index',
  370. meta: {
  371. keepAlive: true,
  372. internalOrExternal: false,
  373. icon: '',
  374. componentName: 'index',
  375. title: '地图管理',
  376. // hideMenu: true,
  377. },
  378. name: 'cadFile',
  379. },
  380. {
  381. path: '/manage/mapView',
  382. component: '/system/cadFile/mapView/index',
  383. meta: {
  384. keepAlive: true,
  385. internalOrExternal: false,
  386. icon: '',
  387. componentName: 'index',
  388. title: '图纸布点',
  389. hideMenu: true,
  390. },
  391. name: 'cadFile-mapView',
  392. },
  393. {
  394. path: '/manage/model',
  395. component: '/system/algorithm/index',
  396. meta: {
  397. keepAlive: true,
  398. internalOrExternal: false,
  399. icon: '',
  400. componentName: 'index',
  401. title: '预警模型管理',
  402. },
  403. name: 'association',
  404. },
  405. ],
  406. meta: {
  407. keepAlive: false,
  408. internalOrExternal: false,
  409. icon: 'menu-model|svg',
  410. componentName: 'index',
  411. title: '模型与地图管理',
  412. },
  413. name: 'manage',
  414. },
  415. {
  416. redirect: undefined,
  417. path: '/system',
  418. component: 'LAYOUT',
  419. children: [
  420. // {
  421. // path: '/system/menu',
  422. // component: 'system/menu/index',
  423. // meta: {
  424. // keepAlive: false,
  425. // internalOrExternal: false,
  426. // icon: '',
  427. // componentName: 'index',
  428. // title: '系统菜单',
  429. // },
  430. // name: 'system-menu',
  431. // },
  432. {
  433. path: '/system/user',
  434. component: 'system/user/index',
  435. meta: {
  436. keepAlive: true,
  437. internalOrExternal: false,
  438. icon: '',
  439. componentName: 'index',
  440. title: '系统用户',
  441. },
  442. name: 'system-user',
  443. },
  444. // {
  445. // path: '/system/home-config',
  446. // component: 'system/homeConfig/index',
  447. // meta: {
  448. // keepAlive: false,
  449. // internalOrExternal: false,
  450. // icon: '',
  451. // componentName: 'index',
  452. // title: '首页配置',
  453. // },
  454. // name: 'system-home-config',
  455. // },
  456. {
  457. path: '/system/role',
  458. component: 'system/role/index',
  459. meta: {
  460. keepAlive: true,
  461. internalOrExternal: false,
  462. icon: '',
  463. componentName: 'index',
  464. title: '系统角色',
  465. },
  466. name: 'system-role',
  467. },
  468. {
  469. path: '/system/dict',
  470. component: 'system/dict/index',
  471. meta: {
  472. keepAlive: false,
  473. internalOrExternal: false,
  474. icon: '',
  475. componentName: 'index',
  476. title: '数据字典',
  477. },
  478. name: 'system-dict',
  479. },
  480. {
  481. path: '/system/depart',
  482. component: 'system/depart/index',
  483. meta: {
  484. keepAlive: false,
  485. internalOrExternal: false,
  486. icon: '',
  487. componentName: 'index',
  488. title: '部门管理',
  489. },
  490. name: 'system-depart',
  491. },
  492. // {
  493. // path: '/system/tenant',
  494. // component: 'system/tenant/index',
  495. // meta: {
  496. // keepAlive: false,
  497. // internalOrExternal: false,
  498. // icon: '',
  499. // componentName: 'index',
  500. // title: '多租户管理',
  501. // },
  502. // name: 'system-tenant',
  503. // },
  504. // {
  505. // path: '/tenant/TenantDefaultPack',
  506. // component: 'system/tenant/pack/TenantDefaultPackList',
  507. // meta: {
  508. // keepAlive: false,
  509. // internalOrExternal: false,
  510. // icon: '',
  511. // componentName: 'TenantDefaultPackList',
  512. // title: '租户默认套餐',
  513. // },
  514. // name: 'tenant-TenantDefaultPack',
  515. // },
  516. // {
  517. // path: '/system/position',
  518. // component: 'system/position/index',
  519. // meta: {
  520. // keepAlive: false,
  521. // internalOrExternal: false,
  522. // icon: '',
  523. // componentName: 'index',
  524. // title: '职务级别',
  525. // },
  526. // name: 'system-position',
  527. // },
  528. // {
  529. // path: '/system/category',
  530. // component: 'system/category/index',
  531. // meta: {
  532. // keepAlive: false,
  533. // internalOrExternal: false,
  534. // icon: '',
  535. // componentName: 'index',
  536. // title: '分类字典',
  537. // },
  538. // name: 'system-category',
  539. // },
  540. {
  541. path: '/system/notice',
  542. component: 'system/notice/index',
  543. meta: {
  544. keepAlive: false,
  545. internalOrExternal: false,
  546. icon: '',
  547. componentName: 'index',
  548. title: '通知公告',
  549. },
  550. name: 'system-notice',
  551. },
  552. // {
  553. // path: '/system/depart-user',
  554. // component: 'system/departUser/index',
  555. // meta: {
  556. // keepAlive: false,
  557. // internalOrExternal: false,
  558. // icon: '',
  559. // componentName: 'index',
  560. // title: '我的部门',
  561. // },
  562. // name: 'system-depart-user',
  563. // },
  564. {
  565. path: '/system/usersetting',
  566. component: 'system/usersetting/UserSetting',
  567. meta: {
  568. hideMenu: true,
  569. keepAlive: false,
  570. internalOrExternal: false,
  571. icon: '',
  572. componentName: 'UserSetting',
  573. title: '用户设置',
  574. },
  575. name: 'system-usersetting',
  576. },
  577. // {
  578. // path: '/monitor/datalog',
  579. // component: 'monitor/datalog/index',
  580. // meta: {
  581. // keepAlive: false,
  582. // internalOrExternal: false,
  583. // icon: '',
  584. // componentName: 'index',
  585. // title: '数据日志',
  586. // },
  587. // name: 'monitor-datalog',
  588. // },
  589. {
  590. path: '/monitor/log',
  591. component: 'monitor/log/index',
  592. meta: {
  593. keepAlive: false,
  594. internalOrExternal: false,
  595. icon: '',
  596. componentName: 'index',
  597. title: '日志管理',
  598. },
  599. name: 'monitor-log',
  600. },
  601. // {
  602. // path: '/third/app',
  603. // component: 'system/appconfig/ThirdAppConfigList',
  604. // meta: {
  605. // keepAlive: false,
  606. // internalOrExternal: false,
  607. // icon: '',
  608. // componentName: 'ThirdAppConfigList',
  609. // title: '第三方配置',
  610. // },
  611. // name: 'third-app',
  612. // },
  613. {
  614. path: '/system/configurable',
  615. component: 'system/configurable/index',
  616. meta: {
  617. keepAlive: false,
  618. internalOrExternal: false,
  619. icon: '',
  620. componentName: 'index',
  621. title: '可配置模块管理',
  622. },
  623. name: 'configurable-manage',
  624. },
  625. ],
  626. meta: {
  627. keepAlive: false,
  628. internalOrExternal: false,
  629. icon: 'menu-manage|svg',
  630. componentName: 'index',
  631. title: '系统管理',
  632. },
  633. name: 'isystem',
  634. },
  635. // {
  636. // redirect: undefined,
  637. // path: '/monitor',
  638. // component: 'LAYOUT',
  639. // children: [
  640. // {
  641. // path: '/monitor/route',
  642. // component: 'monitor/route/index',
  643. // meta: {
  644. // keepAlive: false,
  645. // internalOrExternal: false,
  646. // icon: '',
  647. // componentName: 'index',
  648. // title: '网关路由',
  649. // },
  650. // name: 'monitor-route',
  651. // },
  652. // {
  653. // path: '/monitor/quartz',
  654. // component: 'monitor/quartz/index',
  655. // meta: {
  656. // keepAlive: false,
  657. // internalOrExternal: false,
  658. // icon: '',
  659. // componentName: 'index',
  660. // title: '定时任务',
  661. // },
  662. // name: 'monitor-quartz',
  663. // },
  664. // {
  665. // path: '/monitor/datasource',
  666. // component: 'monitor/datasource/index',
  667. // meta: {
  668. // keepAlive: false,
  669. // internalOrExternal: false,
  670. // icon: '',
  671. // componentName: 'index',
  672. // title: '数据源管理',
  673. // },
  674. // name: 'monitor-datasource',
  675. // },
  676. // {
  677. // path: '/monitor/datalog',
  678. // component: 'monitor/datalog/index',
  679. // meta: {
  680. // keepAlive: false,
  681. // internalOrExternal: false,
  682. // icon: '',
  683. // componentName: 'index',
  684. // title: '数据日志',
  685. // },
  686. // name: 'monitor-datalog',
  687. // },
  688. // {
  689. // path: '/monitor/log',
  690. // component: 'monitor/log/index',
  691. // meta: {
  692. // keepAlive: false,
  693. // internalOrExternal: false,
  694. // icon: '',
  695. // componentName: 'index',
  696. // title: '日志管理',
  697. // },
  698. // name: 'monitor-log',
  699. // },
  700. // {
  701. // path: '/monitor/druid',
  702. // component: "{{ window._CONFIG['domianURL'] }}/druid",
  703. // meta: {
  704. // keepAlive: false,
  705. // internalOrExternal: true,
  706. // icon: '',
  707. // componentName: 'druid',
  708. // title: 'SQL监控',
  709. // },
  710. // name: 'monitor-druid',
  711. // },
  712. // {
  713. // path: '/monitor/server',
  714. // component: 'monitor/server/index',
  715. // meta: {
  716. // keepAlive: false,
  717. // internalOrExternal: false,
  718. // icon: '',
  719. // componentName: 'index',
  720. // title: '性能监控',
  721. // },
  722. // name: 'monitor-server',
  723. // },
  724. // {
  725. // path: '/monitor/redis',
  726. // component: 'monitor/redis/index',
  727. // meta: {
  728. // keepAlive: false,
  729. // internalOrExternal: false,
  730. // icon: '',
  731. // componentName: 'index',
  732. // title: 'Redis监控',
  733. // },
  734. // name: 'monitor-redis',
  735. // },
  736. // {
  737. // path: '/monitor/trace',
  738. // component: 'monitor/trace/index',
  739. // meta: {
  740. // keepAlive: false,
  741. // internalOrExternal: false,
  742. // icon: '',
  743. // componentName: 'index',
  744. // title: '请求追踪',
  745. // },
  746. // name: 'monitor-trace',
  747. // },
  748. // {
  749. // path: '/system/onlineuser',
  750. // component: 'system/onlineuser/OnlineUserList',
  751. // meta: {
  752. // keepAlive: false,
  753. // internalOrExternal: false,
  754. // icon: '',
  755. // componentName: 'OnlineUserList',
  756. // title: '在线用户',
  757. // },
  758. // name: 'system-onlineuser',
  759. // },
  760. // {
  761. // path: '/openapi',
  762. // component: 'layouts/RouteView',
  763. // children: [
  764. // {
  765. // path: '/openapi/openApiAuthList',
  766. // component: 'openapi/OpenApiAuthList',
  767. // meta: {
  768. // keepAlive: false,
  769. // internalOrExternal: false,
  770. // componentName: 'OpenApiAuthList',
  771. // title: '授权管理',
  772. // },
  773. // name: 'openapi-openApiAuthList',
  774. // },
  775. // {
  776. // path: '/openapi/openApiList',
  777. // component: 'openapi/OpenApiList',
  778. // meta: {
  779. // keepAlive: false,
  780. // internalOrExternal: false,
  781. // componentName: 'OpenApiList',
  782. // title: '接口管理',
  783. // },
  784. // name: 'openapi-openApiList',
  785. // },
  786. // {
  787. // path: '/openapi/SwaggerUI',
  788. // component: 'openapi/SwaggerUI',
  789. // meta: {
  790. // keepAlive: false,
  791. // internalOrExternal: false,
  792. // componentName: 'SwaggerUI',
  793. // title: '接口文档',
  794. // },
  795. // name: 'openapi-SwaggerUI',
  796. // },
  797. // ],
  798. // meta: {
  799. // keepAlive: false,
  800. // internalOrExternal: false,
  801. // icon: '',
  802. // componentName: 'RouteView',
  803. // title: 'OpenAPI',
  804. // },
  805. // name: 'openapi',
  806. // },
  807. // ],
  808. // meta: {
  809. // keepAlive: false,
  810. // internalOrExternal: false,
  811. // icon: '',
  812. // componentName: 'index',
  813. // title: '系统监控',
  814. // },
  815. // name: 'monitor',
  816. // },
  817. ]