ad_permission.json 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328
  1. [
  2. {
  3. "id": 161227168464965,
  4. "label": "个人管理",
  5. "type": 1,
  6. "path": "",
  7. "icon": "el-icon-s-custom",
  8. "enabled": true,
  9. "closable": false,
  10. "opened": true,
  11. "sort": 3,
  12. "description": "",
  13. "childs": [
  14. {
  15. "id": 161227168624709,
  16. "parentId": 161227168464965,
  17. "label": "个人设置",
  18. "type": 2,
  19. "viewId": 161227168436293,
  20. "path": "/account/settings",
  21. "icon": "el-icon-setting",
  22. "enabled": true,
  23. "closable": true,
  24. "opened": false,
  25. "newWindow": false,
  26. "external": false,
  27. "sort": 1,
  28. "description": "",
  29. "childs": [
  30. {
  31. "id": 161227168628805,
  32. "parentId": 161227168624709,
  33. "label": "查询基本信息",
  34. "code": "api:admin:user:getbasic",
  35. "type": 3,
  36. "path": "",
  37. "icon": "",
  38. "enabled": true,
  39. "closable": false,
  40. "opened": false,
  41. "sort": 1,
  42. "description": ""
  43. },
  44. {
  45. "id": 161227168628806,
  46. "parentId": 161227168624709,
  47. "label": "更新基本信息",
  48. "code": "api:admin:user:updatebasic",
  49. "type": 3,
  50. "enabled": true,
  51. "sort": 2,
  52. "description": ""
  53. },
  54. {
  55. "id": 161227168632901,
  56. "parentId": 161227168624709,
  57. "label": "更新密码",
  58. "code": "api:admin:user:changepassword",
  59. "type": 3,
  60. "path": " ",
  61. "icon": "",
  62. "enabled": true,
  63. "closable": false,
  64. "opened": false,
  65. "sort": 3,
  66. "description": ""
  67. }
  68. ]
  69. }
  70. ]
  71. },
  72. {
  73. "id": 161227168497733,
  74. "label": "平台管理",
  75. "type": 1,
  76. "icon": "el-icon-s-platform",
  77. "enabled": true,
  78. "opened": true,
  79. "sort": 2,
  80. "childs": [
  81. {
  82. "id": 161227168632902,
  83. "parentId": 161227168497733,
  84. "label": "更新日志",
  85. "type": 2,
  86. "viewId": 161227168428101,
  87. "path": "/",
  88. "icon": "el-icon-notebook-2",
  89. "enabled": true,
  90. "closable": false,
  91. "opened": false,
  92. "newWindow": false,
  93. "external": false,
  94. "sort": 1,
  95. "description": "",
  96. "childs": []
  97. },
  98. {
  99. "id": 161227168636997,
  100. "parentId": 161227168497733,
  101. "label": "权限管理",
  102. "type": 1,
  103. "path": "",
  104. "icon": "fa fa-sitemap",
  105. "enabled": true,
  106. "closable": false,
  107. "opened": true,
  108. "sort": 2,
  109. "description": "",
  110. "childs": [
  111. {
  112. "id": 161227168636998,
  113. "parentId": 161227168636997,
  114. "label": "用户管理",
  115. "type": 2,
  116. "viewId": 161227168436295,
  117. "path": "/admin/user",
  118. "enabled": true,
  119. "closable": true,
  120. "opened": false,
  121. "newWindow": false,
  122. "external": true,
  123. "sort": 1,
  124. "description": "",
  125. "childs": [
  126. {
  127. "id": 161227168641093,
  128. "parentId": 161227168636998,
  129. "label": "查询",
  130. "code": "api:admin:user:getpage",
  131. "type": 3,
  132. "path": "",
  133. "enabled": true,
  134. "closable": true,
  135. "opened": false,
  136. "sort": 1,
  137. "description": "",
  138. "childs": []
  139. },
  140. {
  141. "id": 161227168641094,
  142. "parentId": 161227168636998,
  143. "label": "新增",
  144. "code": "api:admin:user:add",
  145. "type": 3,
  146. "path": "",
  147. "enabled": true,
  148. "closable": false,
  149. "opened": false,
  150. "sort": 2,
  151. "description": "",
  152. "childs": []
  153. },
  154. {
  155. "id": 161227168645189,
  156. "parentId": 161227168636998,
  157. "label": "修改",
  158. "code": "api:admin:user:update",
  159. "type": 3,
  160. "path": "",
  161. "enabled": true,
  162. "closable": true,
  163. "opened": false,
  164. "sort": 3,
  165. "description": "",
  166. "childs": []
  167. },
  168. {
  169. "id": 161227168645190,
  170. "parentId": 161227168636998,
  171. "label": "删除",
  172. "code": "api:admin:user:delete",
  173. "type": 3,
  174. "path": "",
  175. "enabled": true,
  176. "closable": true,
  177. "opened": false,
  178. "sort": 4,
  179. "description": "",
  180. "childs": []
  181. },
  182. {
  183. "id": 161227168649285,
  184. "parentId": 161227168636998,
  185. "label": "批量删除",
  186. "code": "api:admin:user:batchdelete",
  187. "type": 3,
  188. "path": "",
  189. "icon": "",
  190. "enabled": true,
  191. "sort": 5,
  192. "description": "",
  193. "childs": []
  194. },
  195. {
  196. "id": 349749511946309,
  197. "parentId": 161227168636998,
  198. "label": "重置密码",
  199. "code": "api:admin:user:reset-password",
  200. "type": 3,
  201. "enabled": true,
  202. "sort": 0,
  203. "description": "",
  204. "childs": []
  205. },
  206. {
  207. "id": 349749778899013,
  208. "parentId": 161227168636998,
  209. "label": "设置主管",
  210. "code": "api:admin:user:set-manager",
  211. "type": 3,
  212. "enabled": true,
  213. "sort": 0,
  214. "description": "",
  215. "childs": []
  216. }
  217. ]
  218. },
  219. {
  220. "id": 161227168653381,
  221. "parentId": 161227168636997,
  222. "label": "角色管理",
  223. "type": 2,
  224. "viewId": 161227168440389,
  225. "path": "/admin/role",
  226. "icon": "",
  227. "enabled": true,
  228. "closable": true,
  229. "opened": false,
  230. "sort": 2,
  231. "description": "",
  232. "childs": [
  233. {
  234. "id": 161227168653382,
  235. "parentId": 161227168653381,
  236. "label": "查询",
  237. "code": "api:admin:role:get-list",
  238. "type": 3,
  239. "path": " ",
  240. "enabled": true,
  241. "closable": false,
  242. "opened": false,
  243. "sort": 1,
  244. "description": "",
  245. "childs": []
  246. },
  247. {
  248. "id": 161227168657477,
  249. "parentId": 161227168653381,
  250. "label": "新增",
  251. "code": "api:admin:role:add",
  252. "type": 3,
  253. "path": " ",
  254. "enabled": true,
  255. "closable": false,
  256. "opened": false,
  257. "sort": 2,
  258. "description": "",
  259. "childs": []
  260. },
  261. {
  262. "id": 161227168657478,
  263. "parentId": 161227168653381,
  264. "label": "修改",
  265. "code": "api:admin:role:update",
  266. "type": 3,
  267. "path": " ",
  268. "enabled": true,
  269. "closable": false,
  270. "opened": false,
  271. "sort": 3,
  272. "description": "",
  273. "childs": []
  274. },
  275. {
  276. "id": 161227168661573,
  277. "parentId": 161227168653381,
  278. "label": "删除",
  279. "code": "api:admin:role:delete",
  280. "type": 3,
  281. "path": " ",
  282. "enabled": true,
  283. "closable": true,
  284. "opened": false,
  285. "sort": 4,
  286. "description": "",
  287. "childs": []
  288. },
  289. {
  290. "id": 161227168665669,
  291. "parentId": 161227168653381,
  292. "label": "批量删除",
  293. "code": "api:admin:role:batchdelete",
  294. "type": 3,
  295. "path": " ",
  296. "icon": "",
  297. "enabled": true,
  298. "closable": false,
  299. "opened": false,
  300. "sort": 5,
  301. "description": "",
  302. "childs": []
  303. },
  304. {
  305. "id": 340645133123653,
  306. "parentId": 161227168653381,
  307. "label": "设置菜单权限",
  308. "code": "api:admin:permission:assign",
  309. "type": 3,
  310. "enabled": true,
  311. "sort": 0,
  312. "description": "",
  313. "childs": []
  314. },
  315. {
  316. "id": 340890474405957,
  317. "parentId": 161227168653381,
  318. "label": "添加员工",
  319. "code": "api:admin:role:add-role-user",
  320. "type": 3,
  321. "enabled": true,
  322. "sort": 0,
  323. "description": "",
  324. "childs": []
  325. },
  326. {
  327. "id": 340890633515077,
  328. "parentId": 161227168653381,
  329. "label": "移除员工",
  330. "code": "api:admin:role:remove-role-user",
  331. "type": 3,
  332. "enabled": true,
  333. "sort": 0,
  334. "description": "",
  335. "childs": []
  336. }
  337. ]
  338. },
  339. {
  340. "id": 161227168669765,
  341. "parentId": 161227168636997,
  342. "label": "接口管理",
  343. "type": 2,
  344. "viewId": 161227168440390,
  345. "path": "/admin/api",
  346. "enabled": true,
  347. "closable": true,
  348. "opened": false,
  349. "sort": 3,
  350. "description": "",
  351. "childs": [
  352. {
  353. "id": 161227168669766,
  354. "parentId": 161227168669765,
  355. "label": "查询",
  356. "code": "api:admin:api:getlist",
  357. "type": 3,
  358. "path": "",
  359. "icon": "",
  360. "enabled": true,
  361. "sort": 1,
  362. "description": "",
  363. "childs": []
  364. },
  365. {
  366. "id": 161227168673861,
  367. "parentId": 161227168669765,
  368. "label": "新增",
  369. "code": "api:admin:api:add",
  370. "type": 3,
  371. "path": " ",
  372. "enabled": true,
  373. "closable": false,
  374. "opened": false,
  375. "sort": 2,
  376. "description": "",
  377. "childs": []
  378. },
  379. {
  380. "id": 161227168673862,
  381. "parentId": 161227168669765,
  382. "label": "修改",
  383. "code": "api:admin:api:update",
  384. "type": 3,
  385. "path": " ",
  386. "enabled": true,
  387. "closable": false,
  388. "opened": false,
  389. "sort": 3,
  390. "description": "",
  391. "childs": []
  392. },
  393. {
  394. "id": 161227168677957,
  395. "parentId": 161227168669765,
  396. "label": "删除",
  397. "code": "api:admin:api:softdelete",
  398. "type": 3,
  399. "path": " ",
  400. "enabled": true,
  401. "closable": false,
  402. "opened": false,
  403. "sort": 4,
  404. "description": "",
  405. "childs": []
  406. },
  407. {
  408. "id": 161227168677958,
  409. "parentId": 161227168669765,
  410. "label": "批量删除",
  411. "code": "api:admin:api:batchsoftdelete",
  412. "type": 3,
  413. "path": "",
  414. "icon": "",
  415. "enabled": true,
  416. "sort": 5,
  417. "description": "",
  418. "childs": []
  419. },
  420. {
  421. "id": 161227168682053,
  422. "parentId": 161227168669765,
  423. "label": "同步",
  424. "code": "api:admin:api:sync",
  425. "type": 3,
  426. "path": "",
  427. "icon": "",
  428. "enabled": true,
  429. "sort": 6,
  430. "description": "",
  431. "childs": []
  432. }
  433. ]
  434. },
  435. {
  436. "id": 161227168686149,
  437. "parentId": 161227168636997,
  438. "label": "视图管理",
  439. "type": 2,
  440. "viewId": 161227168444485,
  441. "path": "/admin/view",
  442. "icon": "",
  443. "enabled": true,
  444. "closable": true,
  445. "sort": 4,
  446. "description": "",
  447. "childs": [
  448. {
  449. "id": 161227168686150,
  450. "parentId": 161227168686149,
  451. "label": "查询",
  452. "code": "api:admin:view:getlist",
  453. "type": 3,
  454. "enabled": true,
  455. "sort": 1,
  456. "description": "",
  457. "childs": []
  458. },
  459. {
  460. "id": 161227168690245,
  461. "parentId": 161227168686149,
  462. "label": "新增",
  463. "code": "api:admin:view:add",
  464. "type": 3,
  465. "enabled": true,
  466. "sort": 2,
  467. "description": "",
  468. "childs": []
  469. },
  470. {
  471. "id": 161227168690246,
  472. "parentId": 161227168686149,
  473. "label": "修改",
  474. "code": "api:admin:view:update",
  475. "type": 3,
  476. "enabled": true,
  477. "sort": 3,
  478. "description": "",
  479. "childs": []
  480. },
  481. {
  482. "id": 161227168694341,
  483. "parentId": 161227168686149,
  484. "label": "删除",
  485. "code": "api:admin:view:softdelete",
  486. "type": 3,
  487. "enabled": true,
  488. "sort": 4,
  489. "description": "",
  490. "childs": []
  491. },
  492. {
  493. "id": 161227168694342,
  494. "parentId": 161227168686149,
  495. "label": "批量删除",
  496. "code": "api:admin:view:batchsoftdelete",
  497. "type": 3,
  498. "enabled": true,
  499. "sort": 5,
  500. "description": "",
  501. "childs": []
  502. },
  503. {
  504. "id": 161227168698437,
  505. "parentId": 161227168686149,
  506. "label": "同步",
  507. "code": "api:admin:view:sync",
  508. "type": 3,
  509. "enabled": true,
  510. "sort": 6,
  511. "description": "",
  512. "childs": []
  513. }
  514. ]
  515. },
  516. {
  517. "id": 161227168702533,
  518. "parentId": 161227168636997,
  519. "label": "权限管理",
  520. "type": 2,
  521. "viewId": 161227168444486,
  522. "path": "/admin/permission",
  523. "enabled": true,
  524. "closable": true,
  525. "opened": false,
  526. "sort": 5,
  527. "description": "",
  528. "childs": [
  529. {
  530. "id": 161227168702534,
  531. "parentId": 161227168702533,
  532. "label": "查询",
  533. "code": "api:admin:permission:getlist",
  534. "type": 3,
  535. "path": "",
  536. "icon": "",
  537. "enabled": true,
  538. "sort": 1,
  539. "description": "",
  540. "childs": []
  541. },
  542. {
  543. "id": 161227168706629,
  544. "parentId": 161227168702533,
  545. "label": "新增分组",
  546. "code": "api:admin:permission:addgroup",
  547. "type": 3,
  548. "enabled": true,
  549. "sort": 2,
  550. "description": "",
  551. "childs": []
  552. },
  553. {
  554. "id": 161227168706630,
  555. "parentId": 161227168702533,
  556. "label": "新增菜单",
  557. "code": "api:admin:permission:addmenu",
  558. "type": 3,
  559. "enabled": true,
  560. "sort": 3,
  561. "description": "",
  562. "childs": []
  563. },
  564. {
  565. "id": 161227168710725,
  566. "parentId": 161227168702533,
  567. "label": "新增接口",
  568. "code": "api:admin:permission:addapi",
  569. "type": 3,
  570. "enabled": true,
  571. "sort": 4,
  572. "description": "",
  573. "childs": []
  574. },
  575. {
  576. "id": 161227168710726,
  577. "parentId": 161227168702533,
  578. "label": "修改分组",
  579. "code": "api:admin:permission:updategroup",
  580. "type": 3,
  581. "enabled": true,
  582. "sort": 5,
  583. "description": "",
  584. "childs": []
  585. },
  586. {
  587. "id": 161227168714821,
  588. "parentId": 161227168702533,
  589. "label": "修改菜单",
  590. "code": "api:admin:permission:updatemenu",
  591. "type": 3,
  592. "enabled": true,
  593. "sort": 6,
  594. "description": "",
  595. "childs": []
  596. },
  597. {
  598. "id": 161227168714822,
  599. "parentId": 161227168702533,
  600. "label": "修改接口",
  601. "code": "api:admin:permission:updateapi",
  602. "type": 3,
  603. "enabled": true,
  604. "sort": 7,
  605. "description": "",
  606. "childs": []
  607. },
  608. {
  609. "id": 161227168718917,
  610. "parentId": 161227168702533,
  611. "label": "删除",
  612. "code": "api:admin:permission:softdelete",
  613. "type": 3,
  614. "path": " ",
  615. "enabled": true,
  616. "closable": false,
  617. "opened": false,
  618. "sort": 8,
  619. "description": "",
  620. "childs": []
  621. },
  622. {
  623. "id": 161227168727110,
  624. "parentId": 161227168702533,
  625. "label": "新增权限点",
  626. "code": "api:admin:permission:adddot",
  627. "type": 3,
  628. "enabled": true,
  629. "sort": 0,
  630. "description": "",
  631. "childs": []
  632. },
  633. {
  634. "id": 161227168731205,
  635. "parentId": 161227168702533,
  636. "label": "修改权限点",
  637. "code": "api:admin:permission:updatedot",
  638. "type": 3,
  639. "enabled": true,
  640. "sort": 0,
  641. "description": "",
  642. "childs": []
  643. },
  644. {
  645. "id": 187385577599045,
  646. "parentId": 161227168702533,
  647. "label": "彻底删除",
  648. "code": "api:admin:permission:delete",
  649. "type": 3,
  650. "enabled": true,
  651. "sort": 7,
  652. "description": "",
  653. "childs": []
  654. }
  655. ]
  656. },
  657. {
  658. "id": 161227168731206,
  659. "parentId": 161227168636997,
  660. "label": "角色权限",
  661. "type": 2,
  662. "viewId": 161227168448581,
  663. "path": "/admin/role-permisson",
  664. "enabled": true,
  665. "closable": true,
  666. "opened": false,
  667. "newWindow": false,
  668. "external": false,
  669. "sort": 6,
  670. "description": "",
  671. "childs": [
  672. {
  673. "id": 161227168735301,
  674. "parentId": 161227168731206,
  675. "label": "查询",
  676. "code": "api:admin:role-permisson:list",
  677. "type": 3,
  678. "path": "",
  679. "icon": "",
  680. "enabled": true,
  681. "sort": 1,
  682. "description": "",
  683. "childs": []
  684. },
  685. {
  686. "id": 161227168739398,
  687. "parentId": 161227168731206,
  688. "label": "保存",
  689. "code": "api:admin:permission:assign",
  690. "type": 3,
  691. "path": " ",
  692. "enabled": true,
  693. "closable": false,
  694. "opened": false,
  695. "sort": 4,
  696. "description": "",
  697. "childs": []
  698. }
  699. ]
  700. },
  701. {
  702. "id": 161227168743493,
  703. "parentId": 161227168636997,
  704. "label": "缓存管理",
  705. "type": 2,
  706. "viewId": 161227168448582,
  707. "path": "/admin/cache",
  708. "icon": "",
  709. "enabled": true,
  710. "closable": true,
  711. "newWindow": false,
  712. "external": false,
  713. "sort": 7,
  714. "description": "",
  715. "childs": [
  716. {
  717. "id": 161227168747589,
  718. "parentId": 161227168743493,
  719. "label": "查询",
  720. "code": "api:admin:cache:list",
  721. "type": 3,
  722. "enabled": true,
  723. "sort": 1,
  724. "description": "",
  725. "childs": []
  726. },
  727. {
  728. "id": 161227168747590,
  729. "parentId": 161227168743493,
  730. "label": "清除缓存",
  731. "code": "api:admin:cache:clear",
  732. "type": 3,
  733. "enabled": true,
  734. "sort": 2,
  735. "description": "",
  736. "childs": []
  737. }
  738. ]
  739. },
  740. {
  741. "id": 161227168751685,
  742. "parentId": 161227168636997,
  743. "label": "租户管理",
  744. "type": 2,
  745. "viewId": 161227168448583,
  746. "path": "/admin/tenant",
  747. "icon": "",
  748. "enabled": true,
  749. "closable": true,
  750. "newWindow": false,
  751. "external": false,
  752. "sort": 8,
  753. "description": "",
  754. "childs": [
  755. {
  756. "id": 161227168751686,
  757. "parentId": 161227168751685,
  758. "label": "查询",
  759. "code": "api:admin:tenant:getpage",
  760. "type": 3,
  761. "enabled": true,
  762. "sort": 1,
  763. "description": "",
  764. "childs": []
  765. },
  766. {
  767. "id": 161227168755781,
  768. "parentId": 161227168751685,
  769. "label": "新增",
  770. "code": "api:admin:tenant:add",
  771. "type": 3,
  772. "enabled": true,
  773. "sort": 2,
  774. "description": "",
  775. "childs": []
  776. },
  777. {
  778. "id": 161227168755782,
  779. "parentId": 161227168751685,
  780. "label": "修改",
  781. "code": "api:admin:tenant:update",
  782. "type": 3,
  783. "enabled": true,
  784. "sort": 3,
  785. "description": "",
  786. "childs": []
  787. },
  788. {
  789. "id": 161227168759877,
  790. "parentId": 161227168751685,
  791. "label": "删除",
  792. "code": "api:admin:tenant:softdelete",
  793. "type": 3,
  794. "enabled": true,
  795. "sort": 4,
  796. "description": "",
  797. "childs": []
  798. },
  799. {
  800. "id": 161227168759878,
  801. "parentId": 161227168751685,
  802. "label": "批量删除",
  803. "code": "api:admin:tenant:batchsoftdelete",
  804. "type": 3,
  805. "enabled": true,
  806. "sort": 5,
  807. "description": "",
  808. "childs": []
  809. },
  810. {
  811. "id": 161807358345285,
  812. "parentId": 161227168751685,
  813. "label": "设置权限",
  814. "code": "api:admin:permission:savetenantpermissions",
  815. "type": 3,
  816. "enabled": true,
  817. "sort": 7,
  818. "description": "",
  819. "childs": []
  820. },
  821. {
  822. "id": 163579955331141,
  823. "parentId": 161227168751685,
  824. "label": "彻底删除",
  825. "code": "api:admin:tenant:delete",
  826. "type": 3,
  827. "enabled": true,
  828. "sort": 8,
  829. "description": "",
  830. "childs": []
  831. }
  832. ]
  833. },
  834. {
  835. "id": 188053882503237,
  836. "parentId": 161227168636997,
  837. "label": "部门管理",
  838. "type": 2,
  839. "viewId": 174312361087045,
  840. "path": "/admin/org",
  841. "icon": "",
  842. "enabled": true,
  843. "closable": true,
  844. "newWindow": false,
  845. "external": false,
  846. "sort": 0,
  847. "description": "",
  848. "childs": [
  849. {
  850. "id": 188054258278469,
  851. "parentId": 188053882503237,
  852. "label": "查询",
  853. "code": "api:admin:org:getlist",
  854. "type": 3,
  855. "enabled": true,
  856. "sort": 0,
  857. "description": "",
  858. "childs": []
  859. },
  860. {
  861. "id": 188054341582917,
  862. "parentId": 188053882503237,
  863. "label": "新增",
  864. "code": "api:admin:org:add",
  865. "type": 3,
  866. "enabled": true,
  867. "sort": 0,
  868. "description": "",
  869. "childs": []
  870. },
  871. {
  872. "id": 188054416891973,
  873. "parentId": 188053882503237,
  874. "label": "修改",
  875. "code": "api:admin:org:update",
  876. "type": 3,
  877. "enabled": true,
  878. "sort": 0,
  879. "description": "",
  880. "childs": []
  881. },
  882. {
  883. "id": 188054509027397,
  884. "parentId": 188053882503237,
  885. "label": "删除",
  886. "code": "api:admin:org:softdelete",
  887. "type": 3,
  888. "enabled": true,
  889. "sort": 0,
  890. "description": "",
  891. "childs": []
  892. }
  893. ]
  894. }
  895. ]
  896. },
  897. {
  898. "id": 161227168763974,
  899. "parentId": 161227168497733,
  900. "label": "系统管理",
  901. "type": 1,
  902. "path": "",
  903. "icon": "el-icon-s-platform",
  904. "enabled": true,
  905. "closable": false,
  906. "opened": true,
  907. "sort": 3,
  908. "description": "",
  909. "childs": [
  910. {
  911. "id": 187055743545413,
  912. "parentId": 161227168763974,
  913. "label": "数据字典",
  914. "type": 2,
  915. "viewId": 187053736300613,
  916. "path": "/admin/dictionary/index",
  917. "icon": "",
  918. "enabled": true,
  919. "closable": true,
  920. "newWindow": false,
  921. "external": false,
  922. "sort": 0,
  923. "description": "",
  924. "childs": [
  925. {
  926. "id": 187375358951493,
  927. "parentId": 187055743545413,
  928. "label": "查询",
  929. "code": "api:admin:dictionary:getpage",
  930. "type": 3,
  931. "enabled": true,
  932. "sort": 1,
  933. "description": "",
  934. "childs": []
  935. },
  936. {
  937. "id": 187389970825285,
  938. "parentId": 187055743545413,
  939. "label": "修改",
  940. "code": "api:admin:dictionary:update",
  941. "type": 3,
  942. "enabled": true,
  943. "sort": 3,
  944. "description": "",
  945. "childs": []
  946. },
  947. {
  948. "id": 187390547820613,
  949. "parentId": 187055743545413,
  950. "label": "删除",
  951. "code": "api:admin:dictionary:softdelete",
  952. "type": 3,
  953. "enabled": true,
  954. "sort": 4,
  955. "description": "",
  956. "childs": []
  957. },
  958. {
  959. "id": 187391371018309,
  960. "parentId": 187055743545413,
  961. "label": "批量删除",
  962. "code": "api:admin:dictionary:batchsoftdelete",
  963. "type": 3,
  964. "enabled": true,
  965. "sort": 5,
  966. "description": "",
  967. "childs": []
  968. },
  969. {
  970. "id": 187391980761157,
  971. "parentId": 187055743545413,
  972. "label": "新增",
  973. "code": "api:admin:dictionary:add",
  974. "type": 3,
  975. "enabled": true,
  976. "sort": 2,
  977. "description": "",
  978. "childs": []
  979. }
  980. ]
  981. },
  982. {
  983. "id": 342340463398981,
  984. "parentId": 161227168763974,
  985. "label": "任务管理",
  986. "type": 2,
  987. "viewId": 336556164300869,
  988. "path": "/admin/task",
  989. "icon": "",
  990. "enabled": true,
  991. "closable": true,
  992. "newWindow": false,
  993. "external": false,
  994. "sort": 0,
  995. "description": "",
  996. "childs": [
  997. {
  998. "id": 343342945812549,
  999. "parentId": 342340463398981,
  1000. "label": "查询任务",
  1001. "code": "api:admin:task:get",
  1002. "type": 3,
  1003. "enabled": true,
  1004. "sort": 0,
  1005. "description": "",
  1006. "childs": []
  1007. },
  1008. {
  1009. "id": 343343120306245,
  1010. "parentId": 342340463398981,
  1011. "label": "查询任务列表",
  1012. "code": "api:admin:task:get-page",
  1013. "type": 3,
  1014. "enabled": true,
  1015. "sort": 0,
  1016. "description": "",
  1017. "childs": []
  1018. },
  1019. {
  1020. "id": 343343209164869,
  1021. "parentId": 342340463398981,
  1022. "label": "新增",
  1023. "code": "api:admin:task:add",
  1024. "type": 3,
  1025. "enabled": true,
  1026. "sort": 0,
  1027. "description": "",
  1028. "childs": []
  1029. },
  1030. {
  1031. "id": 343343735894085,
  1032. "parentId": 342340463398981,
  1033. "label": "修改",
  1034. "code": "api:admin:task:update",
  1035. "type": 3,
  1036. "enabled": true,
  1037. "sort": 0,
  1038. "description": "",
  1039. "childs": []
  1040. },
  1041. {
  1042. "id": 343343926595653,
  1043. "parentId": 342340463398981,
  1044. "label": "暂停任务",
  1045. "code": "api:admin:task:pause",
  1046. "type": 3,
  1047. "enabled": true,
  1048. "sort": 0,
  1049. "description": "",
  1050. "childs": []
  1051. },
  1052. {
  1053. "id": 343343989960773,
  1054. "parentId": 342340463398981,
  1055. "label": "启动任务",
  1056. "code": "api:admin:task:resume",
  1057. "type": 3,
  1058. "enabled": true,
  1059. "sort": 0,
  1060. "description": "",
  1061. "childs": []
  1062. },
  1063. {
  1064. "id": 343344066166853,
  1065. "parentId": 342340463398981,
  1066. "label": "执行任务",
  1067. "code": "api:admin:task:run",
  1068. "type": 3,
  1069. "enabled": true,
  1070. "sort": 0,
  1071. "description": "",
  1072. "childs": []
  1073. },
  1074. {
  1075. "id": 343344158351429,
  1076. "parentId": 342340463398981,
  1077. "label": "删除任务",
  1078. "code": "api:admin:task:delete",
  1079. "type": 3,
  1080. "enabled": true,
  1081. "sort": 0,
  1082. "description": "",
  1083. "childs": []
  1084. },
  1085. {
  1086. "id": 343344363630661,
  1087. "parentId": 342340463398981,
  1088. "label": "查询任务日志",
  1089. "code": "api:admin:task-log:get-page",
  1090. "type": 3,
  1091. "enabled": true,
  1092. "sort": 0,
  1093. "description": "",
  1094. "childs": []
  1095. }
  1096. ]
  1097. }
  1098. ]
  1099. },
  1100. {
  1101. "id": 161227168780358,
  1102. "parentId": 161227168497733,
  1103. "label": "日志管理",
  1104. "type": 1,
  1105. "icon": "el-icon-notebook-2",
  1106. "enabled": true,
  1107. "opened": true,
  1108. "sort": 4,
  1109. "childs": [
  1110. {
  1111. "id": 161227168784453,
  1112. "parentId": 161227168780358,
  1113. "label": "登录日志",
  1114. "type": 2,
  1115. "viewId": 161227168456773,
  1116. "path": "/admin/login-log",
  1117. "icon": "",
  1118. "enabled": true,
  1119. "closable": true,
  1120. "newWindow": false,
  1121. "external": false,
  1122. "sort": 1,
  1123. "description": "",
  1124. "childs": [
  1125. {
  1126. "id": 161227168784454,
  1127. "parentId": 161227168784453,
  1128. "label": "查询",
  1129. "code": "api:admin:loginlog:getpage",
  1130. "type": 3,
  1131. "enabled": true,
  1132. "sort": 1,
  1133. "description": "",
  1134. "childs": []
  1135. }
  1136. ]
  1137. },
  1138. {
  1139. "id": 161227168788549,
  1140. "parentId": 161227168780358,
  1141. "label": "操作日志",
  1142. "type": 2,
  1143. "viewId": 161227168452678,
  1144. "path": "/admin/opration-log",
  1145. "icon": "",
  1146. "enabled": true,
  1147. "closable": true,
  1148. "newWindow": false,
  1149. "external": false,
  1150. "sort": 2,
  1151. "description": "",
  1152. "childs": [
  1153. {
  1154. "id": 161227168788550,
  1155. "parentId": 161227168788549,
  1156. "label": "查询",
  1157. "code": "api:admin:oprationlog:getpage",
  1158. "type": 3,
  1159. "enabled": true,
  1160. "sort": 1,
  1161. "description": "",
  1162. "childs": []
  1163. }
  1164. ]
  1165. }
  1166. ]
  1167. }
  1168. ]
  1169. },
  1170. {
  1171. "id": 161227168497734,
  1172. "label": "帮助文档",
  1173. "type": 1,
  1174. "icon": "el-icon-question",
  1175. "enabled": true,
  1176. "opened": true,
  1177. "sort": 4,
  1178. "childs": [
  1179. {
  1180. "id": 161227168792645,
  1181. "parentId": 161227168497734,
  1182. "label": "Admin",
  1183. "type": 2,
  1184. "path": "https://zhontai.net",
  1185. "icon": "el-icon-s-promotion",
  1186. "enabled": true,
  1187. "closable": false,
  1188. "newWindow": false,
  1189. "external": false,
  1190. "sort": 5,
  1191. "description": "",
  1192. "childs": []
  1193. },
  1194. {
  1195. "id": 161227168792646,
  1196. "parentId": 161227168497734,
  1197. "label": "FreeSql",
  1198. "type": 2,
  1199. "path": "http://freesql.net/guide",
  1200. "icon": "el-icon-s-promotion",
  1201. "enabled": true,
  1202. "closable": false,
  1203. "newWindow": false,
  1204. "external": false,
  1205. "sort": 6,
  1206. "description": "",
  1207. "childs": []
  1208. },
  1209. {
  1210. "id": 161227168796741,
  1211. "parentId": 161227168497734,
  1212. "label": "文档管理",
  1213. "type": 2,
  1214. "viewId": 161227168456774,
  1215. "path": "/admin/document",
  1216. "icon": "el-icon-notebook-2",
  1217. "enabled": true,
  1218. "closable": true,
  1219. "newWindow": false,
  1220. "external": true,
  1221. "sort": 0,
  1222. "description": "",
  1223. "childs": [
  1224. {
  1225. "id": 161227168800838,
  1226. "parentId": 161227168796741,
  1227. "label": "新增分组",
  1228. "code": "api:admin:document:addgroup",
  1229. "type": 3,
  1230. "enabled": true,
  1231. "sort": 5,
  1232. "description": ""
  1233. },
  1234. {
  1235. "id": 161227168804933,
  1236. "parentId": 161227168796741,
  1237. "label": "新增菜单",
  1238. "code": "api:admin:document:addmenu",
  1239. "type": 3,
  1240. "enabled": true,
  1241. "sort": 6,
  1242. "description": ""
  1243. },
  1244. {
  1245. "id": 161227168809029,
  1246. "parentId": 161227168796741,
  1247. "label": "修改分组",
  1248. "code": "api:admin:document:updategroup",
  1249. "type": 3,
  1250. "enabled": true,
  1251. "sort": 7,
  1252. "description": ""
  1253. },
  1254. {
  1255. "id": 161227168813125,
  1256. "parentId": 161227168796741,
  1257. "label": "修改菜单",
  1258. "code": "api:admin:document:updatemenu",
  1259. "type": 3,
  1260. "enabled": true,
  1261. "sort": 8,
  1262. "description": ""
  1263. },
  1264. {
  1265. "id": 161227168813126,
  1266. "parentId": 161227168796741,
  1267. "label": "删除文档",
  1268. "code": "api:admin:document:softdelete",
  1269. "type": 3,
  1270. "enabled": true,
  1271. "sort": 9,
  1272. "description": ""
  1273. },
  1274. {
  1275. "id": 161227168821318,
  1276. "parentId": 161227168796741,
  1277. "label": "查询文档",
  1278. "code": "api:admin:document:getlist",
  1279. "type": 3,
  1280. "enabled": true,
  1281. "sort": 1,
  1282. "description": ""
  1283. },
  1284. {
  1285. "id": 161227168825414,
  1286. "parentId": 161227168796741,
  1287. "label": "修改文档",
  1288. "code": "api:admin:document:updatecontent",
  1289. "type": 3,
  1290. "enabled": true,
  1291. "sort": 11,
  1292. "description": ""
  1293. },
  1294. {
  1295. "id": 161227168829509,
  1296. "parentId": 161227168796741,
  1297. "label": "上传图片",
  1298. "code": "api:admin:document:uploadimage",
  1299. "type": 3,
  1300. "enabled": true,
  1301. "sort": 14,
  1302. "description": ""
  1303. },
  1304. {
  1305. "id": 161227168833605,
  1306. "parentId": 161227168796741,
  1307. "label": "查询图片",
  1308. "code": "api:admin:document:getimagelist",
  1309. "type": 3,
  1310. "enabled": true,
  1311. "sort": 12,
  1312. "description": ""
  1313. },
  1314. {
  1315. "id": 161227168833606,
  1316. "parentId": 161227168796741,
  1317. "label": "删除图片",
  1318. "code": "api:admin:document:deleteimage",
  1319. "type": 3,
  1320. "enabled": true,
  1321. "sort": 13,
  1322. "description": ""
  1323. }
  1324. ]
  1325. }
  1326. ]
  1327. }
  1328. ]