init_menu.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. [
  2. {
  3. "name": "系统管理",
  4. "icon": "cog",
  5. "sort": 1,
  6. "is_link": false,
  7. "is_catalog": true,
  8. "web_path": "",
  9. "component": "",
  10. "component_name": "",
  11. "status": true,
  12. "cache": false,
  13. "visible": true,
  14. "parent": null,
  15. "children": [
  16. {
  17. "name": "菜单管理",
  18. "icon": "navicon",
  19. "sort": 1,
  20. "is_link": false,
  21. "is_catalog": false,
  22. "web_path": "/menu",
  23. "component": "system/menu",
  24. "component_name": "menu",
  25. "status": true,
  26. "cache": false,
  27. "visible": true,
  28. "parent": 277,
  29. "children": [],
  30. "menu_button": [
  31. {
  32. "name": "查询",
  33. "value": "Search",
  34. "api": "/api/system/menu/",
  35. "method": 0
  36. },
  37. {
  38. "name": "详情",
  39. "value": "Retrieve",
  40. "api": "/api/system/menu/{id}/",
  41. "method": 0
  42. },
  43. {
  44. "name": "新增",
  45. "value": "Create",
  46. "api": "/api/system/menu/",
  47. "method": 1
  48. },
  49. {
  50. "name": "编辑",
  51. "value": "Update",
  52. "api": "/api/system/menu/{id}/",
  53. "method": 2
  54. },
  55. {
  56. "name": "删除",
  57. "value": "Delete",
  58. "api": "/api/system/menu/{id}/",
  59. "method": 3
  60. }
  61. ]
  62. },
  63. {
  64. "name": "菜单按钮",
  65. "icon": "dot-circle-o",
  66. "sort": 2,
  67. "is_link": false,
  68. "is_catalog": false,
  69. "web_path": "/menuButton",
  70. "component": "system/menuButton/index",
  71. "component_name": "menuButton",
  72. "status": true,
  73. "cache": false,
  74. "visible": false,
  75. "parent": 277,
  76. "children": [],
  77. "menu_button": [
  78. {
  79. "name": "查询",
  80. "value": "Search",
  81. "api": "/api/system/menu_button/",
  82. "method": 0
  83. },
  84. {
  85. "name": "新增",
  86. "value": "Create",
  87. "api": "/api/system/menu_button/",
  88. "method": 1
  89. },
  90. {
  91. "name": "编辑",
  92. "value": "Update",
  93. "api": "/api/system/menu_button/{id}/",
  94. "method": 2
  95. },
  96. {
  97. "name": "删除",
  98. "value": "Delete",
  99. "api": "/api/system/menu_button/{id}/",
  100. "method": 3
  101. }
  102. ]
  103. },
  104. {
  105. "name": "部门管理",
  106. "icon": "bank",
  107. "sort": 3,
  108. "is_link": false,
  109. "is_catalog": false,
  110. "web_path": "/dept",
  111. "component": "system/dept/index",
  112. "component_name": "dept",
  113. "status": true,
  114. "cache": false,
  115. "visible": true,
  116. "parent": 277,
  117. "children": [],
  118. "menu_button": [
  119. {
  120. "name": "查询",
  121. "value": "Search",
  122. "api": "/api/system/dept/",
  123. "method": 0
  124. },
  125. {
  126. "name": "详情",
  127. "value": "Retrieve",
  128. "api": "/api/system/dept/{id}/",
  129. "method": 0
  130. },
  131. {
  132. "name": "新增",
  133. "value": "Create",
  134. "api": "/api/system/dept/",
  135. "method": 1
  136. },
  137. {
  138. "name": "编辑",
  139. "value": "Update",
  140. "api": "/api/system/dept/{id}/",
  141. "method": 2
  142. },
  143. {
  144. "name": "删除",
  145. "value": "Delete",
  146. "api": "/api/system/dept/{id}/",
  147. "method": 3
  148. }
  149. ]
  150. },
  151. {
  152. "name": "角色管理",
  153. "icon": "address-book",
  154. "sort": 4,
  155. "is_link": false,
  156. "is_catalog": false,
  157. "web_path": "/role",
  158. "component": "system/role/index",
  159. "component_name": "role",
  160. "status": true,
  161. "cache": false,
  162. "visible": true,
  163. "parent": 277,
  164. "children": [],
  165. "menu_button": [
  166. {
  167. "name": "查询",
  168. "value": "Search",
  169. "api": "/api/system/role/",
  170. "method": 0
  171. },
  172. {
  173. "name": "详情",
  174. "value": "Retrieve",
  175. "api": "/api/system/role/{id}/",
  176. "method": 0
  177. },
  178. {
  179. "name": "新增",
  180. "value": "Create",
  181. "api": "/api/system/role/",
  182. "method": 1
  183. },
  184. {
  185. "name": "编辑",
  186. "value": "Update",
  187. "api": "/api/system/role/{id}/",
  188. "method": 2
  189. },
  190. {
  191. "name": "保存",
  192. "value": "Save",
  193. "api": "/api/system/role/{id}/",
  194. "method": 2
  195. },
  196. {
  197. "name": "删除",
  198. "value": "Delete",
  199. "api": "/api/system/role/{id}/",
  200. "method": 3
  201. }
  202. ]
  203. },
  204. {
  205. "name": "用户管理",
  206. "icon": "users",
  207. "sort": 6,
  208. "is_link": false,
  209. "is_catalog": false,
  210. "web_path": "/user",
  211. "component": "system/user/index",
  212. "component_name": "user",
  213. "status": true,
  214. "cache": false,
  215. "visible": true,
  216. "parent": 277,
  217. "children": [],
  218. "menu_button": [
  219. {
  220. "name": "查询",
  221. "value": "Search",
  222. "api": "/api/system/user/",
  223. "method": 0
  224. },
  225. {
  226. "name": "详情",
  227. "value": "Retrieve",
  228. "api": "/api/system/user/{id}/",
  229. "method": 0
  230. },
  231. {
  232. "name": "新增",
  233. "value": "Create",
  234. "api": "/api/system/user/",
  235. "method": 1
  236. },
  237. {
  238. "name": "导出",
  239. "value": "Export",
  240. "api": "/api/system/user/export/",
  241. "method": 1
  242. },
  243. {
  244. "name": "导入",
  245. "value": "Import",
  246. "api": "/api/system/user/import/",
  247. "method": 1
  248. },
  249. {
  250. "name": "编辑",
  251. "value": "Update",
  252. "api": "/api/system/user/{id}/",
  253. "method": 2
  254. },
  255. {
  256. "name": "重设密码",
  257. "value": "ResetPassword",
  258. "api": "/api/system/user/{id}/reset_password/",
  259. "method": 2
  260. },
  261. {
  262. "name": "重置密码",
  263. "value": "DefaultPassword",
  264. "api": "/api/system/user/{id}/reset_to_default_password/",
  265. "method": 2
  266. },
  267. {
  268. "name": "删除",
  269. "value": "Delete",
  270. "api": "/api/system/user/{id}/",
  271. "method": 3
  272. }
  273. ]
  274. },
  275. {
  276. "name": "消息中心",
  277. "icon": "bullhorn",
  278. "sort": 7,
  279. "is_link": false,
  280. "is_catalog": false,
  281. "web_path": "/messageCenter",
  282. "component": "system/messageCenter/index",
  283. "component_name": "messageCenter",
  284. "status": true,
  285. "cache": false,
  286. "visible": true,
  287. "parent": 277,
  288. "children": [],
  289. "menu_button": [
  290. {
  291. "name": "查询",
  292. "value": "Search",
  293. "api": "/api/system/message_center/",
  294. "method": 0
  295. },
  296. {
  297. "name": "详情",
  298. "value": "Retrieve",
  299. "api": "/api/system/message_center/{id}/",
  300. "method": 0
  301. },
  302. {
  303. "name": "新增",
  304. "value": "Create",
  305. "api": "/api/system/message_center/",
  306. "method": 1
  307. },
  308. {
  309. "name": "编辑",
  310. "value": "Update",
  311. "api": "/api/system/message_center/{id}/",
  312. "method": 2
  313. },
  314. {
  315. "name": "删除",
  316. "value": "Delete",
  317. "api": "/api/system/menu/{id}/",
  318. "method": 3
  319. }
  320. ]
  321. },
  322. {
  323. "name": "接口白名单",
  324. "icon": "compass",
  325. "sort": 8,
  326. "is_link": false,
  327. "is_catalog": false,
  328. "web_path": "/apiWhiteList",
  329. "component": "system/whiteList/index",
  330. "component_name": "whiteList",
  331. "status": true,
  332. "cache": false,
  333. "visible": true,
  334. "parent": 277,
  335. "children": [],
  336. "menu_button": [
  337. {
  338. "name": "查询",
  339. "value": "Search",
  340. "api": "/api/system/api_white_list/",
  341. "method": 0
  342. },
  343. {
  344. "name": "详情",
  345. "value": "Retrieve",
  346. "api": "/api/system/api_white_list/{id}/",
  347. "method": 0
  348. },
  349. {
  350. "name": "新增",
  351. "value": "Create",
  352. "api": "/api/system/api_white_list/",
  353. "method": 1
  354. },
  355. {
  356. "name": "编辑",
  357. "value": "Update",
  358. "api": "/api/system/api_white_list/{id}/",
  359. "method": 2
  360. },
  361. {
  362. "name": "删除",
  363. "value": "Delete",
  364. "api": "/api/system/api_white_list/{id}/",
  365. "method": 3
  366. }
  367. ]
  368. },
  369. {
  370. "name": "常规配置",
  371. "icon": "cogs",
  372. "sort": 9,
  373. "is_link": false,
  374. "is_catalog": true,
  375. "web_path": "",
  376. "component": "",
  377. "component_name": "",
  378. "status": true,
  379. "cache": false,
  380. "visible": true,
  381. "parent": null,
  382. "children": [
  383. {
  384. "name": "系统配置",
  385. "icon": "desktop",
  386. "sort": 0,
  387. "is_link": false,
  388. "is_catalog": false,
  389. "web_path": "/config",
  390. "component": "system/config/index",
  391. "component_name": "config",
  392. "status": true,
  393. "cache": false,
  394. "visible": true,
  395. "parent": 285,
  396. "children": [],
  397. "menu_button": [
  398. {
  399. "name": "查询",
  400. "value": "Search",
  401. "api": "/api/system/system_config/",
  402. "method": 0
  403. },
  404. {
  405. "name": "详情",
  406. "value": "Retrieve",
  407. "api": "/api/system/system_config/{id}/",
  408. "method": 0
  409. },
  410. {
  411. "name": "新增",
  412. "value": "Create",
  413. "api": "/api/system/system_config/",
  414. "method": 1
  415. },
  416. {
  417. "name": "编辑",
  418. "value": "Update",
  419. "api": "/api/system/system_config/{id}/",
  420. "method": 2
  421. },
  422. {
  423. "name": "删除",
  424. "value": "Delete",
  425. "api": "/api/system/system_config/{id}/",
  426. "method": 3
  427. }
  428. ]
  429. },
  430. {
  431. "name": "字典管理",
  432. "icon": "book",
  433. "sort": 1,
  434. "is_link": false,
  435. "is_catalog": false,
  436. "web_path": "/dictionary",
  437. "component": "system/dictionary/index",
  438. "component_name": "dictionary",
  439. "status": true,
  440. "cache": false,
  441. "visible": true,
  442. "parent": 285,
  443. "children": [],
  444. "menu_button": [
  445. {
  446. "name": "查询",
  447. "value": "Search",
  448. "api": "/api/system/dictionary/",
  449. "method": 0
  450. },
  451. {
  452. "name": "详情",
  453. "value": "Retrieve",
  454. "api": "/api/system/dictionary/{id}/",
  455. "method": 0
  456. },
  457. {
  458. "name": "新增",
  459. "value": "Create",
  460. "api": "/api/system/dictionary/",
  461. "method": 1
  462. },
  463. {
  464. "name": "编辑",
  465. "value": "Update",
  466. "api": "/api/system/dictionary/{id}/",
  467. "method": 2
  468. },
  469. {
  470. "name": "删除",
  471. "value": "Delete",
  472. "api": "/api/system/dictionary/{id}/",
  473. "method": 3
  474. }
  475. ]
  476. },
  477. {
  478. "name": "地区管理",
  479. "icon": "map",
  480. "sort": 2,
  481. "is_link": false,
  482. "is_catalog": false,
  483. "web_path": "/areas",
  484. "component": "system/areas/index",
  485. "component_name": "areas",
  486. "status": true,
  487. "cache": false,
  488. "visible": true,
  489. "parent": 285,
  490. "children": [],
  491. "menu_button": [
  492. {
  493. "name": "查询",
  494. "value": "Search",
  495. "api": "/api/system/area/",
  496. "method": 0
  497. },
  498. {
  499. "name": "详情",
  500. "value": "Retrieve",
  501. "api": "/api/system/area/{id}/",
  502. "method": 0
  503. },
  504. {
  505. "name": "新增",
  506. "value": "Create",
  507. "api": "/api/system/area/",
  508. "method": 1
  509. },
  510. {
  511. "name": "编辑",
  512. "value": "Update",
  513. "api": "/api/system/area/{id}/",
  514. "method": 2
  515. },
  516. {
  517. "name": "删除",
  518. "value": "Delete",
  519. "api": "/api/system/area/{id}/",
  520. "method": 3
  521. }
  522. ]
  523. },
  524. {
  525. "name": "附件管理",
  526. "icon": "file-text-o",
  527. "sort": 3,
  528. "is_link": false,
  529. "is_catalog": false,
  530. "web_path": "/file",
  531. "component": "system/fileList/index",
  532. "component_name": "file",
  533. "status": true,
  534. "cache": false,
  535. "visible": true,
  536. "parent": 285,
  537. "children": [],
  538. "menu_button": [
  539. {
  540. "name": "详情",
  541. "value": "Retrieve",
  542. "api": "/api/system/file/{id}/",
  543. "method": 0
  544. },
  545. {
  546. "name": "查询",
  547. "value": "Search",
  548. "api": "/api/system/file/",
  549. "method": 0
  550. },
  551. {
  552. "name": "编辑",
  553. "value": "Update",
  554. "api": "/api/system/file/{id}/",
  555. "method": 1
  556. },
  557. {
  558. "name": "删除",
  559. "value": "Delete",
  560. "api": "/api/system/file/{id}/",
  561. "method": 3
  562. }
  563. ]
  564. }
  565. ],
  566. "menu_button": []
  567. },
  568. {
  569. "name": "日志管理",
  570. "icon": "book",
  571. "sort": 10,
  572. "is_link": false,
  573. "is_catalog": true,
  574. "web_path": "",
  575. "component": "",
  576. "component_name": "",
  577. "status": true,
  578. "cache": false,
  579. "visible": true,
  580. "parent": null,
  581. "children": [
  582. {
  583. "name": "登录日志",
  584. "icon": "file-text",
  585. "sort": 1,
  586. "is_link": false,
  587. "is_catalog": false,
  588. "web_path": "/loginLog",
  589. "component": "system/log/loginLog/index",
  590. "component_name": "loginLog",
  591. "status": true,
  592. "cache": false,
  593. "visible": true,
  594. "parent": 290,
  595. "children": [],
  596. "menu_button": [
  597. {
  598. "name": "查询",
  599. "value": "Search",
  600. "api": "/api/system/login_log/",
  601. "method": 0
  602. },
  603. {
  604. "name": "详情",
  605. "value": "Retrieve",
  606. "api": "/api/system/login_log/{id}/",
  607. "method": 0
  608. }
  609. ]
  610. },
  611. {
  612. "name": "操作日志",
  613. "icon": "file-code-o",
  614. "sort": 2,
  615. "is_link": false,
  616. "is_catalog": false,
  617. "web_path": "/operationLog",
  618. "component": "system/log/operationLog/index",
  619. "component_name": "operationLog",
  620. "status": true,
  621. "cache": false,
  622. "visible": true,
  623. "parent": 290,
  624. "children": [],
  625. "menu_button": [
  626. {
  627. "name": "详情",
  628. "value": "Retrieve",
  629. "api": "/api/system/operation_log/{id}/",
  630. "method": 0
  631. },
  632. {
  633. "name": "查询",
  634. "value": "Search",
  635. "api": "/api/system/operation_log/",
  636. "method": 0
  637. }
  638. ]
  639. },
  640. {
  641. "name": "前端错误日志",
  642. "icon": "bug",
  643. "sort": 4,
  644. "is_link": false,
  645. "is_catalog": false,
  646. "web_path": "/frontendLog",
  647. "component": "system/log/frontendLog/index",
  648. "component_name": "frontendLog",
  649. "status": true,
  650. "cache": false,
  651. "visible": true,
  652. "parent": 290,
  653. "children": [],
  654. "menu_button": []
  655. }
  656. ],
  657. "menu_button": []
  658. }
  659. ],
  660. "menu_button": []
  661. },
  662. {
  663. "name": "DVAdmin官网",
  664. "icon": "external-link",
  665. "sort": 4,
  666. "is_link": true,
  667. "is_catalog": false,
  668. "web_path": "https://django-vue-admin.com",
  669. "component": "",
  670. "component_name": "",
  671. "status": false,
  672. "cache": false,
  673. "visible": true,
  674. "parent": null,
  675. "children": [],
  676. "menu_button": []
  677. }
  678. ]