global.js 24 KB

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