mock.js 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363
  1. export const mockList = [
  2. {
  3. "MenuId": 1,
  4. "ParentId": 0,
  5. "Name": "研报管理",
  6. "RootId": 0,
  7. "Sort": "1",
  8. "Path": "/",
  9. "PathName": "",
  10. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/yb_manager.png",
  11. "Component": 0,
  12. "Hidden": 0,
  13. "HiddenLayout": 0,
  14. "Level": 0,
  15. "MenuType": 0,
  16. "ButtonCode": "",
  17. "Children": [
  18. {
  19. "MenuId": 2,
  20. "ParentId": 1,
  21. "Name": "研报列表",
  22. "RootId": 0,
  23. "Sort": "1",
  24. "Path": "reportlist",
  25. "PathName": "",
  26. "IconPath": "",
  27. "Component": 0,
  28. "Hidden": 0,
  29. "HiddenLayout": 0,
  30. "Level": 0,
  31. "MenuType": 0,
  32. "ButtonCode": "",
  33. "Children": [
  34. {
  35. "MenuId": 200,
  36. "ParentId": 2,
  37. "Name": "推送消息/已推送消息",
  38. "RootId": 0,
  39. "Sort": "1",
  40. "Path": "reportManage/sendMsg",
  41. "PathName": "",
  42. "IconPath": "",
  43. "Component": 0,
  44. "Hidden": 0,
  45. "HiddenLayout": 0,
  46. "Level": 0,
  47. "MenuType": 1,
  48. "ButtonCode": "reportManage:sendMsg",
  49. "Children": []
  50. },
  51. {
  52. "MenuId": 199,
  53. "ParentId": 2,
  54. "Name": "预览",
  55. "RootId": 0,
  56. "Sort": "1",
  57. "Path": "reportManage/reportView",
  58. "PathName": "",
  59. "IconPath": "",
  60. "Component": 0,
  61. "Hidden": 0,
  62. "HiddenLayout": 0,
  63. "Level": 0,
  64. "MenuType": 1,
  65. "ButtonCode": "reportManage:reportView",
  66. "Children": [
  67. {
  68. "MenuId": 204,
  69. "ParentId": 199,
  70. "Name": "微信分享",
  71. "RootId": 0,
  72. "Sort": "1",
  73. "Path": "reportManage/reportView/wechartShare",
  74. "PathName": "",
  75. "IconPath": "",
  76. "Component": 0,
  77. "Hidden": 0,
  78. "HiddenLayout": 0,
  79. "Level": 0,
  80. "MenuType": 2,
  81. "ButtonCode": "reportManage:reportView:wechartShare",
  82. "Children": []
  83. },
  84. {
  85. "MenuId": 203,
  86. "ParentId": 199,
  87. "Name": "复制微信",
  88. "RootId": 0,
  89. "Sort": "1",
  90. "Path": "reportManage/reportView/copyWechat",
  91. "PathName": "",
  92. "IconPath": "",
  93. "Component": 0,
  94. "Hidden": 0,
  95. "HiddenLayout": 0,
  96. "Level": 0,
  97. "MenuType": 2,
  98. "ButtonCode": "reportManage:reportView:copyWechat",
  99. "Children": []
  100. }
  101. ]
  102. },
  103. {
  104. "MenuId": 198,
  105. "ParentId": 2,
  106. "Name": "音频下载",
  107. "RootId": 0,
  108. "Sort": "1",
  109. "Path": "reportManage/audioDownload",
  110. "PathName": "",
  111. "IconPath": "",
  112. "Component": 0,
  113. "Hidden": 0,
  114. "HiddenLayout": 0,
  115. "Level": 0,
  116. "MenuType": 1,
  117. "ButtonCode": "reportManage:audioDownload",
  118. "Children": []
  119. },
  120. {
  121. "MenuId": 197,
  122. "ParentId": 2,
  123. "Name": "音频上传",
  124. "RootId": 0,
  125. "Sort": "1",
  126. "Path": "reportManage/audioUpload",
  127. "PathName": "",
  128. "IconPath": "",
  129. "Component": 0,
  130. "Hidden": 0,
  131. "HiddenLayout": 0,
  132. "Level": 0,
  133. "MenuType": 1,
  134. "ButtonCode": "reportManage:audioUpload",
  135. "Children": []
  136. },
  137. {
  138. "MenuId": 196,
  139. "ParentId": 2,
  140. "Name": "删除",
  141. "RootId": 0,
  142. "Sort": "1",
  143. "Path": "reportManage/reportDel",
  144. "PathName": "",
  145. "IconPath": "",
  146. "Component": 0,
  147. "Hidden": 0,
  148. "HiddenLayout": 0,
  149. "Level": 0,
  150. "MenuType": 1,
  151. "ButtonCode": "reportManage:reportDel",
  152. "Children": []
  153. },
  154. {
  155. "MenuId": 195,
  156. "ParentId": 2,
  157. "Name": "编辑",
  158. "RootId": 0,
  159. "Sort": "1",
  160. "Path": "reportManage/reportEdit",
  161. "PathName": "",
  162. "IconPath": "",
  163. "Component": 0,
  164. "Hidden": 0,
  165. "HiddenLayout": 0,
  166. "Level": 0,
  167. "MenuType": 1,
  168. "ButtonCode": "reportManage:reportEdit",
  169. "Children": []
  170. },
  171. {
  172. "MenuId": 194,
  173. "ParentId": 2,
  174. "Name": "取消发布",
  175. "RootId": 0,
  176. "Sort": "1",
  177. "Path": "reportManage/cancelPublish",
  178. "PathName": "",
  179. "IconPath": "",
  180. "Component": 0,
  181. "Hidden": 0,
  182. "HiddenLayout": 0,
  183. "Level": 0,
  184. "MenuType": 1,
  185. "ButtonCode": "reportManage:cancelPublish",
  186. "Children": []
  187. },
  188. {
  189. "MenuId": 193,
  190. "ParentId": 2,
  191. "Name": "发布",
  192. "RootId": 0,
  193. "Sort": "1",
  194. "Path": "reportManage/publish",
  195. "PathName": "",
  196. "IconPath": "",
  197. "Component": 0,
  198. "Hidden": 0,
  199. "HiddenLayout": 0,
  200. "Level": 0,
  201. "MenuType": 1,
  202. "ButtonCode": "reportManage:publish",
  203. "Children": []
  204. },
  205. {
  206. "MenuId": 192,
  207. "ParentId": 2,
  208. "Name": "列表",
  209. "RootId": 0,
  210. "Sort": "1",
  211. "Path": "reportManage/reportList",
  212. "PathName": "",
  213. "IconPath": "",
  214. "Component": 0,
  215. "Hidden": 0,
  216. "HiddenLayout": 0,
  217. "Level": 0,
  218. "MenuType": 1,
  219. "ButtonCode": "reportManage:reportList",
  220. "Children": [
  221. {
  222. "MenuId": 202,
  223. "ParentId": 192,
  224. "Name": "UV",
  225. "RootId": 0,
  226. "Sort": "1",
  227. "Path": "reportManage/reportList/uv",
  228. "PathName": "",
  229. "IconPath": "",
  230. "Component": 0,
  231. "Hidden": 0,
  232. "HiddenLayout": 0,
  233. "Level": 0,
  234. "MenuType": 2,
  235. "ButtonCode": "reportManage:reportList:uv",
  236. "Children": []
  237. },
  238. {
  239. "MenuId": 201,
  240. "ParentId": 192,
  241. "Name": "报告推送时间",
  242. "RootId": 0,
  243. "Sort": "1",
  244. "Path": "reportManage/reportList/sendTime",
  245. "PathName": "",
  246. "IconPath": "",
  247. "Component": 0,
  248. "Hidden": 0,
  249. "HiddenLayout": 0,
  250. "Level": 0,
  251. "MenuType": 2,
  252. "ButtonCode": "reportManage:reportList:sendTime",
  253. "Children": []
  254. }
  255. ]
  256. },
  257. {
  258. "MenuId": 191,
  259. "ParentId": 2,
  260. "Name": "添加晨报/周报",
  261. "RootId": 0,
  262. "Sort": "1",
  263. "Path": "reportManage/dayWeekReportAdd",
  264. "PathName": "",
  265. "IconPath": "",
  266. "Component": 0,
  267. "Hidden": 0,
  268. "HiddenLayout": 0,
  269. "Level": 0,
  270. "MenuType": 1,
  271. "ButtonCode": "reportManage:dayWeekReportAdd",
  272. "Children": []
  273. },
  274. {
  275. "MenuId": 190,
  276. "ParentId": 2,
  277. "Name": "添加研报",
  278. "RootId": 0,
  279. "Sort": "1",
  280. "Path": "reportManage/reportAdd",
  281. "PathName": "",
  282. "IconPath": "",
  283. "Component": 0,
  284. "Hidden": 0,
  285. "HiddenLayout": 0,
  286. "Level": 0,
  287. "MenuType": 1,
  288. "ButtonCode": "reportManage:reportAdd",
  289. "Children": []
  290. }
  291. ]
  292. },
  293. {
  294. "MenuId": 133,
  295. "ParentId": 1,
  296. "Name": "英文研报",
  297. "RootId": 0,
  298. "Sort": "2",
  299. "Path": "reportEnList",
  300. "PathName": "",
  301. "IconPath": "",
  302. "Component": 0,
  303. "Hidden": 0,
  304. "HiddenLayout": 0,
  305. "Level": 0,
  306. "MenuType": 0,
  307. "ButtonCode": "",
  308. "Children": []
  309. },
  310. {
  311. "MenuId": 3,
  312. "ParentId": 1,
  313. "Name": "分类列表",
  314. "RootId": 0,
  315. "Sort": "3",
  316. "Path": "classifylist",
  317. "PathName": "",
  318. "IconPath": "",
  319. "Component": 0,
  320. "Hidden": 0,
  321. "HiddenLayout": 0,
  322. "Level": 0,
  323. "MenuType": 0,
  324. "ButtonCode": "",
  325. "Children": []
  326. },
  327. {
  328. "MenuId": 137,
  329. "ParentId": 1,
  330. "Name": "作者管理",
  331. "RootId": 0,
  332. "Sort": "4",
  333. "Path": "reportAuthor",
  334. "PathName": "",
  335. "IconPath": "",
  336. "Component": 0,
  337. "Hidden": 0,
  338. "HiddenLayout": 0,
  339. "Level": 0,
  340. "MenuType": 0,
  341. "ButtonCode": "",
  342. "Children": []
  343. },
  344. {
  345. "MenuId": 187,
  346. "ParentId": 1,
  347. "Name": "英文品种配置",
  348. "RootId": 0,
  349. "Sort": "5",
  350. "Path": "reportvariety",
  351. "PathName": "",
  352. "IconPath": "",
  353. "Component": 0,
  354. "Hidden": 0,
  355. "HiddenLayout": 0,
  356. "Level": 0,
  357. "MenuType": 0,
  358. "ButtonCode": "",
  359. "Children": []
  360. },
  361. {
  362. "MenuId": 155,
  363. "ParentId": 1,
  364. "Name": "云盘",
  365. "RootId": 0,
  366. "Sort": "6",
  367. "Path": "cloudDisk",
  368. "PathName": "",
  369. "IconPath": "",
  370. "Component": 0,
  371. "Hidden": 0,
  372. "HiddenLayout": 0,
  373. "Level": 0,
  374. "MenuType": 0,
  375. "ButtonCode": "",
  376. "Children": []
  377. }
  378. ]
  379. },
  380. {
  381. "MenuId": 4,
  382. "ParentId": 0,
  383. "Name": "智能ppt",
  384. "RootId": 0,
  385. "Sort": "2",
  386. "Path": "/",
  387. "PathName": "",
  388. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/ppt.png",
  389. "Component": 0,
  390. "Hidden": 0,
  391. "HiddenLayout": 0,
  392. "Level": 0,
  393. "MenuType": 0,
  394. "ButtonCode": "",
  395. "Children": [
  396. {
  397. "MenuId": 5,
  398. "ParentId": 4,
  399. "Name": "ppt列表",
  400. "RootId": 0,
  401. "Sort": "1",
  402. "Path": "pptlist",
  403. "PathName": "",
  404. "IconPath": "",
  405. "Component": 0,
  406. "Hidden": 0,
  407. "HiddenLayout": 0,
  408. "Level": 0,
  409. "MenuType": 0,
  410. "ButtonCode": "",
  411. "Children": []
  412. }
  413. ]
  414. },
  415. {
  416. "MenuId": 134,
  417. "ParentId": 0,
  418. "Name": "英文ppt",
  419. "RootId": 0,
  420. "Sort": "3",
  421. "Path": "/",
  422. "PathName": "",
  423. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/english_ppt.png",
  424. "Component": 0,
  425. "Hidden": 0,
  426. "HiddenLayout": 0,
  427. "Level": 0,
  428. "MenuType": 0,
  429. "ButtonCode": "",
  430. "Children": [
  431. {
  432. "MenuId": 135,
  433. "ParentId": 134,
  434. "Name": "英文ppt",
  435. "RootId": 0,
  436. "Sort": "1",
  437. "Path": "pptenlist",
  438. "PathName": "",
  439. "IconPath": "",
  440. "Component": 0,
  441. "Hidden": 0,
  442. "HiddenLayout": 0,
  443. "Level": 0,
  444. "MenuType": 0,
  445. "ButtonCode": "",
  446. "Children": []
  447. }
  448. ]
  449. },
  450. {
  451. "MenuId": 6,
  452. "ParentId": 0,
  453. "Name": "数据源",
  454. "RootId": 0,
  455. "Sort": "4",
  456. "Path": "/",
  457. "PathName": "",
  458. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/data_source.png",
  459. "Component": 0,
  460. "Hidden": 0,
  461. "HiddenLayout": 0,
  462. "Level": 0,
  463. "MenuType": 0,
  464. "ButtonCode": "",
  465. "Children": [
  466. {
  467. "MenuId": 8,
  468. "ParentId": 6,
  469. "Name": "手工指标列表",
  470. "RootId": 0,
  471. "Sort": "1",
  472. "Path": "targetList",
  473. "PathName": "",
  474. "IconPath": "",
  475. "Component": 0,
  476. "Hidden": 0,
  477. "HiddenLayout": 0,
  478. "Level": 0,
  479. "MenuType": 0,
  480. "ButtonCode": "",
  481. "Children": []
  482. },
  483. {
  484. "MenuId": 7,
  485. "ParentId": 6,
  486. "Name": "手工数据录入",
  487. "RootId": 0,
  488. "Sort": "2",
  489. "Path": "dataList",
  490. "PathName": "",
  491. "IconPath": "",
  492. "Component": 0,
  493. "Hidden": 0,
  494. "HiddenLayout": 0,
  495. "Level": 0,
  496. "MenuType": 0,
  497. "ButtonCode": "",
  498. "Children": []
  499. },
  500. {
  501. "MenuId": 151,
  502. "ParentId": 6,
  503. "Name": "期货数据库",
  504. "RootId": 0,
  505. "Sort": "3",
  506. "Path": "futuresbase",
  507. "PathName": "",
  508. "IconPath": "https://hzchart.oss-cn-shanghai.aliyuncs.com/static/icon/admin_menu/new_icon/futuresbase.png",
  509. "Component": 0,
  510. "Hidden": 0,
  511. "HiddenLayout": 0,
  512. "Level": 0,
  513. "MenuType": 0,
  514. "ButtonCode": "",
  515. "Children": []
  516. },
  517. {
  518. "MenuId": 52,
  519. "ParentId": 6,
  520. "Name": "隆众原始数据库",
  521. "RootId": 0,
  522. "Sort": "4",
  523. "Path": "lzTarget",
  524. "PathName": "",
  525. "IconPath": "",
  526. "Component": 0,
  527. "Hidden": 0,
  528. "HiddenLayout": 0,
  529. "Level": 0,
  530. "MenuType": 0,
  531. "ButtonCode": "",
  532. "Children": []
  533. },
  534. {
  535. "MenuId": 53,
  536. "ParentId": 6,
  537. "Name": "钢联原始数据库",
  538. "RootId": 0,
  539. "Sort": "5",
  540. "Path": "glTarget",
  541. "PathName": "",
  542. "IconPath": "",
  543. "Component": 0,
  544. "Hidden": 0,
  545. "HiddenLayout": 0,
  546. "Level": 0,
  547. "MenuType": 0,
  548. "ButtonCode": "",
  549. "Children": []
  550. },
  551. {
  552. "MenuId": 129,
  553. "ParentId": 6,
  554. "Name": "钢联化工数据库",
  555. "RootId": 0,
  556. "Sort": "6",
  557. "Path": "steelChemical",
  558. "PathName": "",
  559. "IconPath": "",
  560. "Component": 0,
  561. "Hidden": 0,
  562. "HiddenLayout": 0,
  563. "Level": 0,
  564. "MenuType": 0,
  565. "ButtonCode": "",
  566. "Children": []
  567. },
  568. {
  569. "MenuId": 54,
  570. "ParentId": 6,
  571. "Name": "SMM原始数据库",
  572. "RootId": 0,
  573. "Sort": "7",
  574. "Path": "smmTarget",
  575. "PathName": "",
  576. "IconPath": "",
  577. "Component": 0,
  578. "Hidden": 0,
  579. "HiddenLayout": 0,
  580. "Level": 0,
  581. "MenuType": 0,
  582. "ButtonCode": "",
  583. "Children": []
  584. },
  585. {
  586. "MenuId": 160,
  587. "ParentId": 6,
  588. "Name": "百川盈孚",
  589. "RootId": 0,
  590. "Sort": "8",
  591. "Path": "BAIINFOdata",
  592. "PathName": "",
  593. "IconPath": "",
  594. "Component": 0,
  595. "Hidden": 0,
  596. "HiddenLayout": 0,
  597. "Level": 0,
  598. "MenuType": 0,
  599. "ButtonCode": "",
  600. "Children": []
  601. },
  602. {
  603. "MenuId": 150,
  604. "ParentId": 6,
  605. "Name": "卓创数据(红桃3)",
  606. "RootId": 0,
  607. "Sort": "9",
  608. "Path": "SCIdata",
  609. "PathName": "",
  610. "IconPath": "",
  611. "Component": 0,
  612. "Hidden": 0,
  613. "HiddenLayout": 0,
  614. "Level": 0,
  615. "MenuType": 0,
  616. "ButtonCode": "",
  617. "Children": []
  618. },
  619. {
  620. "MenuId": 82,
  621. "ParentId": 6,
  622. "Name": "中国煤炭市场网",
  623. "RootId": 0,
  624. "Sort": "10",
  625. "Path": "chineseCoal",
  626. "PathName": "",
  627. "IconPath": "",
  628. "Component": 0,
  629. "Hidden": 0,
  630. "HiddenLayout": 0,
  631. "Level": 0,
  632. "MenuType": 0,
  633. "ButtonCode": "",
  634. "Children": []
  635. },
  636. {
  637. "MenuId": 64,
  638. "ParentId": 6,
  639. "Name": "郑商所",
  640. "RootId": 0,
  641. "Sort": "11",
  642. "Path": "zhengzhoushop",
  643. "PathName": "",
  644. "IconPath": "",
  645. "Component": 0,
  646. "Hidden": 0,
  647. "HiddenLayout": 0,
  648. "Level": 0,
  649. "MenuType": 0,
  650. "ButtonCode": "",
  651. "Children": []
  652. },
  653. {
  654. "MenuId": 65,
  655. "ParentId": 6,
  656. "Name": "大商所",
  657. "RootId": 0,
  658. "Sort": "12",
  659. "Path": "dalianshop",
  660. "PathName": "",
  661. "IconPath": "",
  662. "Component": 0,
  663. "Hidden": 0,
  664. "HiddenLayout": 0,
  665. "Level": 0,
  666. "MenuType": 0,
  667. "ButtonCode": "",
  668. "Children": []
  669. },
  670. {
  671. "MenuId": 66,
  672. "ParentId": 6,
  673. "Name": "上期所",
  674. "RootId": 0,
  675. "Sort": "13",
  676. "Path": "shanghaifutures",
  677. "PathName": "",
  678. "IconPath": "",
  679. "Component": 0,
  680. "Hidden": 0,
  681. "HiddenLayout": 0,
  682. "Level": 0,
  683. "MenuType": 0,
  684. "ButtonCode": "",
  685. "Children": []
  686. },
  687. {
  688. "MenuId": 67,
  689. "ParentId": 6,
  690. "Name": "中金所",
  691. "RootId": 0,
  692. "Sort": "14",
  693. "Path": "chinafutures",
  694. "PathName": "",
  695. "IconPath": "",
  696. "Component": 0,
  697. "Hidden": 0,
  698. "HiddenLayout": 0,
  699. "Level": 0,
  700. "MenuType": 0,
  701. "ButtonCode": "",
  702. "Children": []
  703. },
  704. {
  705. "MenuId": 68,
  706. "ParentId": 6,
  707. "Name": "上期能源",
  708. "RootId": 0,
  709. "Sort": "15",
  710. "Path": "shanghaienergy",
  711. "PathName": "",
  712. "IconPath": "",
  713. "Component": 0,
  714. "Hidden": 0,
  715. "HiddenLayout": 0,
  716. "Level": 0,
  717. "MenuType": 0,
  718. "ButtonCode": "",
  719. "Children": []
  720. },
  721. {
  722. "MenuId": 121,
  723. "ParentId": 6,
  724. "Name": "谷歌出行指数",
  725. "RootId": 0,
  726. "Sort": "16",
  727. "Path": "googleTravel",
  728. "PathName": "",
  729. "IconPath": "",
  730. "Component": 0,
  731. "Hidden": 0,
  732. "HiddenLayout": 0,
  733. "Level": 0,
  734. "MenuType": 0,
  735. "ButtonCode": "",
  736. "Children": []
  737. },
  738. {
  739. "MenuId": 138,
  740. "ParentId": 6,
  741. "Name": "EIA STEO报告",
  742. "RootId": 0,
  743. "Sort": "17",
  744. "Path": "steobase",
  745. "PathName": "",
  746. "IconPath": "",
  747. "Component": 0,
  748. "Hidden": 0,
  749. "HiddenLayout": 0,
  750. "Level": 0,
  751. "MenuType": 0,
  752. "ButtonCode": "",
  753. "Children": []
  754. },
  755. {
  756. "MenuId": 74,
  757. "ParentId": 6,
  758. "Name": "天然气",
  759. "RootId": 0,
  760. "Sort": "18",
  761. "Path": "gasTarget",
  762. "PathName": "",
  763. "IconPath": "",
  764. "Component": 0,
  765. "Hidden": 0,
  766. "HiddenLayout": 0,
  767. "Level": 0,
  768. "MenuType": 0,
  769. "ButtonCode": "",
  770. "Children": []
  771. },
  772. {
  773. "MenuId": 147,
  774. "ParentId": 6,
  775. "Name": "UN",
  776. "RootId": 0,
  777. "Sort": "19",
  778. "Path": "UNdata",
  779. "PathName": "",
  780. "IconPath": "",
  781. "Component": 0,
  782. "Hidden": 0,
  783. "HiddenLayout": 0,
  784. "Level": 0,
  785. "MenuType": 0,
  786. "ButtonCode": "",
  787. "Children": []
  788. },
  789. {
  790. "MenuId": 177,
  791. "ParentId": 6,
  792. "Name": "国家统计局",
  793. "RootId": 0,
  794. "Sort": "20",
  795. "Path": "NationalData",
  796. "PathName": "",
  797. "IconPath": "",
  798. "Component": 0,
  799. "Hidden": 0,
  800. "HiddenLayout": 0,
  801. "Level": 0,
  802. "MenuType": 0,
  803. "ButtonCode": "",
  804. "Children": []
  805. }
  806. ]
  807. },
  808. {
  809. "MenuId": 46,
  810. "ParentId": 0,
  811. "Name": "ETA指标库",
  812. "RootId": 0,
  813. "Sort": "5",
  814. "Path": "",
  815. "PathName": "",
  816. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/eta_data.png",
  817. "Component": 0,
  818. "Hidden": 0,
  819. "HiddenLayout": 0,
  820. "Level": 0,
  821. "MenuType": 0,
  822. "ButtonCode": "",
  823. "Children": [
  824. {
  825. "MenuId": 35,
  826. "ParentId": 46,
  827. "Name": "数据指标库",
  828. "RootId": 0,
  829. "Sort": "3",
  830. "Path": "database",
  831. "PathName": "",
  832. "IconPath": "",
  833. "Component": 0,
  834. "Hidden": 0,
  835. "HiddenLayout": 0,
  836. "Level": 0,
  837. "MenuType": 0,
  838. "ButtonCode": "",
  839. "Children": []
  840. }
  841. ]
  842. },
  843. {
  844. "MenuId": 125,
  845. "ParentId": 0,
  846. "Name": "ETA预测指标",
  847. "RootId": 0,
  848. "Sort": "6",
  849. "Path": "",
  850. "PathName": "",
  851. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/eta_predict_data.png",
  852. "Component": 0,
  853. "Hidden": 0,
  854. "HiddenLayout": 0,
  855. "Level": 0,
  856. "MenuType": 0,
  857. "ButtonCode": "",
  858. "Children": [
  859. {
  860. "MenuId": 126,
  861. "ParentId": 125,
  862. "Name": "ETA预测指标",
  863. "RootId": 0,
  864. "Sort": "0",
  865. "Path": "predictEdb",
  866. "PathName": "",
  867. "IconPath": "",
  868. "Component": 0,
  869. "Hidden": 0,
  870. "HiddenLayout": 0,
  871. "Level": 0,
  872. "MenuType": 0,
  873. "ButtonCode": "",
  874. "Children": []
  875. }
  876. ]
  877. },
  878. {
  879. "MenuId": 47,
  880. "ParentId": 0,
  881. "Name": "ETA图库",
  882. "RootId": 0,
  883. "Sort": "7",
  884. "Path": "",
  885. "PathName": "",
  886. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/eta_chart.png",
  887. "Component": 0,
  888. "Hidden": 0,
  889. "HiddenLayout": 0,
  890. "Level": 0,
  891. "MenuType": 0,
  892. "ButtonCode": "",
  893. "Children": [
  894. {
  895. "MenuId": 44,
  896. "ParentId": 47,
  897. "Name": "研究图库",
  898. "RootId": 0,
  899. "Sort": "4",
  900. "Path": "chartsetting",
  901. "PathName": "",
  902. "IconPath": "",
  903. "Component": 0,
  904. "Hidden": 0,
  905. "HiddenLayout": 0,
  906. "Level": 0,
  907. "MenuType": 0,
  908. "ButtonCode": "",
  909. "Children": []
  910. }
  911. ]
  912. },
  913. {
  914. "MenuId": 61,
  915. "ParentId": 0,
  916. "Name": "My ETA",
  917. "RootId": 0,
  918. "Sort": "8",
  919. "Path": "/",
  920. "PathName": "",
  921. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/my_eta.png",
  922. "Component": 0,
  923. "Hidden": 0,
  924. "HiddenLayout": 0,
  925. "Level": 0,
  926. "MenuType": 0,
  927. "ButtonCode": "",
  928. "Children": [
  929. {
  930. "MenuId": 62,
  931. "ParentId": 61,
  932. "Name": "My ETA",
  933. "RootId": 0,
  934. "Sort": "1",
  935. "Path": "mychart",
  936. "PathName": "",
  937. "IconPath": "",
  938. "Component": 0,
  939. "Hidden": 0,
  940. "HiddenLayout": 0,
  941. "Level": 0,
  942. "MenuType": 0,
  943. "ButtonCode": "",
  944. "Children": []
  945. }
  946. ]
  947. },
  948. {
  949. "MenuId": 123,
  950. "ParentId": 0,
  951. "Name": "ETA表格",
  952. "RootId": 0,
  953. "Sort": "9",
  954. "Path": "",
  955. "PathName": "",
  956. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/eta_table.png",
  957. "Component": 0,
  958. "Hidden": 0,
  959. "HiddenLayout": 0,
  960. "Level": 0,
  961. "MenuType": 0,
  962. "ButtonCode": "",
  963. "Children": [
  964. {
  965. "MenuId": 124,
  966. "ParentId": 123,
  967. "Name": "ETA表格",
  968. "RootId": 0,
  969. "Sort": "0",
  970. "Path": "sheetList",
  971. "PathName": "",
  972. "IconPath": "",
  973. "Component": 0,
  974. "Hidden": 0,
  975. "HiddenLayout": 0,
  976. "Level": 0,
  977. "MenuType": 0,
  978. "ButtonCode": "",
  979. "Children": []
  980. }
  981. ]
  982. },
  983. {
  984. "MenuId": 75,
  985. "ParentId": 0,
  986. "Name": "ETA逻辑",
  987. "RootId": 0,
  988. "Sort": "10",
  989. "Path": "/",
  990. "PathName": "",
  991. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/eta_logic.png",
  992. "Component": 0,
  993. "Hidden": 0,
  994. "HiddenLayout": 0,
  995. "Level": 0,
  996. "MenuType": 0,
  997. "ButtonCode": "",
  998. "Children": [
  999. {
  1000. "MenuId": 76,
  1001. "ParentId": 75,
  1002. "Name": "沙盘列表",
  1003. "RootId": 0,
  1004. "Sort": "0",
  1005. "Path": "sandlist",
  1006. "PathName": "",
  1007. "IconPath": "",
  1008. "Component": 0,
  1009. "Hidden": 0,
  1010. "HiddenLayout": 0,
  1011. "Level": 0,
  1012. "MenuType": 0,
  1013. "ButtonCode": "",
  1014. "Children": []
  1015. }
  1016. ]
  1017. },
  1018. {
  1019. "MenuId": 165,
  1020. "ParentId": 0,
  1021. "Name": "语义分析",
  1022. "RootId": 0,
  1023. "Sort": "11",
  1024. "Path": "/",
  1025. "PathName": "",
  1026. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/semantic_analysis.png",
  1027. "Component": 0,
  1028. "Hidden": 0,
  1029. "HiddenLayout": 0,
  1030. "Level": 0,
  1031. "MenuType": 0,
  1032. "ButtonCode": "",
  1033. "Children": [
  1034. {
  1035. "MenuId": 167,
  1036. "ParentId": 165,
  1037. "Name": "文档管理",
  1038. "RootId": 0,
  1039. "Sort": "2",
  1040. "Path": "documentPage",
  1041. "PathName": "",
  1042. "IconPath": "",
  1043. "Component": 0,
  1044. "Hidden": 0,
  1045. "HiddenLayout": 0,
  1046. "Level": 0,
  1047. "MenuType": 0,
  1048. "ButtonCode": "",
  1049. "Children": []
  1050. },
  1051. {
  1052. "MenuId": 168,
  1053. "ParentId": 165,
  1054. "Name": "文档对比",
  1055. "RootId": 0,
  1056. "Sort": "3",
  1057. "Path": "semanticsPage",
  1058. "PathName": "",
  1059. "IconPath": "",
  1060. "Component": 0,
  1061. "Hidden": 0,
  1062. "HiddenLayout": 0,
  1063. "Level": 0,
  1064. "MenuType": 0,
  1065. "ButtonCode": "",
  1066. "Children": []
  1067. },
  1068. {
  1069. "MenuId": 166,
  1070. "ParentId": 165,
  1071. "Name": "标签管理",
  1072. "RootId": 0,
  1073. "Sort": "4",
  1074. "Path": "tagPage",
  1075. "PathName": "",
  1076. "IconPath": "",
  1077. "Component": 0,
  1078. "Hidden": 0,
  1079. "HiddenLayout": 0,
  1080. "Level": 0,
  1081. "MenuType": 0,
  1082. "ButtonCode": "",
  1083. "Children": []
  1084. }
  1085. ]
  1086. },
  1087. {
  1088. "MenuId": 158,
  1089. "ParentId": 0,
  1090. "Name": "统计分析",
  1091. "RootId": 0,
  1092. "Sort": "12",
  1093. "Path": "",
  1094. "PathName": "",
  1095. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/statistic_analysis.png",
  1096. "Component": 0,
  1097. "Hidden": 0,
  1098. "HiddenLayout": 0,
  1099. "Level": 0,
  1100. "MenuType": 0,
  1101. "ButtonCode": "",
  1102. "Children": [
  1103. {
  1104. "MenuId": 159,
  1105. "ParentId": 158,
  1106. "Name": "相关性分析",
  1107. "RootId": 0,
  1108. "Sort": "1",
  1109. "Path": "chartrelevance",
  1110. "PathName": "",
  1111. "IconPath": "",
  1112. "Component": 0,
  1113. "Hidden": 0,
  1114. "HiddenLayout": 0,
  1115. "Level": 0,
  1116. "MenuType": 0,
  1117. "ButtonCode": "",
  1118. "Children": []
  1119. },
  1120. {
  1121. "MenuId": 182,
  1122. "ParentId": 158,
  1123. "Name": "拟合方程曲线",
  1124. "RootId": 0,
  1125. "Sort": "2",
  1126. "Path": "fittingEquationList",
  1127. "PathName": "",
  1128. "IconPath": "",
  1129. "Component": 0,
  1130. "Hidden": 0,
  1131. "HiddenLayout": 0,
  1132. "Level": 0,
  1133. "MenuType": 0,
  1134. "ButtonCode": "",
  1135. "Children": []
  1136. },
  1137. {
  1138. "MenuId": 184,
  1139. "ParentId": 158,
  1140. "Name": "统计特征",
  1141. "RootId": 0,
  1142. "Sort": "3",
  1143. "Path": "statisticFeatureList",
  1144. "PathName": "",
  1145. "IconPath": "",
  1146. "Component": 0,
  1147. "Hidden": 0,
  1148. "HiddenLayout": 0,
  1149. "Level": 0,
  1150. "MenuType": 0,
  1151. "ButtonCode": "",
  1152. "Children": []
  1153. }
  1154. ]
  1155. },
  1156. {
  1157. "MenuId": 169,
  1158. "ParentId": 0,
  1159. "Name": "供应分析",
  1160. "RootId": 0,
  1161. "Sort": "13",
  1162. "Path": "/",
  1163. "PathName": "",
  1164. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/supply_analysis.png",
  1165. "Component": 0,
  1166. "Hidden": 0,
  1167. "HiddenLayout": 0,
  1168. "Level": 0,
  1169. "MenuType": 0,
  1170. "ButtonCode": "",
  1171. "Children": [
  1172. {
  1173. "MenuId": 170,
  1174. "ParentId": 169,
  1175. "Name": "装置检修",
  1176. "RootId": 0,
  1177. "Sort": "0",
  1178. "Path": "stockplant",
  1179. "PathName": "",
  1180. "IconPath": "",
  1181. "Component": 0,
  1182. "Hidden": 0,
  1183. "HiddenLayout": 0,
  1184. "Level": 0,
  1185. "MenuType": 0,
  1186. "ButtonCode": "",
  1187. "Children": []
  1188. },
  1189. {
  1190. "MenuId": 171,
  1191. "ParentId": 169,
  1192. "Name": "分析品种",
  1193. "RootId": 0,
  1194. "Sort": "1",
  1195. "Path": "analyseVariety",
  1196. "PathName": "",
  1197. "IconPath": "",
  1198. "Component": 0,
  1199. "Hidden": 1,
  1200. "HiddenLayout": 0,
  1201. "Level": 0,
  1202. "MenuType": 0,
  1203. "ButtonCode": "",
  1204. "Children": []
  1205. }
  1206. ]
  1207. },
  1208. {
  1209. "MenuId": 153,
  1210. "ParentId": 0,
  1211. "Name": "商品价格曲线",
  1212. "RootId": 0,
  1213. "Sort": "14",
  1214. "Path": "",
  1215. "PathName": "",
  1216. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/product_price.png",
  1217. "Component": 0,
  1218. "Hidden": 0,
  1219. "HiddenLayout": 0,
  1220. "Level": 0,
  1221. "MenuType": 0,
  1222. "ButtonCode": "",
  1223. "Children": [
  1224. {
  1225. "MenuId": 154,
  1226. "ParentId": 153,
  1227. "Name": "商品价格曲线",
  1228. "RootId": 0,
  1229. "Sort": "0",
  1230. "Path": "commordityChartBase",
  1231. "PathName": "",
  1232. "IconPath": "",
  1233. "Component": 0,
  1234. "Hidden": 0,
  1235. "HiddenLayout": 0,
  1236. "Level": 0,
  1237. "MenuType": 0,
  1238. "ButtonCode": "",
  1239. "Children": []
  1240. }
  1241. ]
  1242. },
  1243. {
  1244. "MenuId": 9,
  1245. "ParentId": 0,
  1246. "Name": "系统设置",
  1247. "RootId": 0,
  1248. "Sort": "107",
  1249. "Path": "/",
  1250. "PathName": "",
  1251. "IconPath": "https://hzstatic.hzinsights.com/static/eta/admin/icon/system_manager.png",
  1252. "Component": 0,
  1253. "Hidden": 0,
  1254. "HiddenLayout": 0,
  1255. "Level": 0,
  1256. "MenuType": 0,
  1257. "ButtonCode": "",
  1258. "Children": [
  1259. {
  1260. "MenuId": 10,
  1261. "ParentId": 9,
  1262. "Name": "部门管理",
  1263. "RootId": 0,
  1264. "Sort": "1",
  1265. "Path": "Sysdepart",
  1266. "PathName": "",
  1267. "IconPath": "",
  1268. "Component": 0,
  1269. "Hidden": 0,
  1270. "HiddenLayout": 0,
  1271. "Level": 0,
  1272. "MenuType": 0,
  1273. "ButtonCode": "",
  1274. "Children": []
  1275. },
  1276. {
  1277. "MenuId": 11,
  1278. "ParentId": 9,
  1279. "Name": "角色管理",
  1280. "RootId": 0,
  1281. "Sort": "2",
  1282. "Path": "Sysrole",
  1283. "PathName": "",
  1284. "IconPath": "",
  1285. "Component": 0,
  1286. "Hidden": 0,
  1287. "HiddenLayout": 0,
  1288. "Level": 0,
  1289. "MenuType": 0,
  1290. "ButtonCode": "",
  1291. "Children": []
  1292. },
  1293. {
  1294. "MenuId": 48,
  1295. "ParentId": 9,
  1296. "Name": "手工数据权限",
  1297. "RootId": 0,
  1298. "Sort": "6",
  1299. "Path": "Sysdatauth",
  1300. "PathName": "",
  1301. "IconPath": "",
  1302. "Component": 0,
  1303. "Hidden": 0,
  1304. "HiddenLayout": 0,
  1305. "Level": 0,
  1306. "MenuType": 0,
  1307. "ButtonCode": "",
  1308. "Children": []
  1309. },
  1310. {
  1311. "MenuId": 141,
  1312. "ParentId": 9,
  1313. "Name": "数据操作权限",
  1314. "RootId": 0,
  1315. "Sort": "7",
  1316. "Path": "operateAuth",
  1317. "PathName": "",
  1318. "IconPath": "",
  1319. "Component": 0,
  1320. "Hidden": 0,
  1321. "HiddenLayout": 0,
  1322. "Level": 0,
  1323. "MenuType": 0,
  1324. "ButtonCode": "",
  1325. "Children": []
  1326. },
  1327. {
  1328. "MenuId": 145,
  1329. "ParentId": 9,
  1330. "Name": "英文权限配置",
  1331. "RootId": 0,
  1332. "Sort": "10",
  1333. "Path": "enAuthManage",
  1334. "PathName": "",
  1335. "IconPath": "",
  1336. "Component": 0,
  1337. "Hidden": 0,
  1338. "HiddenLayout": 0,
  1339. "Level": 0,
  1340. "MenuType": 0,
  1341. "ButtonCode": "",
  1342. "Children": []
  1343. },
  1344. {
  1345. "MenuId": 189,
  1346. "ParentId": 9,
  1347. "Name": "基本配置",
  1348. "RootId": 0,
  1349. "Sort": "12",
  1350. "Path": "etaBaseConfig",
  1351. "PathName": "",
  1352. "IconPath": "",
  1353. "Component": 0,
  1354. "Hidden": 0,
  1355. "HiddenLayout": 0,
  1356. "Level": 0,
  1357. "MenuType": 0,
  1358. "ButtonCode": "",
  1359. "Children": []
  1360. }
  1361. ]
  1362. }
  1363. ]