routes.js 44 KB

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