routes.js 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690
  1. export default {
  2. routes: [
  3. {
  4. hidden: 0,
  5. rootId: 0,
  6. icon: 'mdi-home',
  7. type: 0,
  8. title: '工作台',
  9. path: '/home',
  10. children: [
  11. {
  12. hidden: 1,
  13. icon: '',
  14. type: 1,
  15. title: '工作台',
  16. path: '/home',
  17. children: [],
  18. enName: 'workbench',
  19. redirect: '',
  20. active: '',
  21. label: '工作台',
  22. sort: 0,
  23. component: 'home',
  24. meta: {
  25. keepAlive: false,
  26. allowClick: false,
  27. roles: [],
  28. enName: 'workbench',
  29. icon: '',
  30. editModules: true,
  31. title: '工作台',
  32. fullScreen: false,
  33. target: false,
  34. effectiveStatus: true
  35. },
  36. name: 'index',
  37. alwaysShow: 0
  38. },
  39. {
  40. hidden: 1,
  41. type: 1,
  42. title: '主页编辑',
  43. path: '/home/edit',
  44. children: [],
  45. enName: 'Edit Home Page',
  46. redirect: '',
  47. active: '',
  48. label: '主页编辑',
  49. sort: 0,
  50. component: 'home/edit',
  51. meta: {
  52. keepAlive: false,
  53. allowClick: false,
  54. roles: [],
  55. enName: 'Edit Home Page',
  56. icon: '',
  57. editModules: true,
  58. title: '主页编辑',
  59. fullScreen: true,
  60. target: false,
  61. effectiveStatus: true
  62. },
  63. name: 'homeEdit',
  64. alwaysShow: 0
  65. }
  66. ],
  67. enName: 'workbench',
  68. redirect: '',
  69. active: '',
  70. label: '工作台',
  71. sort: 0,
  72. component: 'Layout',
  73. meta: {
  74. allowClick: false,
  75. roles: [],
  76. enName: 'workbench',
  77. icon: 'mdi-home',
  78. title: '工作台',
  79. target: false,
  80. effectiveStatus: true
  81. },
  82. name: 'home',
  83. alwaysShow: 0
  84. },
  85. {
  86. meun: '',
  87. code: '',
  88. hidden: 0,
  89. rootId: 0,
  90. icon: 'mdi-database-search',
  91. remark: '',
  92. type: 0,
  93. title: '数据治理知识库',
  94. local: '',
  95. path: '/knowledge-base-product',
  96. urls: '',
  97. children: [
  98. {
  99. meun: '',
  100. code: '',
  101. hidden: 1,
  102. rootId: 1221,
  103. icon: 'mdi-file-chart-outline',
  104. remark: '',
  105. type: 1,
  106. title: '数据治理知识库列表',
  107. local: '',
  108. path: '/knowledge-base-product',
  109. urls: '',
  110. children: [],
  111. enName: 'governance Knowledge Base',
  112. id: 1224,
  113. redirect: '',
  114. level: 2,
  115. openPath: '',
  116. active: '',
  117. label: '数据治理知识库列表',
  118. sort: 0,
  119. parentId: 1221,
  120. effectiveStatus: true,
  121. parentName: '',
  122. component: 'knowledgeBaseProduct/index',
  123. meta: {
  124. keepAlive: false,
  125. allowClick: false,
  126. roles: [],
  127. enName: 'governance Knowledge Base',
  128. icon: 'mdi-file-chart-outline',
  129. editModules: false,
  130. title: '数据治理知识库列表',
  131. fullScreen: false,
  132. target: false,
  133. effectiveStatus: true
  134. },
  135. name: 'knowledgeBaseProductList',
  136. style: '',
  137. alwaysShow: 0,
  138. metastr: '{"keepAlive":false,"allowClick":false,"enName":"governance Knowledge Base","editModules":false,"title":"数据治理知识库列表","fullScreen":false,"target":false}',
  139. open: null
  140. }
  141. ],
  142. enName: 'governance Knowledge Base',
  143. id: 1221,
  144. redirect: '',
  145. level: 1,
  146. openPath: '',
  147. active: '',
  148. label: '数据治理知识库',
  149. sort: 18,
  150. parentId: 0,
  151. effectiveStatus: true,
  152. parentName: '',
  153. component: 'Layout',
  154. meta: {
  155. allowClick: false,
  156. roles: [],
  157. enName: 'governance Knowledge Base',
  158. icon: 'mdi-database-search',
  159. title: '数据治理知识库',
  160. target: false,
  161. effectiveStatus: true
  162. },
  163. name: 'knowledgeBaseProduct',
  164. style: '',
  165. alwaysShow: 0,
  166. metastr: '{"allowClick":false,"enName":"governance Knowledge Base","title":"数据治理知识库","target":false}',
  167. open: null
  168. },
  169. {
  170. meun: '',
  171. code: '',
  172. hidden: 0,
  173. rootId: 0,
  174. icon: 'mdi-clipboard-text-outline',
  175. remark: '',
  176. type: 0,
  177. title: '数据研发',
  178. local: '',
  179. path: '/data-governance',
  180. urls: '',
  181. children: [
  182. {
  183. hidden: 0,
  184. icon: 'mdi-database-cog-outline',
  185. type: 1,
  186. title: '数据研发中心',
  187. path: '/data-governance/development',
  188. children: [],
  189. label: '数据研发中心',
  190. component: 'dataGovernance/development/index',
  191. meta: { roles: ['viewer', 'editor', 'admin'], title: '数据研发中心', readOnly: 'viewer', allowClick: true },
  192. name: 'dataResearchCenter',
  193. alwaysShow: 0
  194. },
  195. {
  196. hidden: 1,
  197. type: 1,
  198. title: '新建采集',
  199. path: '/data-governance/development/ingestion',
  200. children: [],
  201. label: '新建采集',
  202. component: 'dataGovernance/development/ingestion',
  203. meta: { roles: ['editor', 'admin'], title: '新建采集', readOnly: false },
  204. name: 'dataResearchIngestion',
  205. alwaysShow: 0
  206. },
  207. {
  208. hidden: 1,
  209. type: 1,
  210. title: '研发任务',
  211. path: '/data-governance/development/tasks',
  212. children: [],
  213. label: '研发任务',
  214. component: 'dataGovernance/development/tasks',
  215. meta: { roles: ['viewer', 'editor', 'admin'], title: '研发任务', readOnly: 'viewer' },
  216. name: 'dataResearchTasks',
  217. alwaysShow: 0
  218. },
  219. {
  220. hidden: 1,
  221. type: 1,
  222. title: '设备台账',
  223. path: '/data-governance/development/device-assets',
  224. children: [],
  225. label: '设备台账',
  226. component: 'dataGovernance/development/deviceAssets',
  227. meta: { roles: ['viewer', 'editor', 'admin'], title: '设备台账', readOnly: 'viewer' },
  228. name: 'dataResearchDeviceAssets',
  229. alwaysShow: 0
  230. },
  231. {
  232. hidden: 1,
  233. type: 1,
  234. title: '候选评审',
  235. path: '/data-governance/development/review',
  236. children: [],
  237. label: '候选评审',
  238. component: 'dataGovernance/development/review',
  239. meta: { roles: ['editor', 'admin'], title: '候选评审', readOnly: false },
  240. name: 'dataResearchReview',
  241. alwaysShow: 0
  242. },
  243. {
  244. hidden: 0,
  245. icon: 'mdi-graph-outline',
  246. type: 1,
  247. title: '本体中心',
  248. path: '/data-governance/ontology',
  249. children: [],
  250. enName: 'Ontology Center',
  251. label: '本体中心',
  252. sort: 0,
  253. component: 'dataGovernance/ontology/index',
  254. meta: {
  255. keepAlive: false,
  256. allowClick: true,
  257. roles: ['viewer', 'editor', 'admin'],
  258. enName: 'Ontology Center',
  259. icon: 'mdi-graph-outline',
  260. editModules: false,
  261. title: '本体中心',
  262. fullScreen: false,
  263. target: false,
  264. effectiveStatus: true
  265. },
  266. name: 'ontologyCenter',
  267. alwaysShow: 0
  268. },
  269. {
  270. hidden: 1,
  271. icon: 'mdi-vector-polyline-edit',
  272. type: 1,
  273. title: '本体工作台',
  274. path: '/data-governance/ontology/:uid',
  275. children: [],
  276. enName: 'Ontology Workbench',
  277. label: '本体工作台',
  278. sort: 0,
  279. component: 'dataGovernance/ontology/workbench',
  280. meta: {
  281. keepAlive: false,
  282. allowClick: false,
  283. roles: ['viewer', 'editor', 'admin'],
  284. enName: 'Ontology Workbench',
  285. icon: 'mdi-vector-polyline-edit',
  286. editModules: false,
  287. title: '本体工作台',
  288. fullScreen: true,
  289. target: false,
  290. effectiveStatus: true
  291. },
  292. name: 'ontologyWorkbench',
  293. alwaysShow: 0
  294. },
  295. {
  296. meun: '',
  297. code: '',
  298. hidden: 0,
  299. rootId: 1187,
  300. icon: 'mdi-book-open-outline',
  301. remark: '',
  302. type: 1,
  303. title: '元数据',
  304. local: '',
  305. path: '/data-governance/metadata',
  306. urls: '',
  307. children: [],
  308. enName: 'Metadata',
  309. id: 1188,
  310. redirect: '',
  311. level: 2,
  312. openPath: '',
  313. active: '',
  314. label: '元数据',
  315. sort: 0,
  316. parentId: 1187,
  317. effectiveStatus: true,
  318. parentName: 'data-governance',
  319. component: 'dataGovernance/metadata',
  320. meta: {
  321. keepAlive: false,
  322. allowClick: true,
  323. roles: [],
  324. enName: 'Metadata',
  325. icon: 'mdi-book-open-outline',
  326. editModules: false,
  327. title: '元数据',
  328. fullScreen: false,
  329. target: false,
  330. effectiveStatus: true
  331. },
  332. name: 'metadata',
  333. style: '',
  334. alwaysShow: 0,
  335. metastr: '{"keepAlive":false,"allowClick":true,"enName":"Metadata","editModules":false,"title":"元数据","fullScreen":false,"target":false}',
  336. open: null
  337. },
  338. {
  339. meun: '',
  340. code: '',
  341. hidden: 0,
  342. rootId: 1187,
  343. icon: 'mdi-book-open-outline',
  344. remark: '',
  345. type: 1,
  346. title: '业务域',
  347. local: '',
  348. path: '/data-governance/business-domain',
  349. urls: '',
  350. children: [],
  351. enName: 'Business Domain',
  352. id: 1188,
  353. redirect: '',
  354. level: 2,
  355. openPath: '',
  356. active: '',
  357. label: '业务域',
  358. sort: 0,
  359. parentId: 1187,
  360. effectiveStatus: true,
  361. parentName: 'data-governance',
  362. component: 'dataGovernance/businessDomain',
  363. meta: {
  364. keepAlive: false,
  365. allowClick: true,
  366. roles: [],
  367. enName: 'Business Domain',
  368. icon: 'mdi-book-open-outline',
  369. editModules: false,
  370. title: '业务域',
  371. fullScreen: false,
  372. target: false,
  373. effectiveStatus: true
  374. },
  375. name: 'business-domain',
  376. style: '',
  377. alwaysShow: 0,
  378. metastr: '{"keepAlive":false,"allowClick":true,"enName":"Business Domain","editModules":false,"title":"业务域","fullScreen":false,"target":false}',
  379. open: null
  380. },
  381. {
  382. meun: '',
  383. code: '',
  384. hidden: 0,
  385. rootId: 1187,
  386. icon: '',
  387. remark: '',
  388. type: 1,
  389. title: '数据标准',
  390. local: '',
  391. path: '/data-governance/data-standard',
  392. urls: '',
  393. children: [],
  394. enName: 'Data Standard',
  395. id: 1191,
  396. redirect: '',
  397. level: 2,
  398. openPath: '',
  399. active: '',
  400. label: '数据标准',
  401. sort: 10,
  402. parentId: 1187,
  403. effectiveStatus: true,
  404. parentName: 'data-governance',
  405. component: 'dataGovernance/dataStandard',
  406. meta: {
  407. keepAlive: false,
  408. allowClick: false,
  409. roles: [],
  410. enName: 'Data Standard',
  411. icon: '',
  412. editModules: false,
  413. title: '数据标准',
  414. fullScreen: false,
  415. target: false,
  416. effectiveStatus: true
  417. },
  418. name: 'data-standard',
  419. style: '',
  420. alwaysShow: 0,
  421. metastr: '{"keepAlive":false,"allowClick":false,"enName":"Data Standard","editModules":false,"title":"数据标准","fullScreen":false,"target":false}',
  422. open: null
  423. },
  424. {
  425. meun: '',
  426. code: '',
  427. hidden: 0,
  428. rootId: 2000,
  429. icon: '',
  430. remark: '',
  431. type: 1,
  432. title: '数据流程',
  433. local: '',
  434. path: '/data-governance/data-process',
  435. urls: '',
  436. children: [],
  437. enName: 'Data Process',
  438. id: 1191,
  439. redirect: '',
  440. level: 2,
  441. openPath: '',
  442. active: '',
  443. label: '数据流程',
  444. sort: 10,
  445. parentId: 1187,
  446. effectiveStatus: true,
  447. parentName: 'data-governance',
  448. component: 'dataGovernance/dataProcess',
  449. meta: {
  450. keepAlive: false,
  451. allowClick: false,
  452. roles: [],
  453. enName: 'Data Process',
  454. icon: '',
  455. editModules: false,
  456. title: '数据流程',
  457. fullScreen: false,
  458. target: false,
  459. effectiveStatus: true
  460. },
  461. name: 'data-process',
  462. style: '',
  463. alwaysShow: 0,
  464. metastr: '{"keepAlive":false,"allowClick":false,"enName":"Data Process","editModules":false,"title":"数据流程","fullScreen":false,"target":false}',
  465. open: null
  466. },
  467. {
  468. hidden: 0,
  469. icon: '',
  470. type: 1,
  471. title: '数据安全',
  472. path: '/data-governance/data-security',
  473. children: [],
  474. enName: 'Data Security',
  475. label: '数据安全',
  476. sort: 12,
  477. parentId: 1187,
  478. effectiveStatus: true,
  479. parentName: 'data-governance',
  480. component: 'dataGovernance/dataSecurity',
  481. meta: {
  482. keepAlive: false,
  483. allowClick: false,
  484. roles: [],
  485. enName: 'Data Security',
  486. icon: 'mdi-shield-lock-outline',
  487. editModules: false,
  488. title: '数据安全',
  489. fullScreen: false,
  490. target: false,
  491. effectiveStatus: true
  492. },
  493. name: 'data-security',
  494. alwaysShow: 0
  495. },
  496. {
  497. meun: '',
  498. code: '',
  499. hidden: 0,
  500. rootId: 1187,
  501. icon: '',
  502. remark: '',
  503. type: 1,
  504. title: '数据标签',
  505. local: '',
  506. path: '/data-governance/data-Label',
  507. urls: '',
  508. children: [],
  509. enName: 'Data Label',
  510. id: 1217,
  511. redirect: '',
  512. level: 0,
  513. openPath: '',
  514. active: '',
  515. label: '数据标签',
  516. sort: 15,
  517. parentId: 1187,
  518. effectiveStatus: true,
  519. parentName: '',
  520. component: 'dataGovernance/dataLabel',
  521. meta: {
  522. keepAlive: false,
  523. allowClick: false,
  524. roles: [],
  525. enName: 'Data Label',
  526. icon: '',
  527. editModules: false,
  528. title: '数据标签',
  529. fullScreen: false,
  530. target: false,
  531. effectiveStatus: true
  532. },
  533. name: 'data-label',
  534. style: '',
  535. alwaysShow: 0,
  536. metastr: '{"keepAlive":false,"allowClick":false,"enName":"Data Label","editModules":false,"title":"数据标签","fullScreen":false,"target":false}',
  537. open: null
  538. },
  539. {
  540. meun: '',
  541. code: '',
  542. hidden: 0,
  543. rootId: 1187,
  544. icon: '',
  545. remark: '',
  546. type: 1,
  547. title: '数据来源',
  548. local: '',
  549. path: '/data-governance/data-source',
  550. urls: '',
  551. children: [],
  552. enName: 'Data Source',
  553. id: 1191,
  554. redirect: '',
  555. level: 0,
  556. openPath: '',
  557. active: '',
  558. label: '数据来源',
  559. sort: 15,
  560. parentId: 1187,
  561. effectiveStatus: true,
  562. parentName: '',
  563. component: 'dataGovernance/dataSource',
  564. meta: {
  565. keepAlive: false,
  566. allowClick: false,
  567. roles: [],
  568. enName: 'Data Source',
  569. icon: '',
  570. editModules: false,
  571. title: '数据来源',
  572. fullScreen: false,
  573. target: false,
  574. effectiveStatus: true
  575. },
  576. name: 'data-source',
  577. style: '',
  578. alwaysShow: 0,
  579. metastr: '{"keepAlive":false,"allowClick":false,"enName":"Data Source","editModules":false,"title":"数据来源","fullScreen":false,"target":false}',
  580. open: null
  581. }
  582. ],
  583. enName: 'Data Governance',
  584. id: 1187,
  585. redirect: '',
  586. level: 1,
  587. openPath: '',
  588. active: '',
  589. label: '数据研发',
  590. sort: 44,
  591. parentId: 0,
  592. effectiveStatus: true,
  593. parentName: '',
  594. component: 'Layout',
  595. meta: {
  596. allowClick: false,
  597. roles: [],
  598. enName: 'Data Governance',
  599. icon: 'mdi-clipboard-text-outline',
  600. title: '数据研发',
  601. target: false,
  602. effectiveStatus: true
  603. },
  604. name: 'data-governance',
  605. style: '',
  606. alwaysShow: 0,
  607. metastr: '{"allowClick":false,"enName":"Data Governance","title":"数据研发","target":false}',
  608. open: null
  609. },
  610. {
  611. meun: '',
  612. code: '',
  613. hidden: 0,
  614. rootId: 0,
  615. icon: 'mdi-book-open-outline',
  616. remark: '',
  617. type: 0,
  618. title: '数据地图',
  619. local: '',
  620. path: '/data-book',
  621. urls: '',
  622. children: [
  623. {
  624. meun: '',
  625. code: '',
  626. hidden: 0,
  627. rootId: 1225,
  628. icon: '',
  629. remark: '',
  630. type: 0,
  631. title: '元数据',
  632. local: '',
  633. path: '/data-book/data-metadata',
  634. urls: '',
  635. children: [
  636. {
  637. meun: '',
  638. code: '',
  639. hidden: 1,
  640. rootId: 1225,
  641. icon: '',
  642. remark: '',
  643. type: 1,
  644. title: '元数据',
  645. local: '',
  646. path: '/data-book/data-metadata',
  647. urls: '',
  648. children: [],
  649. enName: 'metaData',
  650. id: 1214,
  651. redirect: '',
  652. level: 0,
  653. openPath: '',
  654. active: '',
  655. label: '元数据',
  656. sort: 0,
  657. parentId: 1213,
  658. effectiveStatus: true,
  659. parentName: '',
  660. component: 'dataBook/dataMetaData',
  661. meta: {
  662. keepAlive: false,
  663. allowClick: true,
  664. roles: [],
  665. enName: 'metaData',
  666. icon: '',
  667. editModules: false,
  668. title: '元数据',
  669. fullScreen: false,
  670. target: false,
  671. effectiveStatus: true
  672. },
  673. name: 'data-metadata-list',
  674. style: '',
  675. alwaysShow: 0,
  676. metastr: '{"keepAlive":false,"allowClick":true,"enName":"metaData","editModules":false,"title":"元数据","fullScreen":false,"target":false}',
  677. open: null
  678. },
  679. {
  680. meun: '',
  681. code: '',
  682. hidden: 1,
  683. rootId: 1225,
  684. icon: '',
  685. remark: '',
  686. type: 1,
  687. title: '元数据详情',
  688. local: '',
  689. path: '/data-book/data-metadata/details/:id/:name',
  690. urls: '',
  691. children: [],
  692. enName: 'metaData details',
  693. id: 1215,
  694. redirect: '',
  695. level: 0,
  696. openPath: '',
  697. active: '',
  698. label: '元数据详情',
  699. sort: 0,
  700. parentId: 1213,
  701. effectiveStatus: true,
  702. parentName: '',
  703. component: 'dataBook/dataMetaData/details',
  704. meta: {
  705. keepAlive: false,
  706. allowClick: false,
  707. roles: [],
  708. enName: 'metaData details',
  709. icon: '',
  710. editModules: false,
  711. title: '元数据详情',
  712. fullScreen: false,
  713. target: false,
  714. effectiveStatus: true
  715. },
  716. name: 'data-metadata-details',
  717. style: '',
  718. alwaysShow: 0,
  719. metastr: '{"keepAlive":false,"allowClick":false,"enName":"metaData details","editModules":false,"title":"元数据详情","fullScreen":false,"target":false}',
  720. open: null
  721. }
  722. ],
  723. enName: 'metadata',
  724. id: 1213,
  725. redirect: '',
  726. level: 0,
  727. openPath: '',
  728. active: '',
  729. label: '元数据',
  730. sort: 1,
  731. parentId: 1225,
  732. effectiveStatus: true,
  733. parentName: '',
  734. component: '',
  735. meta: {
  736. allowClick: true,
  737. roles: [],
  738. enName: 'metadata',
  739. icon: '',
  740. title: '元数据',
  741. target: false,
  742. effectiveStatus: true
  743. },
  744. name: 'data-metadata',
  745. style: '',
  746. alwaysShow: 0,
  747. metastr: '{"allowClick":true,"enName":"metadata","title":"元数据","target":false}',
  748. open: null
  749. },
  750. {
  751. meun: '',
  752. code: '',
  753. hidden: 0,
  754. rootId: 1225,
  755. icon: '',
  756. remark: '',
  757. type: 0,
  758. title: '业务域',
  759. local: '',
  760. path: '/data-book/business-domain',
  761. urls: '',
  762. children: [
  763. {
  764. meun: '',
  765. code: '',
  766. hidden: 1,
  767. rootId: 1225,
  768. icon: '',
  769. remark: '',
  770. type: 1,
  771. title: '业务域',
  772. local: '',
  773. path: '/data-book/business-domain',
  774. urls: '',
  775. children: [],
  776. enName: 'Business Domain',
  777. id: 1286,
  778. redirect: '',
  779. level: 3,
  780. openPath: '',
  781. active: '',
  782. label: '业务域',
  783. sort: 0,
  784. parentId: 1285,
  785. effectiveStatus: true,
  786. parentName: '',
  787. component: 'dataBook/businessDomain',
  788. meta: {
  789. keepAlive: false,
  790. allowClick: true,
  791. roles: [],
  792. enName: 'Business Domain',
  793. icon: '',
  794. editModules: false,
  795. title: '业务域',
  796. fullScreen: false,
  797. target: false,
  798. effectiveStatus: true
  799. },
  800. name: 'data-book-business-domain-index',
  801. style: '',
  802. alwaysShow: 0,
  803. metastr: '{"keepAlive":false,"allowClick":true,"enName":"Business Domain","editModules":false,"title":"业务域","fullScreen":false,"target":false}',
  804. open: null
  805. },
  806. {
  807. meun: '',
  808. code: '',
  809. hidden: 1,
  810. rootId: 1225,
  811. icon: '',
  812. remark: '',
  813. type: 1,
  814. title: '业务域详情',
  815. local: '',
  816. path: '/data-book/business-domain/details/:id/:name',
  817. urls: '',
  818. children: [],
  819. enName: 'Business Domain',
  820. id: 1287,
  821. redirect: '',
  822. level: 3,
  823. openPath: '',
  824. active: '',
  825. label: '业务域详情',
  826. sort: 10,
  827. parentId: 1285,
  828. effectiveStatus: true,
  829. parentName: '',
  830. component: 'dataBook/businessDomain/details',
  831. meta: {
  832. keepAlive: false,
  833. allowClick: true,
  834. roles: [],
  835. enName: 'Business Domain',
  836. icon: '',
  837. editModules: false,
  838. title: '业务域详情',
  839. fullScreen: false,
  840. target: false,
  841. effectiveStatus: true
  842. },
  843. name: 'data-book-business-domain-details',
  844. style: '',
  845. alwaysShow: 0,
  846. metastr: '{"keepAlive":false,"allowClick":true,"enName":"Business Domain","editModules":false,"title":"业务域详情","fullScreen":false,"target":false}',
  847. open: null
  848. }
  849. ],
  850. enName: 'Business Domain',
  851. id: 1285,
  852. redirect: '',
  853. level: 2,
  854. openPath: '',
  855. active: '',
  856. label: '业务域',
  857. sort: 60,
  858. parentId: 1225,
  859. effectiveStatus: true,
  860. parentName: '',
  861. component: '',
  862. meta: {
  863. allowClick: true,
  864. roles: [],
  865. enName: 'Business Domain',
  866. icon: '',
  867. title: '业务域',
  868. target: false,
  869. effectiveStatus: true
  870. },
  871. name: 'data-book-business-domain',
  872. style: '',
  873. alwaysShow: 0,
  874. metastr: '{"allowClick":true,"enName":"Business Domain","title":"业务域","target":false}',
  875. open: null
  876. },
  877. {
  878. meun: '',
  879. code: '',
  880. hidden: 0,
  881. rootId: 1225,
  882. icon: '',
  883. remark: '',
  884. type: 0,
  885. title: '数据标准',
  886. local: '',
  887. path: '/data-book/data-standard',
  888. urls: '',
  889. children: [
  890. {
  891. meun: '',
  892. code: '',
  893. hidden: 1,
  894. rootId: 1225,
  895. icon: '',
  896. remark: '',
  897. type: 1,
  898. title: '数据标准',
  899. local: '',
  900. path: '/data-book/data-standard',
  901. urls: '',
  902. children: [],
  903. enName: 'data Indicator',
  904. id: 1269,
  905. redirect: '',
  906. level: 3,
  907. openPath: '',
  908. active: '',
  909. label: '数据标准',
  910. sort: 1,
  911. parentId: 1202,
  912. effectiveStatus: true,
  913. parentName: '',
  914. component: 'dataBook/dataStandard',
  915. meta: {
  916. keepAlive: false,
  917. allowClick: true,
  918. roles: [],
  919. enName: 'data Indicator',
  920. icon: '',
  921. editModules: false,
  922. title: '数据标准',
  923. fullScreen: false,
  924. target: false,
  925. effectiveStatus: true
  926. },
  927. name: 'data-book-standard-index',
  928. style: '',
  929. alwaysShow: 0,
  930. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Indicator","editModules":false,"title":"数据标准","fullScreen":false,"target":false}',
  931. open: null
  932. },
  933. {
  934. meun: '',
  935. code: '',
  936. hidden: 1,
  937. rootId: 1225,
  938. icon: '',
  939. remark: '',
  940. type: 1,
  941. title: '数据标准详情',
  942. local: '',
  943. path: '/data-book/data-standard/details/:id/:name',
  944. urls: '',
  945. children: [],
  946. enName: 'data Indicator',
  947. id: 1270,
  948. redirect: '',
  949. level: 3,
  950. openPath: '',
  951. active: '',
  952. label: '数据标准详情',
  953. sort: 10,
  954. parentId: 1202,
  955. effectiveStatus: true,
  956. parentName: '',
  957. component: 'dataBook/dataStandard/details',
  958. meta: {
  959. keepAlive: false,
  960. allowClick: true,
  961. roles: [],
  962. enName: 'data Indicator',
  963. icon: '',
  964. editModules: false,
  965. title: '数据标准详情',
  966. fullScreen: false,
  967. target: false,
  968. effectiveStatus: true
  969. },
  970. name: 'data-book-standard-details',
  971. style: '',
  972. alwaysShow: 0,
  973. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Indicator","editModules":false,"title":"数据标准详情","fullScreen":false,"target":false}',
  974. open: null
  975. }
  976. ],
  977. enName: 'data Indicator',
  978. id: 1202,
  979. redirect: '',
  980. level: 2,
  981. openPath: '',
  982. active: '',
  983. label: '数据标准',
  984. sort: 35,
  985. parentId: 1225,
  986. effectiveStatus: true,
  987. parentName: '',
  988. component: '',
  989. meta: {
  990. allowClick: true,
  991. roles: [],
  992. enName: 'data Indicator',
  993. icon: '',
  994. title: '数据标准',
  995. target: false,
  996. effectiveStatus: true
  997. },
  998. name: 'data-book-standard',
  999. style: '',
  1000. alwaysShow: 0,
  1001. metastr: '{"allowClick":true,"enName":"data Indicator","title":"数据标准","target":false}',
  1002. open: null
  1003. },
  1004. {
  1005. meun: '',
  1006. code: '',
  1007. hidden: 0,
  1008. rootId: 2001,
  1009. icon: '',
  1010. remark: '',
  1011. type: 0,
  1012. title: '数据流程',
  1013. local: '',
  1014. path: '/data-book/data-process',
  1015. urls: '',
  1016. children: [
  1017. {
  1018. meun: '',
  1019. code: '',
  1020. hidden: 1,
  1021. rootId: 2002,
  1022. icon: '',
  1023. remark: '',
  1024. type: 1,
  1025. title: '数据流程',
  1026. local: '',
  1027. path: '/data-book/data-process',
  1028. urls: '',
  1029. children: [],
  1030. enName: 'data process',
  1031. id: 1269,
  1032. redirect: '',
  1033. level: 3,
  1034. openPath: '',
  1035. active: '',
  1036. label: '数据流程',
  1037. sort: 1,
  1038. parentId: 2001,
  1039. effectiveStatus: true,
  1040. parentName: '',
  1041. component: 'dataBook/dataProcess',
  1042. meta: {
  1043. keepAlive: false,
  1044. allowClick: true,
  1045. roles: [],
  1046. enName: 'data process',
  1047. icon: '',
  1048. editModules: false,
  1049. title: '数据流程',
  1050. fullScreen: false,
  1051. target: false,
  1052. effectiveStatus: true
  1053. },
  1054. name: 'data-book-process-index',
  1055. style: '',
  1056. alwaysShow: 0,
  1057. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Indicator","editModules":false,"title":"数据标准","fullScreen":false,"target":false}',
  1058. open: null
  1059. },
  1060. {
  1061. meun: '',
  1062. code: '',
  1063. hidden: 1,
  1064. rootId: 1225,
  1065. icon: '',
  1066. remark: '',
  1067. type: 1,
  1068. title: '数据流程详情',
  1069. local: '',
  1070. path: '/data-book/data-process/details/:id/:name',
  1071. urls: '',
  1072. children: [],
  1073. enName: 'data process',
  1074. id: 1270,
  1075. redirect: '',
  1076. level: 3,
  1077. openPath: '',
  1078. active: '',
  1079. label: '数据流程详情',
  1080. sort: 10,
  1081. parentId: 2001,
  1082. effectiveStatus: true,
  1083. parentName: '',
  1084. component: 'dataBook/dataProcess/details',
  1085. meta: {
  1086. keepAlive: false,
  1087. allowClick: true,
  1088. roles: [],
  1089. enName: 'data process',
  1090. icon: '',
  1091. editModules: false,
  1092. title: '数据流程详情',
  1093. fullScreen: false,
  1094. target: false,
  1095. effectiveStatus: true
  1096. },
  1097. name: 'data-book-process-details',
  1098. style: '',
  1099. alwaysShow: 0,
  1100. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Indicator","editModules":false,"title":"数据标准详情","fullScreen":false,"target":false}',
  1101. open: null
  1102. }
  1103. ],
  1104. enName: 'data process',
  1105. id: 1202,
  1106. redirect: '',
  1107. level: 2,
  1108. openPath: '',
  1109. active: '',
  1110. label: '数据流程',
  1111. sort: 35,
  1112. parentId: 1225,
  1113. effectiveStatus: true,
  1114. parentName: '',
  1115. component: '',
  1116. meta: {
  1117. allowClick: true,
  1118. roles: [],
  1119. enName: 'data process',
  1120. icon: '',
  1121. title: '数据流程',
  1122. target: false,
  1123. effectiveStatus: true
  1124. },
  1125. name: 'data-book-process',
  1126. style: '',
  1127. alwaysShow: 0,
  1128. metastr: '{"allowClick":true,"enName":"data Indicator","title":"数据标准","target":false}',
  1129. open: null
  1130. },
  1131. {
  1132. meun: '',
  1133. code: '',
  1134. hidden: 0,
  1135. rootId: 1225,
  1136. icon: '',
  1137. remark: '',
  1138. type: 1,
  1139. title: '数据标签',
  1140. local: '',
  1141. path: '/data-book/data-label',
  1142. urls: '',
  1143. children: [
  1144. {
  1145. meun: '',
  1146. code: '',
  1147. hidden: 1,
  1148. rootId: 1225,
  1149. icon: '',
  1150. remark: '',
  1151. type: 1,
  1152. title: '数据标签',
  1153. local: '',
  1154. path: '/data-book/data-label',
  1155. urls: '',
  1156. children: [],
  1157. enName: 'data Label',
  1158. id: 1271,
  1159. redirect: '',
  1160. level: 3,
  1161. openPath: '',
  1162. active: '',
  1163. label: '数据标签',
  1164. sort: 1,
  1165. parentId: 1218,
  1166. effectiveStatus: true,
  1167. parentName: '',
  1168. component: 'dataBook/dataLabel',
  1169. meta: {
  1170. keepAlive: false,
  1171. allowClick: true,
  1172. roles: [],
  1173. enName: 'data Label',
  1174. icon: '',
  1175. editModules: false,
  1176. title: '数据标签',
  1177. fullScreen: false,
  1178. target: false,
  1179. effectiveStatus: true
  1180. },
  1181. name: 'data-book-label-index',
  1182. style: '',
  1183. alwaysShow: 0,
  1184. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Label","editModules":false,"title":"数据标签","fullScreen":false,"target":false}',
  1185. open: null
  1186. },
  1187. {
  1188. meun: '',
  1189. code: '',
  1190. hidden: 1,
  1191. rootId: 1225,
  1192. icon: '',
  1193. remark: '',
  1194. type: 1,
  1195. title: '数据标签详情',
  1196. local: '',
  1197. path: '/data-book/data-label/details/:id/:name',
  1198. urls: '',
  1199. children: [],
  1200. enName: 'data Label',
  1201. id: 1272,
  1202. redirect: '',
  1203. level: 3,
  1204. openPath: '',
  1205. active: '',
  1206. label: '数据标签详情',
  1207. sort: 1,
  1208. parentId: 1218,
  1209. effectiveStatus: true,
  1210. parentName: '',
  1211. component: 'dataBook/dataLabel/details',
  1212. meta: {
  1213. keepAlive: false,
  1214. allowClick: true,
  1215. roles: [],
  1216. enName: 'data Label',
  1217. icon: '',
  1218. editModules: false,
  1219. title: '数据标签详情',
  1220. fullScreen: false,
  1221. target: false,
  1222. effectiveStatus: true
  1223. },
  1224. name: 'data-book-label-details',
  1225. style: '',
  1226. alwaysShow: 0,
  1227. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Label","editModules":false,"title":"数据标签详情","fullScreen":false,"target":false}',
  1228. open: null
  1229. }
  1230. ],
  1231. enName: 'data Label',
  1232. id: 1218,
  1233. redirect: '',
  1234. level: 2,
  1235. openPath: '',
  1236. active: '',
  1237. label: '数据标签',
  1238. sort: 40,
  1239. parentId: 1225,
  1240. effectiveStatus: true,
  1241. parentName: '',
  1242. component: '',
  1243. meta: {
  1244. keepAlive: false,
  1245. allowClick: true,
  1246. roles: [],
  1247. enName: 'data Label',
  1248. icon: '',
  1249. editModules: false,
  1250. title: '数据标签',
  1251. fullScreen: false,
  1252. target: false,
  1253. effectiveStatus: true
  1254. },
  1255. name: 'data-book-label',
  1256. style: '',
  1257. alwaysShow: 0,
  1258. metastr: '{"keepAlive":false,"allowClick":true,"enName":"data Label","editModules":false,"title":"数据标签","fullScreen":false,"target":false}',
  1259. open: null
  1260. }
  1261. ],
  1262. enName: 'data book',
  1263. id: 1225,
  1264. redirect: '',
  1265. level: 1,
  1266. openPath: '',
  1267. active: '',
  1268. label: '数据地图',
  1269. sort: 49,
  1270. parentId: 0,
  1271. effectiveStatus: true,
  1272. parentName: '',
  1273. component: 'Layout',
  1274. meta: {
  1275. allowClick: false,
  1276. roles: [],
  1277. enName: 'data book',
  1278. icon: 'mdi-book-open-outline',
  1279. title: '数据地图',
  1280. target: false,
  1281. effectiveStatus: true
  1282. },
  1283. name: 'data-book',
  1284. style: '',
  1285. alwaysShow: 0,
  1286. metastr: '{"allowClick":false,"enName":"data book","title":"数据地图","target":false}',
  1287. open: null
  1288. },
  1289. {
  1290. meun: '',
  1291. code: '',
  1292. hidden: 0,
  1293. rootId: 0,
  1294. icon: 'mdi-factory',
  1295. remark: '',
  1296. type: 0,
  1297. title: '数据工厂',
  1298. local: '',
  1299. path: '/dataFactory',
  1300. urls: '',
  1301. children: [
  1302. {
  1303. meun: '',
  1304. code: '',
  1305. hidden: 0,
  1306. rootId: 972,
  1307. icon: '',
  1308. remark: '',
  1309. type: 1,
  1310. title: '生产线管理',
  1311. local: '',
  1312. path: process.env.VUE_APP_N8N_URL,
  1313. urls: '',
  1314. children: [],
  1315. enName: 'Assembly Line',
  1316. id: 973,
  1317. redirect: '',
  1318. level: 2,
  1319. openPath: '',
  1320. active: '',
  1321. label: '生产线管理',
  1322. sort: 6,
  1323. parentId: 972,
  1324. effectiveStatus: true,
  1325. parentName: 'dataFactory',
  1326. component: '',
  1327. meta: {
  1328. keepAlive: false,
  1329. allowClick: false,
  1330. roles: [],
  1331. enName: 'Assembly Line',
  1332. icon: '',
  1333. editModules: false,
  1334. title: '生产线管理',
  1335. fullScreen: false,
  1336. target: true,
  1337. effectiveStatus: true
  1338. },
  1339. name: 'productionLine',
  1340. style: '',
  1341. alwaysShow: 0,
  1342. metastr: '{"keepAlive":false,"allowClick":false,"enName":"Assembly Line","editModules":false,"title":"生产线管理","fullScreen":false,"target":true}',
  1343. open: null,
  1344. target: true
  1345. },
  1346. {
  1347. meun: '',
  1348. code: '',
  1349. hidden: 0,
  1350. rootId: 972,
  1351. icon: '',
  1352. remark: '',
  1353. type: 1,
  1354. title: '工作流管理',
  1355. local: '',
  1356. path: '/dataFactory/workflow',
  1357. urls: '',
  1358. children: [],
  1359. enName: 'n8n Workflow',
  1360. id: 975,
  1361. redirect: '',
  1362. level: 2,
  1363. openPath: '',
  1364. active: '',
  1365. label: '工作流管理',
  1366. sort: 7,
  1367. parentId: 972,
  1368. effectiveStatus: true,
  1369. parentName: 'dataFactory',
  1370. component: 'dataFactory/workflow',
  1371. meta: {
  1372. keepAlive: false,
  1373. allowClick: false,
  1374. roles: [],
  1375. enName: 'Workflow',
  1376. icon: '',
  1377. editModules: false,
  1378. title: '工作流管理',
  1379. fullScreen: false,
  1380. target: false,
  1381. effectiveStatus: true
  1382. },
  1383. name: 'workflowIndex',
  1384. style: '',
  1385. alwaysShow: 0,
  1386. metastr: '{"keepAlive":false,"allowClick":false,"enName":"Workflow","editModules":false,"title":"工作流管理","fullScreen":false,"target":false}',
  1387. open: null
  1388. },
  1389. {
  1390. meun: '',
  1391. code: '',
  1392. hidden: 0,
  1393. rootId: 972,
  1394. icon: '',
  1395. remark: '',
  1396. type: 1,
  1397. title: '数据库连接池管理',
  1398. local: '',
  1399. path: '/dataFactory/connection-pool',
  1400. urls: '',
  1401. children: [],
  1402. enName: 'Database Connection Pools',
  1403. id: 976,
  1404. redirect: '',
  1405. level: 2,
  1406. openPath: '',
  1407. active: '',
  1408. label: '数据库连接池管理',
  1409. sort: 8,
  1410. parentId: 972,
  1411. effectiveStatus: true,
  1412. parentName: 'dataFactory',
  1413. component: 'dataFactory/connectionPool',
  1414. meta: {
  1415. keepAlive: false,
  1416. allowClick: false,
  1417. roles: [],
  1418. permissions: ['datasources:pools:manage'],
  1419. enName: 'Database Connection Pools',
  1420. icon: '',
  1421. editModules: false,
  1422. title: '数据库连接池管理',
  1423. fullScreen: false,
  1424. target: false,
  1425. effectiveStatus: true
  1426. },
  1427. name: 'connectionPoolIndex',
  1428. style: '',
  1429. alwaysShow: 0,
  1430. metastr: '{"keepAlive":false,"allowClick":false,"permissions":["datasources:pools:manage"],"enName":"Database Connection Pools","editModules":false,"title":"数据库连接池管理","fullScreen":false,"target":false}',
  1431. open: null
  1432. }
  1433. ],
  1434. enName: 'production line manage',
  1435. id: 972,
  1436. redirect: '',
  1437. level: 1,
  1438. openPath: '',
  1439. active: '',
  1440. label: '数据工厂',
  1441. sort: 46,
  1442. parentId: 0,
  1443. effectiveStatus: true,
  1444. parentName: 'dataFactory',
  1445. component: 'Layout',
  1446. meta: {
  1447. allowClick: false,
  1448. roles: [],
  1449. enName: 'production line manage',
  1450. icon: 'mdi-factory',
  1451. title: '数据工厂',
  1452. target: false,
  1453. effectiveStatus: true
  1454. },
  1455. name: 'dataFactory',
  1456. style: '',
  1457. alwaysShow: 0,
  1458. metastr: '{"allowClick":false,"enName":"production line manage","title":"数据工厂","target":false}',
  1459. open: null
  1460. },
  1461. {
  1462. meun: '',
  1463. code: '',
  1464. hidden: 0,
  1465. rootId: 0,
  1466. icon: 'mdi-application-settings-outline',
  1467. remark: '',
  1468. type: 0,
  1469. title: '数据服务',
  1470. local: '',
  1471. path: '/dataService',
  1472. urls: '',
  1473. children: [
  1474. {
  1475. meun: '',
  1476. code: '',
  1477. hidden: 0,
  1478. rootId: 972,
  1479. icon: '',
  1480. remark: '',
  1481. type: 1,
  1482. title: '数据订单',
  1483. local: '',
  1484. path: '/dataService/dataOrder',
  1485. urls: '',
  1486. children: [],
  1487. enName: 'data Order',
  1488. id: 975,
  1489. redirect: '',
  1490. level: 2,
  1491. openPath: '',
  1492. active: '',
  1493. label: '数据订单',
  1494. sort: 7,
  1495. parentId: 972,
  1496. effectiveStatus: true,
  1497. parentName: 'dataService',
  1498. component: 'dataService/dataOrder',
  1499. meta: {
  1500. keepAlive: false,
  1501. allowClick: false,
  1502. roles: [],
  1503. enName: 'data Order',
  1504. icon: '',
  1505. editModules: false,
  1506. title: '数据订单',
  1507. fullScreen: false,
  1508. target: false,
  1509. effectiveStatus: true
  1510. },
  1511. name: 'dataOrder',
  1512. style: '',
  1513. alwaysShow: 0,
  1514. metastr: '{"keepAlive":false,"allowClick":false,"enName":"data Order","editModules":false,"title":"数据订单","fullScreen":false,"target":false}',
  1515. open: null
  1516. },
  1517. {
  1518. meun: '',
  1519. code: '',
  1520. hidden: 0,
  1521. rootId: 972,
  1522. icon: '',
  1523. remark: '',
  1524. type: 1,
  1525. title: '数据产品',
  1526. local: '',
  1527. path: '/dataService/dataProduct',
  1528. urls: '',
  1529. children: [],
  1530. enName: 'data Product',
  1531. id: 975,
  1532. redirect: '',
  1533. level: 2,
  1534. openPath: '',
  1535. active: '',
  1536. label: '数据产品',
  1537. sort: 7,
  1538. parentId: 972,
  1539. effectiveStatus: true,
  1540. parentName: 'dataService',
  1541. component: 'dataService/dataProduct',
  1542. meta: {
  1543. keepAlive: false,
  1544. allowClick: false,
  1545. roles: [],
  1546. enName: 'data Product',
  1547. icon: '',
  1548. editModules: false,
  1549. title: '数据产品',
  1550. fullScreen: false,
  1551. target: false,
  1552. effectiveStatus: true
  1553. },
  1554. name: 'dataProduct',
  1555. style: '',
  1556. alwaysShow: 0,
  1557. metastr: '{"keepAlive":false,"allowClick":false,"enName":"data Product","editModules":false,"title":"数据产品","fullScreen":false,"target":false}',
  1558. open: null
  1559. }
  1560. ],
  1561. enName: 'data service',
  1562. id: 972,
  1563. redirect: '',
  1564. level: 1,
  1565. openPath: '',
  1566. active: '',
  1567. label: '数据服务',
  1568. sort: 46,
  1569. parentId: 0,
  1570. effectiveStatus: true,
  1571. parentName: 'dataService',
  1572. component: 'Layout',
  1573. meta: {
  1574. allowClick: false,
  1575. roles: [],
  1576. enName: 'data service',
  1577. icon: 'mdi-application-settings-outline',
  1578. title: '数据服务',
  1579. target: false,
  1580. effectiveStatus: true
  1581. },
  1582. name: 'dataService',
  1583. style: '',
  1584. alwaysShow: 0,
  1585. metastr: '{"allowClick":false,"enName":"data service","title":"数据服务","target":false}'
  1586. },
  1587. {
  1588. hidden: 0,
  1589. rootId: 0,
  1590. icon: 'mdi-widgets-outline',
  1591. type: 0,
  1592. path: '/dataReview',
  1593. children: [
  1594. {
  1595. hidden: 1,
  1596. icon: '',
  1597. type: 1,
  1598. title: '数据审核',
  1599. path: '/dataReview',
  1600. children: [],
  1601. enName: 'data Review',
  1602. redirect: '',
  1603. active: '',
  1604. label: '数据审核',
  1605. sort: 0,
  1606. component: 'dataReview',
  1607. meta: {
  1608. roles: [],
  1609. enName: 'data Review',
  1610. icon: '',
  1611. title: '数据审核',
  1612. fullScreen: false
  1613. },
  1614. name: 'index',
  1615. alwaysShow: 0
  1616. }
  1617. ],
  1618. enName: 'data Review',
  1619. redirect: '',
  1620. active: '',
  1621. sort: 0,
  1622. component: 'Layout',
  1623. meta: {
  1624. allowClick: false,
  1625. roles: [],
  1626. enName: 'data Review',
  1627. icon: 'mdi-widgets-outline',
  1628. title: '数据审核',
  1629. target: false,
  1630. effectiveStatus: true
  1631. },
  1632. name: 'dataReview',
  1633. alwaysShow: 0
  1634. },
  1635. {
  1636. hidden: 0,
  1637. rootId: 0,
  1638. icon: 'mdi-account-cog-outline',
  1639. type: 0,
  1640. path: '/systemManage',
  1641. children: [
  1642. {
  1643. hidden: 0,
  1644. type: 1,
  1645. title: '用户管理',
  1646. path: '/systemManage/users',
  1647. children: [],
  1648. label: '用户管理',
  1649. sort: 1,
  1650. component: 'systemManage/user',
  1651. meta: {
  1652. title: '用户管理',
  1653. icon: 'mdi-account-multiple-outline',
  1654. permissions: ['users:manage']
  1655. },
  1656. name: 'systemUserManage',
  1657. alwaysShow: 0
  1658. },
  1659. {
  1660. hidden: 0,
  1661. type: 1,
  1662. title: '设备责任矩阵',
  1663. path: '/systemManage/responsibilities',
  1664. children: [],
  1665. label: '设备责任矩阵',
  1666. sort: 2,
  1667. component: 'systemManage/responsibility',
  1668. meta: {
  1669. title: '设备责任矩阵',
  1670. icon: 'mdi-shield-account-outline',
  1671. permissions: ['governance:responsibilities:manage']
  1672. },
  1673. name: 'systemResponsibilityManage',
  1674. alwaysShow: 0
  1675. }
  1676. ],
  1677. label: '系统管理',
  1678. sort: 99,
  1679. component: 'Layout',
  1680. meta: {
  1681. title: '系统管理',
  1682. icon: 'mdi-account-cog-outline',
  1683. permissions: ['users:manage']
  1684. },
  1685. name: 'systemManage',
  1686. alwaysShow: 0
  1687. }
  1688. ],
  1689. permission: []
  1690. }