You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pcm-auth.sql 1.4 MB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159
  1. /*
  2. Navicat Premium Data Transfer
  3. Source Server : 47.92.88.143
  4. Source Server Type : MySQL
  5. Source Server Version : 80036 (8.0.36)
  6. Source Host : 47.92.88.143:3306
  7. Source Schema : pcm-auth
  8. Target Server Type : MySQL
  9. Target Server Version : 80036 (8.0.36)
  10. File Encoding : 65001
  11. Date: 29/04/2024 15:31:55
  12. */
  13. SET NAMES utf8mb4;
  14. SET FOREIGN_KEY_CHECKS = 0;
  15. -- ----------------------------
  16. -- Table structure for base_jwt_black
  17. -- ----------------------------
  18. DROP TABLE IF EXISTS `base_jwt_black`;
  19. CREATE TABLE `base_jwt_black` (
  20. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
  21. `deleted_at` datetime NULL DEFAULT NULL COMMENT '删除时间',
  22. `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
  23. `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
  24. `jwt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT 'jwt',
  25. PRIMARY KEY (`id`) USING BTREE,
  26. INDEX `idx_base_jwt_black_deleted_at`(`deleted_at` ASC) USING BTREE
  27. ) ENGINE = InnoDB AUTO_INCREMENT = 47 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  28. -- ----------------------------
  29. -- Records of base_jwt_black
  30. -- ----------------------------
  31. INSERT INTO `base_jwt_black` VALUES (1, NULL, '2024-04-07 08:59:50', '2024-04-07 08:59:50', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20tdGVzdCIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEyNTY2NzkwLCJuYmYiOjE3MTI0ODAzOTB9.tTYb6-_f-qh5WIJtoJLvNCG9gNyvquzmdFH5GeRv9_k');
  32. INSERT INTO `base_jwt_black` VALUES (2, NULL, '2024-04-07 08:59:55', '2024-04-07 08:59:55', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20tdGVzdCIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEyNTY2Nzk1LCJuYmYiOjE3MTI0ODAzOTV9.lrx-gG3w8q7kkNtM30ovqxEsn6R2wLxejQfJ4cdskVY');
  33. INSERT INTO `base_jwt_black` VALUES (3, NULL, '2024-04-09 09:18:16', '2024-04-09 09:18:16', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEyNzQwNjczLCJuYmYiOjE3MTI2NTQyNzN9.KfVBZgDRQXxLzwfEMpwphfevpbFg3jumsm1lXld4QIA');
  34. INSERT INTO `base_jwt_black` VALUES (4, NULL, '2024-04-16 02:45:30', '2024-04-16 02:45:30', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzMjU0MjEzLCJuYmYiOjE3MTMxNjc4MTN9.SgnIsxKdZG8sPmqao14uCgB38WJczjfBzZKgEayvCTc');
  35. INSERT INTO `base_jwt_black` VALUES (5, NULL, '2024-04-16 02:48:47', '2024-04-16 02:48:47', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzMzIyMDE5LCJuYmYiOjE3MTMyMzU2MTl9.vi-XRPHNl2fzS9XOMFMf_qURE81TOHTAYT-LxckVBnw');
  36. INSERT INTO `base_jwt_black` VALUES (6, NULL, '2024-04-16 07:33:35', '2024-04-16 07:33:35', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzMzM5MTU5LCJuYmYiOjE3MTMyNTI3NTl9.R-UtpfBywl6c_oA4Ifc-UbwDM52EQFTT-QJ3MgVpZgg');
  37. INSERT INTO `base_jwt_black` VALUES (7, NULL, '2024-04-16 07:33:48', '2024-04-16 07:33:48', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzMzM5MjIxLCJuYmYiOjE3MTMyNTI4MjF9.1oKKk-LKG7BVCIDfZ8_aQypaA7KBmV-ZBg_P9HEKLzo');
  38. INSERT INTO `base_jwt_black` VALUES (8, NULL, '2024-04-16 07:33:57', '2024-04-16 07:33:57', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzMzM5MjI5LCJuYmYiOjE3MTMyNTI4Mjl9.ZSbzZdfyLUa19fhSFnVZIhQ8zpxzYCVM2KVGKspq89A');
  39. INSERT INTO `base_jwt_black` VALUES (9, NULL, '2024-04-17 02:12:02', '2024-04-17 02:12:02', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzMzM2NjUzLCJuYmYiOjE3MTMyNTAyNTN9.9pSd0eCR2pBNT9mDrdgXhzrtgGqlRiRoaoHLu9poCKE');
  40. INSERT INTO `base_jwt_black` VALUES (10, NULL, '2024-04-17 02:16:28', '2024-04-17 02:16:28', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzNDA2NDYzLCJuYmYiOjE3MTMzMjAwNjN9.bS6LJCYD_RhY7fv-Xf8pTEKyYpC6MqywFg0QYkrne24');
  41. INSERT INTO `base_jwt_black` VALUES (11, NULL, '2024-04-17 02:32:00', '2024-04-17 02:32:00', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzNDA3NDk0LCJuYmYiOjE3MTMzMjEwOTR9.AfW6iEnip9ae-tuw7RDK6tBBkyYEh5_tFPnVt1_rsvU');
  42. INSERT INTO `base_jwt_black` VALUES (12, NULL, '2024-04-18 09:10:57', '2024-04-18 09:10:57', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzNTA5MTc1LCJuYmYiOjE3MTM0MjI3NzV9.R57lBVZGcjl2D4bG3rCapDS8XG4IhTcvDceLSLGLPqA');
  43. INSERT INTO `base_jwt_black` VALUES (13, NULL, '2024-04-19 02:59:41', '2024-04-19 02:59:41', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzNTE3OTU0LCJuYmYiOjE3MTM0MzE1NTR9.pAc3jAlbGe7Kw8man-XEFuiRAi6gj0bX1XtaSTJySLs');
  44. INSERT INTO `base_jwt_black` VALUES (14, NULL, '2024-04-19 03:00:53', '2024-04-19 03:00:53', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjAsInVzZXJuYW1lIjoiamlhbmdodWkiLCJyb2xlSWQiOjMsImJ1ZmZlclRpbWUiOjQzMjAwLCJpc3MiOiJwY20tYXV0aCIsImV4cCI6MTcxMzU4MTk4NiwibmJmIjoxNzEzNDk1NTg2fQ.cm1nKGYujWMxxty9BSfa0MZhOFXHGVCTXZhCPgLTvvk');
  45. INSERT INTO `base_jwt_black` VALUES (15, NULL, '2024-04-20 01:42:05', '2024-04-20 01:42:05', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzNTgyMDU0LCJuYmYiOjE3MTM0OTU2NTR9.9Mrm8ETXOlAe3dZN59c5l9iF5YQhkxdTEvpIVHWWLjE');
  46. INSERT INTO `base_jwt_black` VALUES (16, NULL, '2024-04-22 02:13:08', '2024-04-22 02:13:08', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzODM2ODk4LCJuYmYiOjE3MTM3NTA0OTh9.FpXxu41Bz7Q3FVK6i6DOqoE-cSSldscEzHEMRF2g2Hc');
  47. INSERT INTO `base_jwt_black` VALUES (17, NULL, '2024-04-22 09:12:11', '2024-04-22 09:12:11', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzEzODM3NzcyLCJuYmYiOjE3MTM3NTEzNzJ9.hBtOLVkrT7R435VagXYvOMn098V8u_EjHATptKNCqSE');
  48. INSERT INTO `base_jwt_black` VALUES (18, NULL, '2024-04-24 08:58:24', '2024-04-24 08:58:24', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjEsInVzZXJuYW1lIjoiYWRtaW4tamgiLCJyb2xlSWQiOjEzLCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTM5NTA3MjksIm5iZiI6MTcxMzg2NDMyOX0.9pBojREa5O1Z7h_80qLw10FQ0vITHBROho8GJcgWKLo');
  49. INSERT INTO `base_jwt_black` VALUES (19, NULL, '2024-04-25 09:01:50', '2024-04-25 09:01:50', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0MDEzOTkxLCJuYmYiOjE3MTM5Mjc1OTF9.8fC8slBj_ndHcK3WVs5z2WWffBwCjnfTr66yF8OeXL0');
  50. INSERT INTO `base_jwt_black` VALUES (20, NULL, '2024-04-26 10:35:01', '2024-04-26 10:35:01', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0MTE4MjczLCJuYmYiOjE3MTQwMzE4NzN9.d1MazIp-fpRebw4DaiDDW-mB4zRXXnFm44qPK3g9Ulw');
  51. INSERT INTO `base_jwt_black` VALUES (21, NULL, '2024-04-29 08:44:45', '2024-04-29 08:44:45', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0MzU3ODQzLCJuYmYiOjE3MTQyNzE0NDN9.PEx7FoI-kti5XH8zCorTu49IXLYxT3p99MsiihcLfoA');
  52. INSERT INTO `base_jwt_black` VALUES (22, NULL, '2024-04-29 08:47:26', '2024-04-29 08:47:26', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDM4MDM2LCJuYmYiOjE3MTQzNTE2MzZ9.Vdr5EhMTKoNegRXsW2H6DKVGvz550Xg-KxfFW3aLlYk');
  53. INSERT INTO `base_jwt_black` VALUES (23, NULL, '2024-04-29 09:35:29', '2024-04-29 09:35:29', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDM4NDc0LCJuYmYiOjE3MTQzNTIwNzR9.1HsvSWpducggLGLJ5wV4x9exl7n_CEZi80YmEwc5tGk');
  54. INSERT INTO `base_jwt_black` VALUES (24, NULL, '2024-04-29 09:50:28', '2024-04-29 09:50:28', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20tdGVzdCIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQwOTU1LCJuYmYiOjE3MTQzNTQ1NTV9.k5xH3fmh12Ps_Y9LR4bo5JIgPTEwYHqAPgbS9FlDy10');
  55. INSERT INTO `base_jwt_black` VALUES (25, NULL, '2024-04-29 10:40:53', '2024-04-29 10:40:53', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDM3ODg2LCJuYmYiOjE3MTQzNTE0ODZ9.uelN7EIDD-R0N6J4OyQ6twaDSo5YswZK9Jvi14secsY');
  56. INSERT INTO `base_jwt_black` VALUES (26, NULL, '2024-04-29 10:41:00', '2024-04-29 10:41:00', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ0ODU0LCJuYmYiOjE3MTQzNTg0NTR9.KVL3NfYNvlR_fQruoq9HaFE8iGGm1QLektrTzV-at7M');
  57. INSERT INTO `base_jwt_black` VALUES (27, NULL, '2024-04-29 10:41:28', '2024-04-29 10:41:28', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDQ4NDEsIm5iZiI6MTcxNDM1ODQ0MX0.FSaaJHe9P9LER8ud9xstEHAK_PIM97f37I2eUXPJcAM');
  58. INSERT INTO `base_jwt_black` VALUES (28, NULL, '2024-04-29 10:42:13', '2024-04-29 10:42:13', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDQ5MjcsIm5iZiI6MTcxNDM1ODUyN30.hpcrCvPBW7FqHTFSm3hVBodPre7CrYxJO4VLSMFbxw4');
  59. INSERT INTO `base_jwt_black` VALUES (29, NULL, '2024-04-29 10:43:03', '2024-04-29 10:43:03', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDQ5NDcsIm5iZiI6MTcxNDM1ODU0N30.7S-liU0JOLc-d0gEvoHirs-NV4ItA0h5NZ7bXtSGlMw');
  60. INSERT INTO `base_jwt_black` VALUES (30, NULL, '2024-04-29 10:46:22', '2024-04-29 10:46:22', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDQ5OTUsIm5iZiI6MTcxNDM1ODU5NX0.3DjhRzm9Zrv8eKNZgCP8WLiWXPcy3KblG8vuACOpqCU');
  61. INSERT INTO `base_jwt_black` VALUES (31, NULL, '2024-04-29 10:46:42', '2024-04-29 10:46:42', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ0ODY1LCJuYmYiOjE3MTQzNTg0NjV9.cYgtAh2nHSz6ObqTsOwj7Bz9lspwKCKTHrheKYlHAqo');
  62. INSERT INTO `base_jwt_black` VALUES (32, NULL, '2024-04-29 10:47:04', '2024-04-29 10:47:04', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ1MjExLCJuYmYiOjE3MTQzNTg4MTF9.cPD946Iksh3drB4rfhyDtrvc2vaMd8aLIzvuT8Yd-Ho');
  63. INSERT INTO `base_jwt_black` VALUES (33, NULL, '2024-04-29 10:48:06', '2024-04-29 10:48:06', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDUyMzUsIm5iZiI6MTcxNDM1ODgzNX0.KgfLHb87yU8fRdndnIE6Y2EPi__turRGaWGPmRJywCU');
  64. INSERT INTO `base_jwt_black` VALUES (34, NULL, '2024-04-29 10:50:01', '2024-04-29 10:50:01', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ1Mjg3LCJuYmYiOjE3MTQzNTg4ODd9.uh6PI7VscoZAAehlTWm7zHc3-IfEQuq_MimxUFDrRaw');
  65. INSERT INTO `base_jwt_black` VALUES (35, NULL, '2024-04-29 10:50:24', '2024-04-29 10:50:24', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDU0MDUsIm5iZiI6MTcxNDM1OTAwNX0.Sc0iEKDIcyRDQl9YDXbcqTR9N1WlZeyrmQGxxcOVYQI');
  66. INSERT INTO `base_jwt_black` VALUES (36, NULL, '2024-04-29 10:50:59', '2024-04-29 10:50:59', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ1NDI3LCJuYmYiOjE3MTQzNTkwMjd9.Z4bnFY2OCGL5Zzn0meOSTrdjmnMjojZrmFU36pRSsaA');
  67. INSERT INTO `base_jwt_black` VALUES (37, NULL, '2024-04-29 10:53:45', '2024-04-29 10:53:45', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDU0NjQsIm5iZiI6MTcxNDM1OTA2NH0.ciMm9gIZO-GAmqwWwf3w4AiPC5_KRNd2yqMKH4hGx94');
  68. INSERT INTO `base_jwt_black` VALUES (38, NULL, '2024-04-29 10:53:57', '2024-04-29 10:53:57', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ1NjI3LCJuYmYiOjE3MTQzNTkyMjd9.WNvfbeJRnN3cfnvl3qLhcmWDSpItCl24ZH7Vkdu5UaU');
  69. INSERT INTO `base_jwt_black` VALUES (39, NULL, '2024-04-29 10:54:12', '2024-04-29 10:54:12', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ1NjQwLCJuYmYiOjE3MTQzNTkyNDB9.IX0caCCLBdjQbgwHY8ipRIHjq6LcRk3RMusyDtiUSe4');
  70. INSERT INTO `base_jwt_black` VALUES (40, NULL, '2024-04-29 11:16:50', '2024-04-29 11:16:50', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ1NjgxLCJuYmYiOjE3MTQzNTkyODF9.M7g18FMoQeEgsYI20m3hvedhuwhdOX7Qaj4a2PIUag8');
  71. INSERT INTO `base_jwt_black` VALUES (41, NULL, '2024-04-29 11:24:23', '2024-04-29 11:24:23', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ3MDExLCJuYmYiOjE3MTQzNjA2MTF9.cMXTh1rpfbohI0HHMcLFY8w4XzTsYUDy4PYzDIQffqU');
  72. INSERT INTO `base_jwt_black` VALUES (42, NULL, '2024-04-29 11:30:58', '2024-04-29 11:30:58', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDUxOTUsIm5iZiI6MTcxNDM1ODc5NX0.ypzRa_Nf1fyWuMabFKTxsltbPPziIAfo23bhlzfOdJs');
  73. INSERT INTO `base_jwt_black` VALUES (43, NULL, '2024-04-29 11:31:24', '2024-04-29 11:31:24', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NiwidXNlcm5hbWUiOiJwY20iLCJyb2xlSWQiOjE2LCJidWZmZXJUaW1lIjo0MzIwMCwiaXNzIjoicGNtLWF1dGgiLCJleHAiOjE3MTQ0NDc4NjAsIm5iZiI6MTcxNDM2MTQ2MH0.jM7zwcw8CWXJfVy0yMeG-pZ8O9f8gbiQ5J6G-sxHOV0');
  74. INSERT INTO `base_jwt_black` VALUES (44, NULL, '2024-04-29 11:31:30', '2024-04-29 11:31:30', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDQ3ODg2LCJuYmYiOjE3MTQzNjE0ODZ9.PsbKZnq-jqH3yZmRFIviqBQ3rkWLbrQytoTpiHra-Gw');
  75. INSERT INTO `base_jwt_black` VALUES (45, NULL, '2024-04-29 15:07:55', '2024-04-29 15:07:55', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDYwODYyLCJuYmYiOjE3MTQzNzQ0NjJ9.mM8S3huyhtJ_roN7miBdvgSW6AQvCi0HJnobS3YnGVY');
  76. INSERT INTO `base_jwt_black` VALUES (46, NULL, '2024-04-29 15:07:59', '2024-04-29 15:07:59', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInJvbGVJZCI6MSwiYnVmZmVyVGltZSI6NDMyMDAsImlzcyI6InBjbS1hdXRoIiwiZXhwIjoxNzE0NDYwODc1LCJuYmYiOjE3MTQzNzQ0NzV9.qhERVChWE8tACykNxphkj4pHtTm2i0cM5tgU5qCGcE4');
  77. -- ----------------------------
  78. -- Table structure for casbin_rule
  79. -- ----------------------------
  80. DROP TABLE IF EXISTS `casbin_rule`;
  81. CREATE TABLE `casbin_rule` (
  82. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  83. `ptype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  84. `v0` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  85. `v1` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  86. `v2` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  87. `v3` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  88. `v4` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  89. `v5` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL,
  90. PRIMARY KEY (`id`) USING BTREE,
  91. UNIQUE INDEX `idx_casbin_rule`(`ptype` ASC, `v0` ASC, `v1` ASC, `v2` ASC, `v3` ASC, `v4` ASC, `v5` ASC) USING BTREE
  92. ) ENGINE = InnoDB AUTO_INCREMENT = 408 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  93. -- ----------------------------
  94. -- Records of casbin_rule
  95. -- ----------------------------
  96. INSERT INTO `casbin_rule` VALUES (253, 'p', '1', '/api/addApi', 'POST', '', '', '');
  97. INSERT INTO `casbin_rule` VALUES (255, 'p', '1', '/api/deleteApi', 'DELETE', '', '', '');
  98. INSERT INTO `casbin_rule` VALUES (258, 'p', '1', '/api/deleteApisByIds', 'DELETE', '', '', '');
  99. INSERT INTO `casbin_rule` VALUES (256, 'p', '1', '/api/editApi', 'PUT', '', '', '');
  100. INSERT INTO `casbin_rule` VALUES (254, 'p', '1', '/api/getApis', 'GET', '', '', '');
  101. INSERT INTO `casbin_rule` VALUES (257, 'p', '1', '/api/getElTreeApis', 'GET', '', '', '');
  102. INSERT INTO `casbin_rule` VALUES (232, 'p', '1', '/auth/logout', 'GET', '', '', '');
  103. INSERT INTO `casbin_rule` VALUES (233, 'p', '1', '/casbin/editCasbin', 'PUT', '', '', '');
  104. INSERT INTO `casbin_rule` VALUES (235, 'p', '1', '/casbin/getCasbin', 'GET', '', '', '');
  105. INSERT INTO `casbin_rule` VALUES (234, 'p', '1', '/casbin/getCasbin1', 'GET', '', '', '');
  106. INSERT INTO `casbin_rule` VALUES (231, 'p', '1', '/logReg/login', 'POST', '', '', '');
  107. INSERT INTO `casbin_rule` VALUES (249, 'p', '1', '/menu/addMenu', 'POST', '', '', '');
  108. INSERT INTO `casbin_rule` VALUES (251, 'p', '1', '/menu/deleteMenu', 'DELETE', '', '', '');
  109. INSERT INTO `casbin_rule` VALUES (250, 'p', '1', '/menu/editMenu', 'PUT', '', '', '');
  110. INSERT INTO `casbin_rule` VALUES (252, 'p', '1', '/menu/getElTreeMenus', 'GET', '', '', '');
  111. INSERT INTO `casbin_rule` VALUES (248, 'p', '1', '/menu/getMenus', 'GET', '', '', '');
  112. INSERT INTO `casbin_rule` VALUES (260, 'p', '1', '/opl/deleteOpl', 'DELETE', '', '', '');
  113. INSERT INTO `casbin_rule` VALUES (261, 'p', '1', '/opl/deleteOplByIds', 'DELETE', '', '', '');
  114. INSERT INTO `casbin_rule` VALUES (259, 'p', '1', '/opl/getOplList', 'GET', '', '', '');
  115. INSERT INTO `casbin_rule` VALUES (244, 'p', '1', '/role/addRole', 'POST', '', '', '');
  116. INSERT INTO `casbin_rule` VALUES (245, 'p', '1', '/role/deleteRole', 'DELETE', '', '', '');
  117. INSERT INTO `casbin_rule` VALUES (246, 'p', '1', '/role/editRole', 'PUT', '', '', '');
  118. INSERT INTO `casbin_rule` VALUES (247, 'p', '1', '/role/editRoleMenu', 'PUT', '', '', '');
  119. INSERT INTO `casbin_rule` VALUES (243, 'p', '1', '/role/getRoles', 'GET', '', '', '');
  120. INSERT INTO `casbin_rule` VALUES (239, 'p', '1', '/user/addUser', 'POST', '', '', '');
  121. INSERT INTO `casbin_rule` VALUES (238, 'p', '1', '/user/deleteUser', 'DELETE', '', '', '');
  122. INSERT INTO `casbin_rule` VALUES (240, 'p', '1', '/user/editUser', 'PUT', '', '', '');
  123. INSERT INTO `casbin_rule` VALUES (236, 'p', '1', '/user/getUserInfo', 'GET', '', '', '');
  124. INSERT INTO `casbin_rule` VALUES (237, 'p', '1', '/user/getUsers', 'GET', '', '', '');
  125. INSERT INTO `casbin_rule` VALUES (241, 'p', '1', '/user/modifyPass', 'PUT', '', '', '');
  126. INSERT INTO `casbin_rule` VALUES (242, 'p', '1', '/user/switchStatus', 'PUT', '', '', '');
  127. INSERT INTO `casbin_rule` VALUES (405, 'p', '16', '/auth/logout', 'GET', '', '', '');
  128. INSERT INTO `casbin_rule` VALUES (404, 'p', '16', '/logReg/login', 'POST', '', '', '');
  129. INSERT INTO `casbin_rule` VALUES (407, 'p', '16', '/menu/getMenus', 'GET', '', '', '');
  130. INSERT INTO `casbin_rule` VALUES (406, 'p', '16', '/user/getUserInfo', 'GET', '', '', '');
  131. INSERT INTO `casbin_rule` VALUES (84, 'p', '3', '/auth/logout', 'GET', '', '', '');
  132. INSERT INTO `casbin_rule` VALUES (80, 'p', '3', '/logReg/login', 'POST', '', '', '');
  133. INSERT INTO `casbin_rule` VALUES (85, 'p', '3', '/menu/getMenus', 'GET', '', '', '');
  134. INSERT INTO `casbin_rule` VALUES (82, 'p', '3', '/user/editUser', 'POST', '', '', '');
  135. INSERT INTO `casbin_rule` VALUES (81, 'p', '3', '/user/getUserInfo', 'GET', '', '', '');
  136. INSERT INTO `casbin_rule` VALUES (83, 'p', '3', '/user/modifyPass', 'POST', '', '', '');
  137. -- ----------------------------
  138. -- Table structure for sys_api
  139. -- ----------------------------
  140. DROP TABLE IF EXISTS `sys_api`;
  141. CREATE TABLE `sys_api` (
  142. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
  143. `deleted_at` datetime NULL DEFAULT NULL COMMENT '删除时间',
  144. `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
  145. `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
  146. `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '名称',
  147. `path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '路径',
  148. `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '描述',
  149. `api_group` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'api组',
  150. `method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT 'POST' COMMENT '方法',
  151. PRIMARY KEY (`id`) USING BTREE,
  152. INDEX `idx_sys_api_deleted_at`(`deleted_at` ASC) USING BTREE
  153. ) ENGINE = InnoDB AUTO_INCREMENT = 58 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  154. -- ----------------------------
  155. -- Records of sys_api
  156. -- ----------------------------
  157. INSERT INTO `sys_api` VALUES (2, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '登录(必选)', '/logReg/login', '登录(必选)', 'logReg', 'POST');
  158. INSERT INTO `sys_api` VALUES (3, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '注销登录', '/auth/logout', '注销登录', 'auth', 'GET');
  159. INSERT INTO `sys_api` VALUES (4, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '编辑casbin规则', '/casbin/editCasbin', '编辑casbin规则', 'casbin', 'PUT');
  160. INSERT INTO `sys_api` VALUES (5, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取用户信息(必选)', '/user/getUserInfo', '获取用户信息(必选)', 'user', 'GET');
  161. INSERT INTO `sys_api` VALUES (6, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取所有用户', '/user/getUsers', '获取所有用户', 'user', 'GET');
  162. INSERT INTO `sys_api` VALUES (7, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '删除用户', '/user/deleteUser', '删除用户', 'user', 'DELETE');
  163. INSERT INTO `sys_api` VALUES (8, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '添加用户', '/user/addUser', '添加用户', 'user', 'POST');
  164. INSERT INTO `sys_api` VALUES (9, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '编辑用户', '/user/editUser', '编辑用户', 'user', 'PUT');
  165. INSERT INTO `sys_api` VALUES (10, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '修改用户密码', '/user/modifyPass', '修改用户密码', 'user', 'PUT');
  166. INSERT INTO `sys_api` VALUES (11, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '切换用户状态', '/user/switchStatus', '切换用户状态', 'user', 'PUT');
  167. INSERT INTO `sys_api` VALUES (12, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取所有角色', '/role/getRoles', '获取所有角色', 'role', 'GET');
  168. INSERT INTO `sys_api` VALUES (13, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '添加角色', '/role/addRole', '添加角色', 'role', 'POST');
  169. INSERT INTO `sys_api` VALUES (14, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '删除角色', '/role/deleteRole', '删除角色', 'role', 'DELETE');
  170. INSERT INTO `sys_api` VALUES (15, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '编辑角色', '/role/editRole', '编辑角色', 'role', 'PUT');
  171. INSERT INTO `sys_api` VALUES (16, NULL, '2024-03-24 08:59:21', '2024-04-22 08:44:07', '编辑角色菜单', '/role/editRoleMenu', '编辑角色菜单', 'role', 'PUT');
  172. INSERT INTO `sys_api` VALUES (17, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取所有菜单', '/menu/getMenus', '获取所有菜单', 'menu', 'GET');
  173. INSERT INTO `sys_api` VALUES (18, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '添加菜单', '/menu/addMenu', '添加菜单', 'menu', 'POST');
  174. INSERT INTO `sys_api` VALUES (19, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '编辑菜单', '/menu/editMenu', '编辑菜单', 'menu', 'PUT');
  175. INSERT INTO `sys_api` VALUES (20, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '删除菜单', '/menu/deleteMenu', '删除菜单', 'menu', 'DELETE');
  176. INSERT INTO `sys_api` VALUES (21, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取所有菜单(el-tree结构)', '/menu/getElTreeMenus', '获取所有菜单(el-tree结构)', 'menu', 'GET');
  177. INSERT INTO `sys_api` VALUES (22, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '添加api', '/api/addApi', '添加api', 'api', 'POST');
  178. INSERT INTO `sys_api` VALUES (23, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取所有api', '/api/getApis', '获取所有api', 'api', 'GET');
  179. INSERT INTO `sys_api` VALUES (24, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '删除api', '/api/deleteApi', '删除api', 'api', 'DELETE');
  180. INSERT INTO `sys_api` VALUES (25, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '编辑api', '/api/editApi', '编辑api', 'api', 'PUT');
  181. INSERT INTO `sys_api` VALUES (26, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '获取所有api(el-tree结构)', '/api/getElTreeApis', '获取所有api(el-tree结构)', 'api', 'GET');
  182. INSERT INTO `sys_api` VALUES (27, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '批量删除API', '/api/deleteApisByIds', '批量删除API', 'api', 'DELETE');
  183. INSERT INTO `sys_api` VALUES (28, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '分页获取操作记录', '/opl/getOplList', '分页获取操作记录', 'opl', 'GET');
  184. INSERT INTO `sys_api` VALUES (29, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '删除操作记录', '/opl/deleteOpl', '删除操作记录', 'opl', 'DELETE');
  185. INSERT INTO `sys_api` VALUES (30, NULL, '2024-03-24 08:59:21', '2024-03-24 08:59:21', '批量删除操作记录', '/opl/deleteOplByIds', '批量删除操作记录', 'opl', 'DELETE');
  186. INSERT INTO `sys_api` VALUES (50, NULL, '2024-04-01 19:11:51', '2024-04-01 19:11:51', '获取casbin', '/casbin/getCasbin1', '获取casbin', 'casbin', 'GET');
  187. INSERT INTO `sys_api` VALUES (51, NULL, '2024-04-01 19:11:56', '2024-04-01 19:11:56', '获取casbin', '/casbin/getCasbin', '获取casbin', 'casbin', 'GET');
  188. -- ----------------------------
  189. -- Table structure for sys_menu
  190. -- ----------------------------
  191. DROP TABLE IF EXISTS `sys_menu`;
  192. CREATE TABLE `sys_menu` (
  193. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
  194. `deleted_at` datetime NULL DEFAULT NULL COMMENT '删除时间',
  195. `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
  196. `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
  197. `parent_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT '父菜单id',
  198. `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '路由名称',
  199. `path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '路由路径',
  200. `redirect` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '重定向',
  201. `component` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '对应前端文件路径',
  202. `sort` bigint UNSIGNED NOT NULL COMMENT '排序',
  203. `title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '菜单名称',
  204. `icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '菜单图标',
  205. `status` tinyint(1) NULL DEFAULT NULL COMMENT '是否显示',
  206. `default_menu` tinyint(1) NULL DEFAULT NULL COMMENT '默认菜单',
  207. PRIMARY KEY (`id`) USING BTREE,
  208. UNIQUE INDEX `uni_sys_menu_path`(`path` ASC) USING BTREE,
  209. INDEX `idx_sys_menu_deleted_at`(`deleted_at` ASC) USING BTREE
  210. ) ENGINE = InnoDB AUTO_INCREMENT = 61 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  211. -- ----------------------------
  212. -- Records of sys_menu
  213. -- ----------------------------
  214. INSERT INTO `sys_menu` VALUES (1, NULL, '2024-04-01 19:00:30', '2024-04-26 09:09:49', 0, 'permissionManagement', '/permissionManagement', '', '', 10, '权限管理', '', 1, 0);
  215. INSERT INTO `sys_menu` VALUES (2, NULL, '2024-04-01 19:00:30', '2024-04-26 14:55:10', 1, 'userList', 'userList', '', '1', 1, '用户管理', '', 1, 0);
  216. INSERT INTO `sys_menu` VALUES (3, NULL, '2024-04-01 19:00:30', '2024-04-25 11:24:54', 1, 'roleList', 'roleList', '', 'permissionManagement/roleList.vue', 2, '角色管理', '', 1, 0);
  217. INSERT INTO `sys_menu` VALUES (4, NULL, '2024-04-01 19:00:30', '2024-04-25 11:24:59', 1, 'menuList', 'menuList', '', 'permissionManagement/menuList.vue', 3, '菜单管理', '', 1, 0);
  218. INSERT INTO `sys_menu` VALUES (5, NULL, '2024-04-01 19:00:30', '2024-04-23 17:26:59', 1, 'resourceList', 'resourceList', '', 'permissionManagement/resourceList.vue', 4, '接口管理', '', 1, 0);
  219. INSERT INTO `sys_menu` VALUES (6, NULL, '2024-04-01 19:00:30', '2024-04-26 09:09:22', 0, 'containerManagement', '/cluster/:clusterName', '', '', 4, '容器管理', '', 1, 0);
  220. INSERT INTO `sys_menu` VALUES (9, '2023-03-13 06:14:27', '2024-04-01 19:00:30', NULL, 7, 'Cenu1-2', 'cenu1-2', '', 'cenu/cenu1/cenu1-2/index.vue', 2, 'cenu1-2', NULL, 1, 0);
  221. INSERT INTO `sys_menu` VALUES (13, NULL, '2024-04-01 19:00:30', NULL, 12, 'OperationLog', 'operationLog', '', 'monitor/operationLog/index.vue', 1, '操作日志', NULL, 1, 0);
  222. INSERT INTO `sys_menu` VALUES (19, NULL, '2024-04-20 08:17:48', '2024-04-20 09:03:37', 19, '路由名称', '路由路径', '重定向', '前端组件路径', 2, '展示名称', '', 1, 0);
  223. INSERT INTO `sys_menu` VALUES (26, NULL, '2024-04-20 09:05:25', '2024-04-20 09:09:22', 26, 'test', 'test', 'test', 'test', 1, 'test', '', 1, 0);
  224. INSERT INTO `sys_menu` VALUES (32, NULL, '2024-04-22 08:30:08', '2024-04-25 15:28:32', 6, 'clusterOverview', 'clusterOverview', '', '/cluster/overview.vue', 1, '概览', '', 1, 0);
  225. INSERT INTO `sys_menu` VALUES (33, NULL, '2024-04-22 08:32:01', '2024-04-26 09:09:45', 0, 'virtualMachineMana', '/virtual/:clusterName', '', '', 9, '虚拟机管理', '', 1, 0);
  226. INSERT INTO `sys_menu` VALUES (34, NULL, '2024-04-23 16:43:55', '2024-04-25 18:00:13', 0, 'monitorSelectBk', '/monitorSelectBk', '', '', 1, '资源中心', '', 1, 0);
  227. INSERT INTO `sys_menu` VALUES (35, NULL, '2024-04-23 17:04:44', '2024-04-25 18:00:19', 34, 'clusterSelect', '/clusterSelect', '', '', 1, '集群管理', '', 1, 0);
  228. INSERT INTO `sys_menu` VALUES (36, NULL, '2024-04-23 17:10:57', '2024-04-25 18:00:50', 44, 'hpcOverview', '/hpc/hpcOverview', '', '', 2, '超算概览', '', 1, 0);
  229. INSERT INTO `sys_menu` VALUES (37, NULL, '2024-04-23 17:11:58', '2024-04-25 18:01:02', 45, 'modelartsOverview', '/modelarts/overview', '', '', 1, '智算概览', '', 1, 0);
  230. INSERT INTO `sys_menu` VALUES (38, NULL, '2024-04-23 17:27:52', '2024-04-26 14:55:34', 1, 'oplList', 'oplList', '', '', 5, '操作日志', '', 1, 0);
  231. INSERT INTO `sys_menu` VALUES (39, NULL, '2024-04-23 17:32:56', '2024-04-26 09:09:04', 0, 'taskManagement', '/taskManagement', '', '', 2, '任务管理', '', 1, 0);
  232. INSERT INTO `sys_menu` VALUES (40, NULL, '2024-04-23 17:33:42', '2024-04-25 18:00:29', 39, 'taskList', 'taskList', '', '', 1, '任务列表', '', 1, 0);
  233. INSERT INTO `sys_menu` VALUES (41, NULL, '2024-04-23 17:40:26', '2024-04-26 09:09:09', 0, 'strategyManagement', '/strategyManagement', '', '', 3, '策略管理', '', 1, 0);
  234. INSERT INTO `sys_menu` VALUES (42, NULL, '2024-04-23 17:40:57', '2024-04-25 18:00:37', 41, 'schedulingStrategy', 'schedulingStrategy', '', '', 1, '调度策略', '', 1, 0);
  235. INSERT INTO `sys_menu` VALUES (43, NULL, '2024-04-23 17:41:34', '2024-04-25 18:00:40', 41, 'warnStrategy', '/strategyManagement/warnStrategy', '', '', 1, '告警策略', '', 1, 0);
  236. INSERT INTO `sys_menu` VALUES (44, NULL, '2024-04-23 17:43:39', '2024-04-26 09:09:31', 0, 'hpcManagement', '/hpc', '', '', 6, '超算管理', '', 1, 0);
  237. INSERT INTO `sys_menu` VALUES (45, NULL, '2024-04-23 17:45:21', '2024-04-26 09:09:27', 0, 'aiManagement', '/modelarts', '', '', 5, '智算管理', '', 1, 0);
  238. INSERT INTO `sys_menu` VALUES (46, NULL, '2024-04-23 17:47:04', '2024-04-25 17:59:58', 33, 'virtualOverview', '/virtual/:clusterName/virtualOverview', '', '', 1, '概览', '', 1, 0);
  239. INSERT INTO `sys_menu` VALUES (47, NULL, '2024-04-23 17:49:09', '2024-04-26 09:09:39', 0, 'warnCenter', '/warnManagement', '', '', 8, '告警中心', '', 1, 0);
  240. INSERT INTO `sys_menu` VALUES (48, NULL, '2024-04-23 17:49:37', '2024-04-25 18:01:10', 47, 'warnList', '/warnManagement/warnList', '', '', 2, '告警列表', '', 1, 0);
  241. INSERT INTO `sys_menu` VALUES (49, NULL, '2024-04-24 15:27:33', '2024-04-26 09:09:36', 0, 'adapterManagement', '/adapterManagement', '', '/adapterManagement', 7, '驱动器管理', '', 1, 0);
  242. INSERT INTO `sys_menu` VALUES (50, NULL, '2024-04-24 15:28:17', '2024-04-25 15:29:07', 49, 'adapterList', '/adapterManagement/list', '', '/adapterManagement/list.vue', 1, '驱动器列表', '', 1, 0);
  243. INSERT INTO `sys_menu` VALUES (51, NULL, '2024-04-25 15:33:14', '2024-04-26 09:09:54', 0, 'systemManagement', '/setting', '', '/setting', 11, '系统管理', '', 1, 0);
  244. INSERT INTO `sys_menu` VALUES (52, NULL, '2024-04-25 15:34:03', '2024-04-25 15:34:37', 51, 'dictManagement', '/setting/dictManagement', '', '/setting/systemManagement/index.vue', 1, '字典管理', '', 1, 0);
  245. INSERT INTO `sys_menu` VALUES (53, NULL, '2024-04-25 15:41:46', '2024-04-25 17:59:53', 33, 'instance', '/virtual/:clusterName/instance', '', '', 1, '虚拟机', '', 1, 0);
  246. INSERT INTO `sys_menu` VALUES (54, NULL, '2024-04-25 15:44:53', '2024-04-25 18:00:02', 33, 'network', '/virtual/:clusterName/network', '', '', 1, '网络', '', 1, 0);
  247. INSERT INTO `sys_menu` VALUES (55, NULL, '2024-04-25 15:46:05', '2024-04-25 18:00:05', 33, 'dataVolume', '/virtual/:clusterName/dataVolume', '', '', 1, '卷', '', 1, 0);
  248. INSERT INTO `sys_menu` VALUES (56, NULL, '2024-04-25 15:46:27', '2024-04-25 18:00:09', 33, 'images', '/virtual/:clusterName/images', '', '', 1, '镜像', '', 1, 0);
  249. INSERT INTO `sys_menu` VALUES (60, NULL, '2024-04-28 17:32:45', '2024-04-28 17:32:45', 0, 'monitorSelectNew', '/monitorSelectNew', '', '', 1, '展示首页', '', 1, 0);
  250. -- ----------------------------
  251. -- Table structure for sys_operation_log
  252. -- ----------------------------
  253. DROP TABLE IF EXISTS `sys_operation_log`;
  254. CREATE TABLE `sys_operation_log` (
  255. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
  256. `deleted_at` datetime NULL DEFAULT NULL COMMENT '删除时间',
  257. `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
  258. `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
  259. `ip` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '请求ip',
  260. `method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '请求方法',
  261. `path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '请求路径',
  262. `status` bigint NULL DEFAULT NULL COMMENT '请求状态',
  263. `latency` bigint NULL DEFAULT NULL COMMENT '响应时间',
  264. `user_agent` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'http userAgent',
  265. `req` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '请求Body',
  266. `resp` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '响应数据',
  267. `user_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT '用户id',
  268. `user_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '用户名称',
  269. PRIMARY KEY (`id`) USING BTREE,
  270. INDEX `idx_sys_operation_log_deleted_at`(`deleted_at` ASC) USING BTREE
  271. ) ENGINE = InnoDB AUTO_INCREMENT = 734 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  272. -- ----------------------------
  273. -- Records of sys_operation_log
  274. -- ----------------------------
  275. INSERT INTO `sys_operation_log` VALUES (1, NULL, '2024-04-02 03:39:58', '2024-04-02 03:39:58', '111.23.130.5', 'DELETE', '/opl/deleteOplByIds', 200, 1, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"ids\": [\n \"14\",\n \"15\",\n \"16\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 6, 'pcm-test');
  276. INSERT INTO `sys_operation_log` VALUES (2, NULL, '2024-04-07 02:12:54', '2024-04-07 02:12:54', '120.27.133.115', 'PUT', '/user/switchStatus', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '\"\"', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  277. INSERT INTO `sys_operation_log` VALUES (3, NULL, '2024-04-07 02:13:28', '2024-04-07 02:13:28', '120.27.133.115', 'PUT', '/user/switchStatus', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '\"\"', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  278. INSERT INTO `sys_operation_log` VALUES (4, NULL, '2024-04-07 02:14:48', '2024-04-07 02:14:48', '120.27.133.115', 'PUT', '/user/switchStatus', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '\"\"', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  279. INSERT INTO `sys_operation_log` VALUES (5, NULL, '2024-04-07 02:15:04', '2024-04-07 02:15:04', '120.27.133.115', 'PUT', '/user/switchStatus', 200, 4, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"6\",\"status\":true}', '{\"code\":200,\"data\":{},\"msg\":\"切换成功\"}', 1, 'admin');
  280. INSERT INTO `sys_operation_log` VALUES (6, NULL, '2024-04-07 02:31:36', '2024-04-07 02:31:36', '42.48.27.39', 'PUT', '/user/switchStatus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  281. INSERT INTO `sys_operation_log` VALUES (7, NULL, '2024-04-07 02:33:16', '2024-04-07 02:33:16', '42.48.27.39', 'PUT', '/user/switchStatus', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"6\",\"status\":true}', '{\"code\":200,\"data\":{},\"msg\":\"切换成功\"}', 1, 'admin');
  282. INSERT INTO `sys_operation_log` VALUES (8, NULL, '2024-04-07 02:33:40', '2024-04-07 02:33:40', '42.48.27.39', 'PUT', '/user/switchStatus', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"6\",\"status\":false}', '{\"code\":200,\"data\":{},\"msg\":\"切换成功\"}', 1, 'admin');
  283. INSERT INTO `sys_operation_log` VALUES (9, NULL, '2024-04-07 02:33:44', '2024-04-07 02:33:44', '42.48.27.39', 'PUT', '/user/switchStatus', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"6\",\"status\":true}', '{\"code\":200,\"data\":{},\"msg\":\"切换成功\"}', 1, 'admin');
  284. INSERT INTO `sys_operation_log` VALUES (10, NULL, '2024-04-07 03:17:06', '2024-04-07 03:17:06', '111.23.130.5', 'DELETE', '/menu/deleteMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"id\":\"16\"\n}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  285. INSERT INTO `sys_operation_log` VALUES (11, NULL, '2024-04-07 07:45:57', '2024-04-07 07:45:57', '111.23.130.5', 'POST', '/user/addUser', 200, 144, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"username\": \"pcm-test2\",\n \"password\": \"123456\",\n \"nickname\": \"测试管理员\",\n \"phone\": \"13657412025\",\n \"email\": \"pcm-test@jointcloud.net\",\n \"status\": true,\n \"headerImg\": \"\",\n \"roleId\": 1\n}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 6, 'pcm-test');
  286. INSERT INTO `sys_operation_log` VALUES (12, NULL, '2024-04-07 07:46:01', '2024-04-07 07:46:01', '120.27.133.115', 'POST', '/user/addUser', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\"username\":\"pcm-test2\",\"password\":\"123456\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":\"1\",\"headerImg\":\"\",\"roleId\":1}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 6, 'pcm-test');
  287. INSERT INTO `sys_operation_log` VALUES (13, NULL, '2024-04-07 07:46:07', '2024-04-07 07:46:07', '120.27.133.115', 'POST', '/user/addUser', 200, 84, 'Apifox/1.0.0 (https://apifox.com)', '{\"username\":\"pcm-test5\",\"password\":\"123456\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":\"1\",\"headerImg\":\"\",\"roleId\":1}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 6, 'pcm-test');
  288. INSERT INTO `sys_operation_log` VALUES (14, NULL, '2024-04-07 07:46:30', '2024-04-07 07:46:30', '120.27.133.115', 'POST', '/user/addUser', 200, 128, 'Apifox/1.0.0 (https://apifox.com)', '{\"username\":\"pcm-test7\",\"password\":\"123456\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":\"1\",\"headerImg\":\"\",\"roleId\":1}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 6, 'pcm-test');
  289. INSERT INTO `sys_operation_log` VALUES (15, NULL, '2024-04-07 07:49:03', '2024-04-07 07:49:03', '120.27.133.115', 'POST', '/user/addUser', 200, 1, 'Apifox/1.0.0 (https://apifox.com)', '{\"username\":\"pcm-test7\",\"password\":\"123456\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":\"1\",\"headerImg\":\"\",\"roleId\":1}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 6, 'pcm-test');
  290. INSERT INTO `sys_operation_log` VALUES (16, NULL, '2024-04-07 08:07:19', '2024-04-07 08:07:19', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  291. INSERT INTO `sys_operation_log` VALUES (17, NULL, '2024-04-07 08:07:22', '2024-04-07 08:07:22', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  292. INSERT INTO `sys_operation_log` VALUES (18, NULL, '2024-04-07 08:07:24', '2024-04-07 08:07:24', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  293. INSERT INTO `sys_operation_log` VALUES (19, NULL, '2024-04-07 08:22:19', '2024-04-07 08:22:19', '120.27.133.115', 'PUT', '/user/editUser', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"6\",\"username\":\"pcm-test1\",\"password\":\"123456\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"headerImg\":\"\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 6, 'pcm-test');
  294. INSERT INTO `sys_operation_log` VALUES (20, NULL, '2024-04-07 08:22:23', '2024-04-07 08:22:23', '120.27.133.115', 'PUT', '/user/editUser', 200, 5, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"6\",\"username\":\"pcm-test1\",\"password\":\"123456\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"headerImg\":\"\",\"roleId\":1}', '{\"code\":200,\"data\":{\"createTime\":\"2024-02-06T10:00:12Z\",\"ID\":\"6\",\"username\":\"pcm-test1\",\"nickname\":\"\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"1\",\"roleName\":\"admin\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 6, 'pcm-test');
  295. INSERT INTO `sys_operation_log` VALUES (21, NULL, '2024-04-07 09:07:04', '2024-04-07 09:07:04', '42.48.27.39', 'POST', '/role/addRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"name\":\"测试\",\"description\":\"111\",\"adminCount\":0,\"status\":true}', '{\"code\":200,\"data\":{\"id\":4,\"name\":\"测试\",\"description\":\"111\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  296. INSERT INTO `sys_operation_log` VALUES (22, NULL, '2024-04-07 09:12:36', '2024-04-07 09:12:36', '42.48.27.39', 'PUT', '/role/editRole', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"name\":\"测试\",\"description\":\"222\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  297. INSERT INTO `sys_operation_log` VALUES (23, NULL, '2024-04-07 09:14:44', '2024-04-07 09:14:44', '42.48.27.39', 'PUT', '/role/editRole', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  298. INSERT INTO `sys_operation_log` VALUES (24, NULL, '2024-04-07 09:15:06', '2024-04-07 09:15:06', '42.48.27.39', 'PUT', '/role/editRole', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  299. INSERT INTO `sys_operation_log` VALUES (25, NULL, '2024-04-07 09:15:22', '2024-04-07 09:15:22', '42.48.27.39', 'PUT', '/role/editRole', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  300. INSERT INTO `sys_operation_log` VALUES (26, NULL, '2024-04-07 09:16:28', '2024-04-07 09:16:28', '42.48.27.39', 'PUT', '/role/editRole', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"name\":\"测试\",\"description\":\"3333\",\"status\":true}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  301. INSERT INTO `sys_operation_log` VALUES (27, NULL, '2024-04-08 01:57:10', '2024-04-08 01:57:10', '120.27.133.115', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 6, 'pcm-test');
  302. INSERT INTO `sys_operation_log` VALUES (28, NULL, '2024-04-08 03:01:36', '2024-04-08 03:01:36', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  303. INSERT INTO `sys_operation_log` VALUES (29, NULL, '2024-04-08 03:01:50', '2024-04-08 03:01:50', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  304. INSERT INTO `sys_operation_log` VALUES (30, NULL, '2024-04-08 03:02:51', '2024-04-08 03:02:51', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"username\":\"1111\",\"password\":\"123456\",\"nickName\":null,\"email\":\"1212\",\"note\":null,\"status\":true,\"nickname\":\"admin11\",\"phone\":\"1213\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  305. INSERT INTO `sys_operation_log` VALUES (31, NULL, '2024-04-15 08:02:34', '2024-04-15 08:02:34', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  306. INSERT INTO `sys_operation_log` VALUES (32, NULL, '2024-04-15 08:02:40', '2024-04-15 08:02:40', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  307. INSERT INTO `sys_operation_log` VALUES (33, NULL, '2024-04-15 08:22:25', '2024-04-15 08:22:25', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  308. INSERT INTO `sys_operation_log` VALUES (34, NULL, '2024-04-15 08:22:43', '2024-04-15 08:22:43', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  309. INSERT INTO `sys_operation_log` VALUES (35, NULL, '2024-04-15 08:22:49', '2024-04-15 08:22:49', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  310. INSERT INTO `sys_operation_log` VALUES (36, NULL, '2024-04-15 08:23:06', '2024-04-15 08:23:06', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"0\"}', '{\"code\":500,\"data\":{},\"msg\":\"获取失败\"}', 1, 'admin');
  311. INSERT INTO `sys_operation_log` VALUES (37, NULL, '2024-04-15 08:23:11', '2024-04-15 08:23:11', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  312. INSERT INTO `sys_operation_log` VALUES (38, NULL, '2024-04-15 08:27:29', '2024-04-15 08:27:29', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  313. INSERT INTO `sys_operation_log` VALUES (39, NULL, '2024-04-15 08:27:48', '2024-04-15 08:27:48', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  314. INSERT INTO `sys_operation_log` VALUES (40, NULL, '2024-04-15 08:33:19', '2024-04-15 08:33:19', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  315. INSERT INTO `sys_operation_log` VALUES (41, NULL, '2024-04-15 08:37:07', '2024-04-15 08:37:07', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  316. INSERT INTO `sys_operation_log` VALUES (42, NULL, '2024-04-15 08:40:05', '2024-04-15 08:40:05', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  317. INSERT INTO `sys_operation_log` VALUES (43, NULL, '2024-04-15 08:40:57', '2024-04-15 08:40:57', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  318. INSERT INTO `sys_operation_log` VALUES (44, NULL, '2024-04-15 08:44:30', '2024-04-15 08:44:30', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  319. INSERT INTO `sys_operation_log` VALUES (45, NULL, '2024-04-15 08:56:17', '2024-04-15 08:56:17', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  320. INSERT INTO `sys_operation_log` VALUES (46, NULL, '2024-04-15 08:56:42', '2024-04-15 08:56:42', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  321. INSERT INTO `sys_operation_log` VALUES (47, NULL, '2024-04-15 08:56:50', '2024-04-15 08:56:50', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  322. INSERT INTO `sys_operation_log` VALUES (48, NULL, '2024-04-15 08:57:53', '2024-04-15 08:57:53', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  323. INSERT INTO `sys_operation_log` VALUES (49, NULL, '2024-04-15 08:58:54', '2024-04-15 08:58:54', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  324. INSERT INTO `sys_operation_log` VALUES (50, NULL, '2024-04-15 08:59:30', '2024-04-15 08:59:30', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  325. INSERT INTO `sys_operation_log` VALUES (51, NULL, '2024-04-15 09:00:01', '2024-04-15 09:00:01', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  326. INSERT INTO `sys_operation_log` VALUES (52, NULL, '2024-04-15 09:01:49', '2024-04-15 09:01:49', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  327. INSERT INTO `sys_operation_log` VALUES (53, NULL, '2024-04-15 09:03:12', '2024-04-15 09:03:12', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  328. INSERT INTO `sys_operation_log` VALUES (54, NULL, '2024-04-15 09:03:33', '2024-04-15 09:03:33', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  329. INSERT INTO `sys_operation_log` VALUES (55, NULL, '2024-04-15 09:04:22', '2024-04-15 09:04:22', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  330. INSERT INTO `sys_operation_log` VALUES (56, NULL, '2024-04-16 02:26:29', '2024-04-16 02:26:29', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 6, 'pcm-test');
  331. INSERT INTO `sys_operation_log` VALUES (57, NULL, '2024-04-17 02:13:15', '2024-04-17 02:13:15', '111.23.130.5', 'PUT', '/user/modifyPass', 200, 132, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"id\":\"1\",\n \"newPassword\":\"Nudt@123\"\n}', '{\"code\":200,\"data\":{},\"msg\":\"修改成功\"}', 6, 'pcm-test');
  332. INSERT INTO `sys_operation_log` VALUES (58, NULL, '2024-04-17 09:11:45', '2024-04-17 09:11:45', '111.23.130.5', 'GET', '/api/getElTreeApis', 200, 1, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"2\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":null},\"msg\":\"获取成功\"}', 6, 'pcm-test');
  333. INSERT INTO `sys_operation_log` VALUES (59, NULL, '2024-04-17 09:28:00', '2024-04-17 09:28:00', '42.48.27.39', 'POST', '/api/addApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"\",\"path\":null,\"description\":\"\",\"apiGroup\":null,\"method\":null}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  334. INSERT INTO `sys_operation_log` VALUES (60, NULL, '2024-04-17 09:28:10', '2024-04-17 09:28:10', '42.48.27.39', 'POST', '/api/addApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"\",\"path\":null,\"description\":\"\",\"apiGroup\":null,\"method\":null}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  335. INSERT INTO `sys_operation_log` VALUES (68, NULL, '2024-04-17 09:35:36', '2024-04-17 09:35:36', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"67\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  336. INSERT INTO `sys_operation_log` VALUES (69, NULL, '2024-04-17 09:35:40', '2024-04-17 09:35:40', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"62\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  337. INSERT INTO `sys_operation_log` VALUES (71, NULL, '2024-04-18 06:48:45', '2024-04-18 06:48:45', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"70\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  338. INSERT INTO `sys_operation_log` VALUES (72, NULL, '2024-04-18 06:53:18', '2024-04-18 06:53:18', '42.48.27.39', 'POST', '/api/addApi', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"weqewqweqw\",\"path\":\"qweqwqew\",\"description\":\"weqewqweqw\",\"apiGroup\":\"eqweqewq\",\"method\":\"POST\"}', '{\"code\":200,\"data\":{\"id\":53,\"name\":\"weqewqweqw\",\"path\":\"qweqwqew\",\"description\":\"weqewqweqw\",\"apiGroup\":\"eqweqewq\",\"method\":\"POST\"},\"msg\":\"添加成功\"}', 1, 'admin');
  339. INSERT INTO `sys_operation_log` VALUES (73, NULL, '2024-04-18 06:55:41', '2024-04-18 06:55:41', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  340. INSERT INTO `sys_operation_log` VALUES (74, NULL, '2024-04-18 06:56:04', '2024-04-18 06:56:04', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  341. INSERT INTO `sys_operation_log` VALUES (75, NULL, '2024-04-18 06:56:24', '2024-04-18 06:56:24', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  342. INSERT INTO `sys_operation_log` VALUES (76, NULL, '2024-04-18 06:57:04', '2024-04-18 06:57:04', '120.27.133.115', 'POST', '/api/addApi', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\"name\":\"11111111111111\",\"path\":\"/casbin/getCasbin\",\"description\":\"获取casbin\",\"apiGroup\":\"casbin\",\"method\":\"GET\"}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  343. INSERT INTO `sys_operation_log` VALUES (77, NULL, '2024-04-18 06:57:12', '2024-04-18 06:57:12', '120.27.133.115', 'POST', '/api/addApi', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\"name\":\"11111111111111\",\"path\":\"/casbin/getCasbin\",\"description\":\"111111111\",\"apiGroup\":\"casbin\",\"method\":\"GET\"}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  344. INSERT INTO `sys_operation_log` VALUES (78, NULL, '2024-04-18 06:57:30', '2024-04-18 06:57:30', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  345. INSERT INTO `sys_operation_log` VALUES (79, NULL, '2024-04-18 06:59:15', '2024-04-18 06:59:15', '42.48.27.39', 'POST', '/api/addApi', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"rqwer\",\"path\":\"asrerawer\",\"description\":\"rqwer\",\"apiGroup\":\"qwerqwe\",\"method\":\"POST\"}', '{\"code\":200,\"data\":{\"id\":54,\"name\":\"rqwer\",\"path\":\"asrerawer\",\"description\":\"rqwer\",\"apiGroup\":\"qwerqwe\",\"method\":\"POST\"},\"msg\":\"添加成功\"}', 1, 'admin');
  346. INSERT INTO `sys_operation_log` VALUES (80, NULL, '2024-04-18 06:59:24', '2024-04-18 06:59:24', '42.48.27.39', 'PUT', '/api/editApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '54', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  347. INSERT INTO `sys_operation_log` VALUES (81, NULL, '2024-04-18 07:00:26', '2024-04-18 07:00:26', '42.48.27.39', 'PUT', '/api/editApi', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":54,\"name\":\"111111111111111\",\"path\":\"1111\",\"description\":\"111111111111111\",\"apiGroup\":\"111111111111111111\",\"method\":\"POST\",\"ID\":54}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  348. INSERT INTO `sys_operation_log` VALUES (82, NULL, '2024-04-18 07:00:40', '2024-04-18 07:00:40', '42.48.27.39', 'PUT', '/api/editApi', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":54,\"name\":\"111111111111111\",\"path\":\"1111\",\"description\":\"111111111111111\",\"apiGroup\":\"222222\",\"method\":\"POST\",\"ID\":54}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  349. INSERT INTO `sys_operation_log` VALUES (83, NULL, '2024-04-18 08:16:11', '2024-04-18 08:16:11', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"erere\",\"password\":\"Nudt@123rere\",\"email\":\"rer\",\"status\":true,\"phone\":\"rere\",\"roleId\":1}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  350. INSERT INTO `sys_operation_log` VALUES (84, NULL, '2024-04-18 08:18:55', '2024-04-18 08:18:55', '111.23.130.5', 'POST', '/user/addUser', 200, 136, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"username\": \"pcm-dev\",\n \"password\": \"123456\",\n \"nickname\": \"测试管理员\",\n \"phone\": \"13657412025\",\n \"email\": \"pcm-test@jointcloud.net\",\n \"status\": true,\n \"headerImg\": \"\",\n \"roleId\": 1\n}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  351. INSERT INTO `sys_operation_log` VALUES (85, NULL, '2024-04-18 08:19:47', '2024-04-18 08:19:47', '111.23.130.5', 'POST', '/user/addUser', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '\n\n{\n \"username\": \"erere\",\n \"password\": \"Nudt@123rere\",\n \"email\": \"rer\",\n \"status\": true,\n \"phone\": \"rere\",\n \"roleId\": 1\n}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  352. INSERT INTO `sys_operation_log` VALUES (86, NULL, '2024-04-18 08:21:28', '2024-04-18 08:21:28', '111.23.130.5', 'POST', '/user/addUser', 200, 108, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"username\": \"pcm-dev2\",\n \"password\": \"123456\",\n \"nickname\": \"测试管理员\",\n \"phone\": \"13657412025\",\n \"email\": \"pcm-test@jointcloud.net\",\n \"status\": true,\n \"roleId\": 1\n}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  353. INSERT INTO `sys_operation_log` VALUES (87, NULL, '2024-04-18 08:24:26', '2024-04-18 08:24:26', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"gggggg\",\"password\":\"234234234\",\"email\":\"34234\",\"status\":true,\"nickname\":\"hhhhh\",\"phone\":\"342432\",\"roleId\":1}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  354. INSERT INTO `sys_operation_log` VALUES (88, NULL, '2024-04-18 08:25:26', '2024-04-18 08:25:26', '42.48.27.39', 'POST', '/user/addUser', 200, 84, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"gggggg\",\"password\":\"234234234\",\"email\":\"34234@163.com\",\"status\":true,\"nickname\":\"hhhhh\",\"phone\":\"15044444444\",\"roleId\":1}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  355. INSERT INTO `sys_operation_log` VALUES (89, NULL, '2024-04-18 08:43:13', '2024-04-18 08:43:13', '42.48.27.39', 'POST', '/user/addUser', 200, 133, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"555555\",\"password\":\"5555\",\"email\":\"qwe@17.com\",\"status\":true,\"nickname\":\"55555\",\"phone\":\"15200000000\",\"roleId\":4}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  356. INSERT INTO `sys_operation_log` VALUES (90, NULL, '2024-04-18 08:43:46', '2024-04-18 08:43:46', '42.48.27.39', 'POST', '/user/addUser', 200, 117, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"55555\",\"password\":\"Nudt@123\",\"email\":\"555@123.com\",\"status\":true,\"nickname\":\"5555\",\"phone\":\"15074444444\",\"roleId\":3}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  357. INSERT INTO `sys_operation_log` VALUES (91, NULL, '2024-04-18 08:43:51', '2024-04-18 08:43:51', '111.23.130.5', 'POST', '/user/addUser', 200, 85, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"username\": \"pcm-dev2\",\n \"password\": \"123456\",\n \"nickname\": \"测试管理员\",\n \"phone\": \"13657412025\",\n \"email\": \"pcm-test@jointcloud.net\",\n \"status\": true,\n \"roleId\": 1\n}\n', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  358. INSERT INTO `sys_operation_log` VALUES (92, NULL, '2024-04-18 08:43:52', '2024-04-18 08:43:52', '111.23.130.5', 'POST', '/user/addUser', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"username\": \"pcm-dev2\",\n \"password\": \"123456\",\n \"nickname\": \"测试管理员\",\n \"phone\": \"13657412025\",\n \"email\": \"pcm-test@jointcloud.net\",\n \"status\": true,\n \"roleId\": 1\n}\n', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  359. INSERT INTO `sys_operation_log` VALUES (93, NULL, '2024-04-18 08:43:54', '2024-04-18 08:43:54', '111.23.130.5', 'POST', '/user/addUser', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"username\": \"pcm-dev2\",\n \"password\": \"123456\",\n \"nickname\": \"测试管理员\",\n \"phone\": \"13657412025\",\n \"email\": \"pcm-test@jointcloud.net\",\n \"status\": true,\n \"roleId\": 1\n}\n', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  360. INSERT INTO `sys_operation_log` VALUES (94, NULL, '2024-04-18 08:44:07', '2024-04-18 08:44:07', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"555555\",\"password\":\"Nudt@123\",\"email\":\"33@11.com\",\"status\":true,\"nickname\":\"555555\",\"phone\":\"15333333333\",\"roleId\":3}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  361. INSERT INTO `sys_operation_log` VALUES (95, NULL, '2024-04-18 08:45:28', '2024-04-18 08:45:28', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"555555\",\"password\":\"Nudt@123\",\"email\":\"22@9.com\",\"status\":true,\"nickname\":\"admin\",\"phone\":\"15444444444\",\"roleId\":4}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  362. INSERT INTO `sys_operation_log` VALUES (96, NULL, '2024-04-18 08:57:17', '2024-04-18 08:57:17', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"555555\",\"password\":\"Nudt@123\",\"email\":\"22@9.com\",\"status\":true,\"nickname\":\"admin\",\"phone\":\"15444444444\",\"roleId\":4}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  363. INSERT INTO `sys_operation_log` VALUES (97, NULL, '2024-04-18 08:57:20', '2024-04-18 08:57:20', '42.48.27.39', 'POST', '/user/addUser', 200, 129, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"5555556\",\"password\":\"Nudt@123\",\"email\":\"22@9.com\",\"status\":true,\"nickname\":\"admin\",\"phone\":\"15444444444\",\"roleId\":4}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  364. INSERT INTO `sys_operation_log` VALUES (98, NULL, '2024-04-18 08:57:38', '2024-04-18 08:57:38', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  365. INSERT INTO `sys_operation_log` VALUES (99, NULL, '2024-04-18 08:57:42', '2024-04-18 08:57:42', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  366. INSERT INTO `sys_operation_log` VALUES (100, NULL, '2024-04-18 08:57:44', '2024-04-18 08:57:44', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  367. INSERT INTO `sys_operation_log` VALUES (101, NULL, '2024-04-18 09:06:46', '2024-04-18 09:06:46', '42.48.27.39', 'PUT', '/user/editUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"createTime\":\"2024-04-18T08:43:46Z\",\"id\":\"14\",\"username\":\"55555\",\"nickname\":\"5555\",\"phone\":\"15074444444\",\"email\":\"555@123.com\",\"status\":true,\"roleId\":\"3\",\"roleName\":\"pcm-test\",\"headerImg\":\"\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  368. INSERT INTO `sys_operation_log` VALUES (102, NULL, '2024-04-18 09:07:08', '2024-04-18 09:07:08', '42.48.27.39', 'PUT', '/user/editUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"createTime\":\"2024-04-18T08:43:46Z\",\"id\":\"14\",\"username\":\"666666\",\"nickname\":\"5555\",\"phone\":\"15074444444\",\"email\":\"555@123.com\",\"status\":true,\"roleId\":\"3\",\"roleName\":\"pcm-test\",\"headerImg\":\"\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  369. INSERT INTO `sys_operation_log` VALUES (103, NULL, '2024-04-18 09:08:51', '2024-04-18 09:08:51', '42.48.27.39', 'PUT', '/user/editUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"14\",\"username\":\"555556666\",\"nickname\":\"5555\",\"phone\":\"15074444444\",\"email\":\"555@123.com\",\"status\":true,\"roleId\":\"3\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  370. INSERT INTO `sys_operation_log` VALUES (104, NULL, '2024-04-18 09:09:47', '2024-04-18 09:09:47', '42.48.27.39', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"14\",\"username\":\"5555566666\",\"nickname\":\"5555\",\"phone\":\"15074444444\",\"email\":\"555@123.com\",\"status\":true,\"roleId\":3}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-02T09:06:08Z\",\"id\":\"14\",\"username\":\"5555566666\",\"nickname\":\"\",\"phone\":\"15074444444\",\"email\":\"555@123.com\",\"status\":true,\"roleId\":\"3\",\"roleName\":\"pcm-test\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  371. INSERT INTO `sys_operation_log` VALUES (105, NULL, '2024-04-18 09:09:52', '2024-04-18 09:09:52', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  372. INSERT INTO `sys_operation_log` VALUES (106, NULL, '2024-04-18 09:10:09', '2024-04-18 09:10:09', '42.48.27.39', 'POST', '/user/addUser', 200, 132, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"777777777\",\"password\":\"Nudt@123\",\"email\":\"22@22.com\",\"status\":true,\"nickname\":\"7777777777777777777777777777777\",\"phone\":\"15200000000\",\"roleId\":4}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  373. INSERT INTO `sys_operation_log` VALUES (107, NULL, '2024-04-18 09:10:13', '2024-04-18 09:10:13', '42.48.27.39', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"17\",\"username\":\"777777777\",\"nickname\":\"7777777777777777777777777777777\",\"phone\":\"15200000000\",\"email\":\"22@22.com\",\"status\":false,\"roleId\":4}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-07T09:07:04Z\",\"id\":\"17\",\"username\":\"777777777\",\"nickname\":\"\",\"phone\":\"15200000000\",\"email\":\"22@22.com\",\"status\":false,\"roleId\":\"4\",\"roleName\":\"测试\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  374. INSERT INTO `sys_operation_log` VALUES (108, NULL, '2024-04-18 09:10:18', '2024-04-18 09:10:18', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  375. INSERT INTO `sys_operation_log` VALUES (109, NULL, '2024-04-18 09:10:53', '2024-04-18 09:10:53', '42.48.27.39', 'POST', '/user/addUser', 200, 86, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"jianghui\",\"password\":\"123456\",\"email\":\"jhnine@163.com\",\"status\":true,\"nickname\":\"jiang\",\"phone\":\"15022222222\",\"roleId\":1}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  376. INSERT INTO `sys_operation_log` VALUES (110, NULL, '2024-04-18 09:11:15', '2024-04-18 09:11:15', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 18, 'jianghui');
  377. INSERT INTO `sys_operation_log` VALUES (111, NULL, '2024-04-18 09:13:01', '2024-04-18 09:13:01', '42.48.27.39', 'POST', '/user/addUser', 200, 85, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"jianghui\",\"password\":\"123456\",\"email\":\"22@176.com\",\"status\":true,\"nickname\":\"jianghui\",\"phone\":\"15022222222\",\"roleId\":4}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  378. INSERT INTO `sys_operation_log` VALUES (112, NULL, '2024-04-19 02:41:23', '2024-04-19 02:41:23', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  379. INSERT INTO `sys_operation_log` VALUES (113, NULL, '2024-04-19 02:48:30', '2024-04-19 02:48:30', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"jianghui\",\"password\":\"Nudt@123\",\"email\":null,\"status\":true,\"nickname\":\"admin\",\"roleId\":4}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  380. INSERT INTO `sys_operation_log` VALUES (114, NULL, '2024-04-19 02:58:00', '2024-04-19 02:58:00', '42.48.27.39', 'POST', '/user/addUser', 200, 109, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"jianghui\",\"password\":\"Nudt@123\",\"email\":\"22@13.com\",\"status\":true,\"nickname\":\"admin\",\"phone\":\"13333333333\",\"roleId\":3}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  381. INSERT INTO `sys_operation_log` VALUES (115, NULL, '2024-04-19 02:58:18', '2024-04-19 02:58:18', '42.48.27.39', 'POST', '/user/addUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"newPassword\":\"123456\",\"id\":\"20\",\"rePassword\":\"123456\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  382. INSERT INTO `sys_operation_log` VALUES (116, NULL, '2024-04-19 02:59:04', '2024-04-19 02:59:04', '42.48.27.39', 'PUT', '/user/modifyPass', 200, 104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"newPassword\":\"123456\",\"id\":\"20\",\"rePassword\":\"123456\"}', '{\"code\":200,\"data\":{},\"msg\":\"修改成功\"}', 1, 'admin');
  383. INSERT INTO `sys_operation_log` VALUES (117, NULL, '2024-04-19 02:59:36', '2024-04-19 02:59:36', '42.48.27.39', 'PUT', '/user/modifyPass', 200, 99, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"newPassword\":\"123456\",\"id\":\"20\",\"rePassword\":\"123456\"}', '{\"code\":200,\"data\":{},\"msg\":\"修改成功\"}', 1, 'admin');
  384. INSERT INTO `sys_operation_log` VALUES (118, NULL, '2024-04-19 07:57:38', '2024-04-19 07:57:38', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  385. INSERT INTO `sys_operation_log` VALUES (119, NULL, '2024-04-19 07:58:00', '2024-04-19 07:58:00', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"0\"}', '{\"code\":500,\"data\":{},\"msg\":\"获取失败\"}', 1, 'admin');
  386. INSERT INTO `sys_operation_log` VALUES (120, NULL, '2024-04-19 07:58:27', '2024-04-19 07:58:27', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  387. INSERT INTO `sys_operation_log` VALUES (121, NULL, '2024-04-19 07:58:50', '2024-04-19 07:58:50', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"0\"}', '{\"code\":500,\"data\":{},\"msg\":\"获取失败\"}', 1, 'admin');
  388. INSERT INTO `sys_operation_log` VALUES (122, NULL, '2024-04-19 07:59:05', '2024-04-19 07:59:05', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  389. INSERT INTO `sys_operation_log` VALUES (123, NULL, '2024-04-19 07:59:34', '2024-04-19 07:59:34', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  390. INSERT INTO `sys_operation_log` VALUES (124, NULL, '2024-04-19 07:59:40', '2024-04-19 07:59:40', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  391. INSERT INTO `sys_operation_log` VALUES (125, NULL, '2024-04-19 08:06:09', '2024-04-19 08:06:09', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  392. INSERT INTO `sys_operation_log` VALUES (126, NULL, '2024-04-19 08:09:07', '2024-04-19 08:09:07', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  393. INSERT INTO `sys_operation_log` VALUES (127, NULL, '2024-04-19 08:21:45', '2024-04-19 08:21:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  394. INSERT INTO `sys_operation_log` VALUES (128, NULL, '2024-04-19 08:25:45', '2024-04-19 08:25:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  395. INSERT INTO `sys_operation_log` VALUES (129, NULL, '2024-04-19 08:26:13', '2024-04-19 08:26:13', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  396. INSERT INTO `sys_operation_log` VALUES (130, NULL, '2024-04-19 08:26:23', '2024-04-19 08:26:23', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  397. INSERT INTO `sys_operation_log` VALUES (131, NULL, '2024-04-19 08:28:00', '2024-04-19 08:28:00', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  398. INSERT INTO `sys_operation_log` VALUES (132, NULL, '2024-04-19 08:28:07', '2024-04-19 08:28:07', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  399. INSERT INTO `sys_operation_log` VALUES (133, NULL, '2024-04-19 08:28:36', '2024-04-19 08:28:36', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  400. INSERT INTO `sys_operation_log` VALUES (134, NULL, '2024-04-19 08:28:38', '2024-04-19 08:28:38', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  401. INSERT INTO `sys_operation_log` VALUES (135, NULL, '2024-04-19 08:28:41', '2024-04-19 08:28:41', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  402. INSERT INTO `sys_operation_log` VALUES (136, NULL, '2024-04-19 08:29:40', '2024-04-19 08:29:40', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  403. INSERT INTO `sys_operation_log` VALUES (137, NULL, '2024-04-19 08:34:03', '2024-04-19 08:34:03', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  404. INSERT INTO `sys_operation_log` VALUES (138, NULL, '2024-04-19 08:39:38', '2024-04-19 08:39:38', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  405. INSERT INTO `sys_operation_log` VALUES (139, NULL, '2024-04-19 08:40:15', '2024-04-19 08:40:15', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  406. INSERT INTO `sys_operation_log` VALUES (140, NULL, '2024-04-19 08:40:18', '2024-04-19 08:40:18', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  407. INSERT INTO `sys_operation_log` VALUES (141, NULL, '2024-04-19 08:40:42', '2024-04-19 08:40:42', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  408. INSERT INTO `sys_operation_log` VALUES (142, NULL, '2024-04-19 08:40:46', '2024-04-19 08:40:46', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  409. INSERT INTO `sys_operation_log` VALUES (143, NULL, '2024-04-19 08:41:06', '2024-04-19 08:41:06', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  410. INSERT INTO `sys_operation_log` VALUES (144, NULL, '2024-04-19 08:41:29', '2024-04-19 08:41:29', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  411. INSERT INTO `sys_operation_log` VALUES (145, NULL, '2024-04-19 08:41:33', '2024-04-19 08:41:33', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  412. INSERT INTO `sys_operation_log` VALUES (146, NULL, '2024-04-19 08:41:41', '2024-04-19 08:41:41', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  413. INSERT INTO `sys_operation_log` VALUES (147, NULL, '2024-04-19 08:41:51', '2024-04-19 08:41:51', '42.48.27.39', 'POST', '/role/addRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"name\":\"eeeeeee\",\"description\":\"ererer\",\"adminCount\":0,\"status\":true}', '{\"code\":200,\"data\":{\"id\":5,\"name\":\"eeeeeee\",\"description\":\"ererer\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  414. INSERT INTO `sys_operation_log` VALUES (148, NULL, '2024-04-19 08:41:53', '2024-04-19 08:41:53', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  415. INSERT INTO `sys_operation_log` VALUES (149, NULL, '2024-04-19 08:42:06', '2024-04-19 08:42:06', '42.48.27.39', 'POST', '/role/addRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"name\":\"234234234\",\"description\":\"234234\",\"adminCount\":0,\"status\":true}', '{\"code\":200,\"data\":{\"id\":6,\"name\":\"234234234\",\"description\":\"234234\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  416. INSERT INTO `sys_operation_log` VALUES (150, NULL, '2024-04-19 08:42:12', '2024-04-19 08:42:12', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  417. INSERT INTO `sys_operation_log` VALUES (151, NULL, '2024-04-19 08:42:39', '2024-04-19 08:42:39', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"6\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  418. INSERT INTO `sys_operation_log` VALUES (152, NULL, '2024-04-19 08:42:42', '2024-04-19 08:42:42', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"5\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  419. INSERT INTO `sys_operation_log` VALUES (153, NULL, '2024-04-19 08:42:45', '2024-04-19 08:42:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"5\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  420. INSERT INTO `sys_operation_log` VALUES (154, NULL, '2024-04-19 08:43:13', '2024-04-19 08:43:13', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"6\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  421. INSERT INTO `sys_operation_log` VALUES (155, NULL, '2024-04-19 08:43:20', '2024-04-19 08:43:20', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  422. INSERT INTO `sys_operation_log` VALUES (156, NULL, '2024-04-19 08:45:13', '2024-04-19 08:45:13', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  423. INSERT INTO `sys_operation_log` VALUES (157, NULL, '2024-04-19 08:48:42', '2024-04-19 08:48:42', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":6}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  424. INSERT INTO `sys_operation_log` VALUES (158, NULL, '2024-04-19 08:49:00', '2024-04-19 08:49:00', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  425. INSERT INTO `sys_operation_log` VALUES (159, NULL, '2024-04-19 08:50:37', '2024-04-19 08:50:37', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":6}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  426. INSERT INTO `sys_operation_log` VALUES (160, NULL, '2024-04-19 08:51:32', '2024-04-19 08:51:32', '111.23.130.5', 'DELETE', '/role/deleteRole', 200, 12, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"id\":\"6\"\n}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  427. INSERT INTO `sys_operation_log` VALUES (161, NULL, '2024-04-19 08:51:35', '2024-04-19 08:51:35', '111.23.130.5', 'DELETE', '/role/deleteRole', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"id\":\"6\"\n}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  428. INSERT INTO `sys_operation_log` VALUES (162, NULL, '2024-04-19 08:52:28', '2024-04-19 08:52:28', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"5\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  429. INSERT INTO `sys_operation_log` VALUES (163, NULL, '2024-04-19 08:52:44', '2024-04-19 08:52:44', '42.48.27.39', 'POST', '/role/addRole', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"name\":\"1111\",\"description\":\"1111\",\"adminCount\":0,\"status\":true}', '{\"code\":200,\"data\":{\"id\":7,\"name\":\"1111\",\"description\":\"1111\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  430. INSERT INTO `sys_operation_log` VALUES (164, NULL, '2024-04-19 08:54:46', '2024-04-19 08:54:46', '42.48.27.39', 'POST', '/role/addRole', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"name\":\"pcm-test\",\"description\":\"测试角色\",\"status\":true}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  431. INSERT INTO `sys_operation_log` VALUES (165, NULL, '2024-04-19 08:54:54', '2024-04-19 08:54:54', '42.48.27.39', 'POST', '/role/addRole', 200, 12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":null,\"name\":\"pcm-test1111\",\"description\":\"测试角色\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":9,\"name\":\"pcm-test1111\",\"description\":\"测试角色\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  432. INSERT INTO `sys_operation_log` VALUES (166, NULL, '2024-04-19 08:55:18', '2024-04-19 08:55:18', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":9,\"name\":\"pcm-test111122222\",\"description\":\"测试角色\",\"status\":true}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  433. INSERT INTO `sys_operation_log` VALUES (167, NULL, '2024-04-19 08:59:34', '2024-04-19 08:59:34', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":9,\"name\":\"pcm1111111\",\"description\":\"测试角色\",\"status\":false,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  434. INSERT INTO `sys_operation_log` VALUES (168, NULL, '2024-04-19 08:59:41', '2024-04-19 08:59:41', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":9,\"name\":\"pcm1111111\",\"description\":\"测试角色11112\",\"status\":false,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  435. INSERT INTO `sys_operation_log` VALUES (169, NULL, '2024-04-19 09:00:08', '2024-04-19 09:00:08', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":9,\"name\":\"pcm1111111\",\"description\":\"测试角色11112\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  436. INSERT INTO `sys_operation_log` VALUES (170, NULL, '2024-04-19 09:00:12', '2024-04-19 09:00:12', '42.48.27.39', 'POST', '/role/addRole', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"ew53\",\"description\":\"452345345\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":10,\"name\":\"ew53\",\"description\":\"452345345\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  437. INSERT INTO `sys_operation_log` VALUES (171, NULL, '2024-04-19 09:00:16', '2024-04-19 09:00:16', '42.48.27.39', 'PUT', '/role/editRole', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":10,\"name\":\"ew53\",\"description\":\"452345345\",\"status\":false,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  438. INSERT INTO `sys_operation_log` VALUES (172, NULL, '2024-04-19 09:00:20', '2024-04-19 09:00:20', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"9\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  439. INSERT INTO `sys_operation_log` VALUES (173, NULL, '2024-04-19 09:00:24', '2024-04-19 09:00:24', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"10\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  440. INSERT INTO `sys_operation_log` VALUES (174, NULL, '2024-04-19 09:00:27', '2024-04-19 09:00:27', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"9\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  441. INSERT INTO `sys_operation_log` VALUES (175, NULL, '2024-04-19 09:00:29', '2024-04-19 09:00:29', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"7\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  442. INSERT INTO `sys_operation_log` VALUES (176, NULL, '2024-04-19 09:01:32', '2024-04-19 09:01:32', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  443. INSERT INTO `sys_operation_log` VALUES (177, NULL, '2024-04-19 09:05:00', '2024-04-19 09:05:00', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"4\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  444. INSERT INTO `sys_operation_log` VALUES (178, NULL, '2024-04-19 09:05:49', '2024-04-19 09:05:49', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  445. INSERT INTO `sys_operation_log` VALUES (179, NULL, '2024-04-19 09:07:13', '2024-04-19 09:07:13', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  446. INSERT INTO `sys_operation_log` VALUES (180, NULL, '2024-04-19 09:07:22', '2024-04-19 09:07:22', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  447. INSERT INTO `sys_operation_log` VALUES (181, NULL, '2024-04-19 09:07:31', '2024-04-19 09:07:31', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  448. INSERT INTO `sys_operation_log` VALUES (182, NULL, '2024-04-19 09:08:21', '2024-04-19 09:08:21', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  449. INSERT INTO `sys_operation_log` VALUES (183, NULL, '2024-04-19 09:08:42', '2024-04-19 09:08:42', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  450. INSERT INTO `sys_operation_log` VALUES (184, NULL, '2024-04-19 09:08:48', '2024-04-19 09:08:48', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  451. INSERT INTO `sys_operation_log` VALUES (185, NULL, '2024-04-19 09:14:57', '2024-04-19 09:14:57', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  452. INSERT INTO `sys_operation_log` VALUES (186, NULL, '2024-04-19 09:16:28', '2024-04-19 09:16:28', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  453. INSERT INTO `sys_operation_log` VALUES (187, NULL, '2024-04-19 09:16:32', '2024-04-19 09:16:32', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  454. INSERT INTO `sys_operation_log` VALUES (188, NULL, '2024-04-19 09:17:39', '2024-04-19 09:17:39', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  455. INSERT INTO `sys_operation_log` VALUES (189, NULL, '2024-04-19 09:17:57', '2024-04-19 09:17:57', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  456. INSERT INTO `sys_operation_log` VALUES (190, NULL, '2024-04-19 09:19:08', '2024-04-19 09:19:08', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  457. INSERT INTO `sys_operation_log` VALUES (191, NULL, '2024-04-19 09:20:01', '2024-04-19 09:20:01', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  458. INSERT INTO `sys_operation_log` VALUES (192, NULL, '2024-04-19 09:20:38', '2024-04-19 09:20:38', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  459. INSERT INTO `sys_operation_log` VALUES (193, NULL, '2024-04-19 09:20:57', '2024-04-19 09:20:57', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  460. INSERT INTO `sys_operation_log` VALUES (194, NULL, '2024-04-19 09:21:01', '2024-04-19 09:21:01', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  461. INSERT INTO `sys_operation_log` VALUES (195, NULL, '2024-04-19 09:21:48', '2024-04-19 09:21:48', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  462. INSERT INTO `sys_operation_log` VALUES (196, NULL, '2024-04-19 09:22:07', '2024-04-19 09:22:07', '42.48.27.39', 'POST', '/role/addRole', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"32123\",\"description\":\"123123\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":11,\"name\":\"32123\",\"description\":\"123123\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  463. INSERT INTO `sys_operation_log` VALUES (197, NULL, '2024-04-19 09:22:09', '2024-04-19 09:22:09', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  464. INSERT INTO `sys_operation_log` VALUES (198, NULL, '2024-04-19 09:29:59', '2024-04-19 09:29:59', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  465. INSERT INTO `sys_operation_log` VALUES (199, NULL, '2024-04-19 09:37:14', '2024-04-19 09:37:14', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  466. INSERT INTO `sys_operation_log` VALUES (200, NULL, '2024-04-19 09:37:17', '2024-04-19 09:37:17', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  467. INSERT INTO `sys_operation_log` VALUES (201, NULL, '2024-04-19 09:37:28', '2024-04-19 09:37:28', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  468. INSERT INTO `sys_operation_log` VALUES (202, NULL, '2024-04-19 09:37:56', '2024-04-19 09:37:56', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/user/getUserInfo,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  469. INSERT INTO `sys_operation_log` VALUES (203, NULL, '2024-04-19 09:38:00', '2024-04-19 09:38:00', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  470. INSERT INTO `sys_operation_log` VALUES (204, NULL, '2024-04-19 09:38:14', '2024-04-19 09:38:14', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  471. INSERT INTO `sys_operation_log` VALUES (205, NULL, '2024-04-19 09:38:20', '2024-04-19 09:38:20', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  472. INSERT INTO `sys_operation_log` VALUES (206, NULL, '2024-04-19 09:38:52', '2024-04-19 09:38:52', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  473. INSERT INTO `sys_operation_log` VALUES (207, NULL, '2024-04-19 09:38:55', '2024-04-19 09:38:55', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"},{\"path\":\"/role/getRoles\",\"method\":\"GET\"},{\"path\":\"/role/addRole\",\"method\":\"POST\"},{\"path\":\"/role/deleteRole\",\"method\":\"DELETE\"},{\"path\":\"/role/editRole\",\"method\":\"PUT\"},{\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  474. INSERT INTO `sys_operation_log` VALUES (208, NULL, '2024-04-19 09:39:04', '2024-04-19 09:39:04', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  475. INSERT INTO `sys_operation_log` VALUES (209, NULL, '2024-04-19 09:39:09', '2024-04-19 09:39:09', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"},{\"path\":\"/role/getRoles\",\"method\":\"GET\"},{\"path\":\"/role/addRole\",\"method\":\"POST\"},{\"path\":\"/role/deleteRole\",\"method\":\"DELETE\"},{\"path\":\"/role/editRole\",\"method\":\"PUT\"},{\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\"},{\"path\":\"/api/addApi\",\"method\":\"POST\"},{\"path\":\"/api/getApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApi\",\"method\":\"DELETE\"},{\"path\":\"/api/editApi\",\"method\":\"PUT\"},{\"path\":\"/api/getElTreeApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/opl/getOplList\",\"method\":\"GET\"},{\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\"},{\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  476. INSERT INTO `sys_operation_log` VALUES (210, NULL, '2024-04-19 09:39:12', '2024-04-19 09:39:12', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  477. INSERT INTO `sys_operation_log` VALUES (211, NULL, '2024-04-19 09:39:18', '2024-04-19 09:39:18', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  478. INSERT INTO `sys_operation_log` VALUES (212, NULL, '2024-04-19 09:39:21', '2024-04-19 09:39:21', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 13, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"},{\"path\":\"/role/getRoles\",\"method\":\"GET\"},{\"path\":\"/role/addRole\",\"method\":\"POST\"},{\"path\":\"/role/deleteRole\",\"method\":\"DELETE\"},{\"path\":\"/role/editRole\",\"method\":\"PUT\"},{\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"},{\"path\":\"/menu/addMenu\",\"method\":\"POST\"},{\"path\":\"/menu/editMenu\",\"method\":\"PUT\"},{\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\"},{\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\"},{\"path\":\"/api/addApi\",\"method\":\"POST\"},{\"path\":\"/api/getApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApi\",\"method\":\"DELETE\"},{\"path\":\"/api/editApi\",\"method\":\"PUT\"},{\"path\":\"/api/getElTreeApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/opl/getOplList\",\"method\":\"GET\"},{\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\"},{\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  479. INSERT INTO `sys_operation_log` VALUES (213, NULL, '2024-04-19 09:39:23', '2024-04-19 09:39:23', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  480. INSERT INTO `sys_operation_log` VALUES (214, NULL, '2024-04-19 09:39:26', '2024-04-19 09:39:26', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"4\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  481. INSERT INTO `sys_operation_log` VALUES (215, NULL, '2024-04-19 09:41:51', '2024-04-19 09:41:51', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  482. INSERT INTO `sys_operation_log` VALUES (216, NULL, '2024-04-19 09:41:54', '2024-04-19 09:41:54', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  483. INSERT INTO `sys_operation_log` VALUES (217, NULL, '2024-04-19 09:41:57', '2024-04-19 09:41:57', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  484. INSERT INTO `sys_operation_log` VALUES (218, NULL, '2024-04-19 09:43:38', '2024-04-19 09:43:38', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  485. INSERT INTO `sys_operation_log` VALUES (219, NULL, '2024-04-19 09:43:41', '2024-04-19 09:43:41', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  486. INSERT INTO `sys_operation_log` VALUES (220, NULL, '2024-04-20 01:44:41', '2024-04-20 01:44:41', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  487. INSERT INTO `sys_operation_log` VALUES (221, NULL, '2024-04-20 01:44:45', '2024-04-20 01:44:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  488. INSERT INTO `sys_operation_log` VALUES (222, NULL, '2024-04-20 01:44:47', '2024-04-20 01:44:47', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  489. INSERT INTO `sys_operation_log` VALUES (223, NULL, '2024-04-20 01:44:55', '2024-04-20 01:44:55', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  490. INSERT INTO `sys_operation_log` VALUES (224, NULL, '2024-04-20 01:45:06', '2024-04-20 01:45:06', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[]}', '{\"code\":500,\"data\":{},\"msg\":\"更新失败\"}', 1, 'admin');
  491. INSERT INTO `sys_operation_log` VALUES (225, NULL, '2024-04-20 01:45:15', '2024-04-20 01:45:15', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  492. INSERT INTO `sys_operation_log` VALUES (226, NULL, '2024-04-20 01:45:21', '2024-04-20 01:45:21', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  493. INSERT INTO `sys_operation_log` VALUES (227, NULL, '2024-04-20 01:45:25', '2024-04-20 01:45:25', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/user/getUserInfo,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  494. INSERT INTO `sys_operation_log` VALUES (228, NULL, '2024-04-20 01:45:28', '2024-04-20 01:45:28', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/user/getUserInfo,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  495. INSERT INTO `sys_operation_log` VALUES (229, NULL, '2024-04-20 01:45:36', '2024-04-20 01:45:36', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/user/getUserInfo,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  496. INSERT INTO `sys_operation_log` VALUES (230, NULL, '2024-04-20 01:45:40', '2024-04-20 01:45:40', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  497. INSERT INTO `sys_operation_log` VALUES (231, NULL, '2024-04-20 01:45:40', '2024-04-20 01:45:40', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  498. INSERT INTO `sys_operation_log` VALUES (232, NULL, '2024-04-20 01:45:59', '2024-04-20 01:45:59', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":11,\"name\":\"22222\",\"description\":\"33333\",\"status\":false,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  499. INSERT INTO `sys_operation_log` VALUES (233, NULL, '2024-04-20 01:46:02', '2024-04-20 01:46:02', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  500. INSERT INTO `sys_operation_log` VALUES (234, NULL, '2024-04-20 01:47:11', '2024-04-20 01:47:11', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  501. INSERT INTO `sys_operation_log` VALUES (235, NULL, '2024-04-20 01:49:07', '2024-04-20 01:49:07', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  502. INSERT INTO `sys_operation_log` VALUES (236, NULL, '2024-04-20 01:49:10', '2024-04-20 01:49:10', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  503. INSERT INTO `sys_operation_log` VALUES (237, NULL, '2024-04-20 01:50:44', '2024-04-20 01:50:44', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  504. INSERT INTO `sys_operation_log` VALUES (238, NULL, '2024-04-20 01:50:49', '2024-04-20 01:50:49', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  505. INSERT INTO `sys_operation_log` VALUES (239, NULL, '2024-04-20 01:51:34', '2024-04-20 01:51:34', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  506. INSERT INTO `sys_operation_log` VALUES (240, NULL, '2024-04-20 01:51:36', '2024-04-20 01:51:36', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[1,2,3,4,5]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  507. INSERT INTO `sys_operation_log` VALUES (241, NULL, '2024-04-20 01:52:32', '2024-04-20 01:52:32', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  508. INSERT INTO `sys_operation_log` VALUES (242, NULL, '2024-04-20 01:53:57', '2024-04-20 01:53:57', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  509. INSERT INTO `sys_operation_log` VALUES (243, NULL, '2024-04-20 01:54:00', '2024-04-20 01:54:00', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"ids\":[1,2,3,4,5]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  510. INSERT INTO `sys_operation_log` VALUES (244, NULL, '2024-04-20 01:56:11', '2024-04-20 01:56:11', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 8, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\",\n \"18\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  511. INSERT INTO `sys_operation_log` VALUES (245, NULL, '2024-04-20 01:56:46', '2024-04-20 01:56:46', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/user/getUserInfo,GET\",\"/user/getUsers,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  512. INSERT INTO `sys_operation_log` VALUES (246, NULL, '2024-04-20 01:56:49', '2024-04-20 01:56:49', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  513. INSERT INTO `sys_operation_log` VALUES (247, NULL, '2024-04-20 01:57:06', '2024-04-20 01:57:06', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 9, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\",\n \"18\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  514. INSERT INTO `sys_operation_log` VALUES (248, NULL, '2024-04-20 01:57:10', '2024-04-20 01:57:10', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  515. INSERT INTO `sys_operation_log` VALUES (249, NULL, '2024-04-20 01:57:12', '2024-04-20 01:57:12', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":11,\"menuIds\":[1,2,3,4,5]}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  516. INSERT INTO `sys_operation_log` VALUES (250, NULL, '2024-04-20 01:57:28', '2024-04-20 01:57:28', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  517. INSERT INTO `sys_operation_log` VALUES (251, NULL, '2024-04-20 01:57:31', '2024-04-20 01:57:31', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  518. INSERT INTO `sys_operation_log` VALUES (252, NULL, '2024-04-20 01:59:39', '2024-04-20 01:59:39', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  519. INSERT INTO `sys_operation_log` VALUES (253, NULL, '2024-04-20 01:59:43', '2024-04-20 01:59:43', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  520. INSERT INTO `sys_operation_log` VALUES (254, NULL, '2024-04-20 01:59:58', '2024-04-20 01:59:58', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  521. INSERT INTO `sys_operation_log` VALUES (255, NULL, '2024-04-20 02:00:03', '2024-04-20 02:00:03', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  522. INSERT INTO `sys_operation_log` VALUES (256, NULL, '2024-04-20 02:00:50', '2024-04-20 02:00:50', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  523. INSERT INTO `sys_operation_log` VALUES (257, NULL, '2024-04-20 02:01:09', '2024-04-20 02:01:09', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  524. INSERT INTO `sys_operation_log` VALUES (258, NULL, '2024-04-20 02:01:11', '2024-04-20 02:01:11', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  525. INSERT INTO `sys_operation_log` VALUES (259, NULL, '2024-04-20 02:01:27', '2024-04-20 02:01:27', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  526. INSERT INTO `sys_operation_log` VALUES (260, NULL, '2024-04-20 02:01:37', '2024-04-20 02:01:37', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  527. INSERT INTO `sys_operation_log` VALUES (261, NULL, '2024-04-20 02:02:26', '2024-04-20 02:02:26', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 10, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  528. INSERT INTO `sys_operation_log` VALUES (262, NULL, '2024-04-20 02:03:08', '2024-04-20 02:03:08', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  529. INSERT INTO `sys_operation_log` VALUES (263, NULL, '2024-04-20 02:03:10', '2024-04-20 02:03:10', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  530. INSERT INTO `sys_operation_log` VALUES (264, NULL, '2024-04-20 02:06:08', '2024-04-20 02:06:08', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  531. INSERT INTO `sys_operation_log` VALUES (265, NULL, '2024-04-20 02:06:11', '2024-04-20 02:06:11', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[1,2,3,4,5]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  532. INSERT INTO `sys_operation_log` VALUES (266, NULL, '2024-04-20 02:06:33', '2024-04-20 02:06:33', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  533. INSERT INTO `sys_operation_log` VALUES (267, NULL, '2024-04-20 02:06:35', '2024-04-20 02:06:35', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  534. INSERT INTO `sys_operation_log` VALUES (268, NULL, '2024-04-20 02:06:37', '2024-04-20 02:06:37', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5]},\"msg\":\"获取成功\"}', 1, 'admin');
  535. INSERT INTO `sys_operation_log` VALUES (269, NULL, '2024-04-20 02:06:42', '2024-04-20 02:06:42', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5]},\"msg\":\"获取成功\"}', 1, 'admin');
  536. INSERT INTO `sys_operation_log` VALUES (270, NULL, '2024-04-20 02:06:45', '2024-04-20 02:06:45', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"11\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  537. INSERT INTO `sys_operation_log` VALUES (271, NULL, '2024-04-20 08:17:48', '2024-04-20 08:17:48', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parent_id\":[0],\"name\":\"222222\",\"path\":\"222\",\"redirect\":\"22\",\"component\":\"222\",\"sort\":2,\"title\":\"222\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  538. INSERT INTO `sys_operation_log` VALUES (272, NULL, '2024-04-20 08:23:55', '2024-04-20 08:23:55', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  539. INSERT INTO `sys_operation_log` VALUES (273, NULL, '2024-04-20 08:29:34', '2024-04-20 08:29:34', '120.27.133.115', 'POST', '/menu/addMenu', 200, 3, 'Apifox/1.0.0 (https://apifox.com)', '{\"parent_id\":6,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  540. INSERT INTO `sys_operation_log` VALUES (274, NULL, '2024-04-20 08:29:41', '2024-04-20 08:29:41', '120.27.133.115', 'POST', '/menu/addMenu', 200, 3, 'Apifox/1.0.0 (https://apifox.com)', '{\"parent_id\":6,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  541. INSERT INTO `sys_operation_log` VALUES (275, NULL, '2024-04-20 08:29:47', '2024-04-20 08:29:47', '120.27.133.115', 'POST', '/menu/addMenu', 200, 3, 'Apifox/1.0.0 (https://apifox.com)', '{\"parent_id\":6,\"name\":\"菜单-2333\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败\"}', 1, 'admin');
  542. INSERT INTO `sys_operation_log` VALUES (276, NULL, '2024-04-20 08:29:56', '2024-04-20 08:29:56', '120.27.133.115', 'POST', '/menu/addMenu', 200, 6, 'Apifox/1.0.0 (https://apifox.com)', '{\"parent_id\":6,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  543. INSERT INTO `sys_operation_log` VALUES (277, NULL, '2024-04-20 08:30:19', '2024-04-20 08:30:19', '120.27.133.115', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":19,\"parentId\":0,\"name\":\"222222\",\"path\":\"222\",\"redirect\":\"22\",\"component\":\"222\",\"sort\":2,\"title\":\"222\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":24,\"parentId\":0,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  544. INSERT INTO `sys_operation_log` VALUES (278, NULL, '2024-04-20 08:30:51', '2024-04-20 08:30:51', '120.27.133.115', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":19,\"parentId\":0,\"name\":\"222222\",\"path\":\"222\",\"redirect\":\"22\",\"component\":\"222\",\"sort\":2,\"title\":\"222\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":24,\"parentId\":0,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  545. INSERT INTO `sys_operation_log` VALUES (279, NULL, '2024-04-20 08:33:32', '2024-04-20 08:33:32', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":19,\"parentId\":0,\"name\":\"222222\",\"path\":\"222\",\"redirect\":\"22\",\"component\":\"222\",\"sort\":2,\"title\":\"222\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":24,\"parentId\":0,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,13]},\"msg\":\"获取成功\"}', 1, 'admin');
  546. INSERT INTO `sys_operation_log` VALUES (280, NULL, '2024-04-20 08:33:36', '2024-04-20 08:33:36', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 14, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"20\",\"24\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  547. INSERT INTO `sys_operation_log` VALUES (281, NULL, '2024-04-20 08:47:32', '2024-04-20 08:47:32', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":1,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  548. INSERT INTO `sys_operation_log` VALUES (282, NULL, '2024-04-20 08:48:32', '2024-04-20 08:48:32', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":1,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  549. INSERT INTO `sys_operation_log` VALUES (283, NULL, '2024-04-20 08:49:50', '2024-04-20 08:49:50', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":7,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  550. INSERT INTO `sys_operation_log` VALUES (284, NULL, '2024-04-20 08:49:57', '2024-04-20 08:49:57', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":1,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  551. INSERT INTO `sys_operation_log` VALUES (285, NULL, '2024-04-20 08:51:08', '2024-04-20 08:51:08', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":6,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  552. INSERT INTO `sys_operation_log` VALUES (286, NULL, '2024-04-20 08:52:19', '2024-04-20 08:52:19', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":20,\"parentId\":0,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":1,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  553. INSERT INTO `sys_operation_log` VALUES (287, NULL, '2024-04-20 08:53:04', '2024-04-20 08:53:04', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":1,\"ID\":20}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  554. INSERT INTO `sys_operation_log` VALUES (288, NULL, '2024-04-20 08:56:37', '2024-04-20 08:56:37', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 5, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"name\": \"123123\",\n \"path\": \"23\",\n \"redirect\": \"1231\",\n \"component\": \"1231\",\n \"sort\": 2,\n \"title\": \"2312\",\n \"icon\": \"\",\n \"status\": true,\n \"defaultMenu\": false,\n \"parentId\": 1,\n \"ID\": 20\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  555. INSERT INTO `sys_operation_log` VALUES (289, NULL, '2024-04-20 08:57:37', '2024-04-20 08:57:37', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parent_id\":0,\"name\":\"2333\",\"path\":\"333\",\"redirect\":\"33\",\"component\":\"33\",\"sort\":1,\"title\":\"333\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  556. INSERT INTO `sys_operation_log` VALUES (290, NULL, '2024-04-20 08:57:50', '2024-04-20 08:57:50', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":20,\"parentId\":1,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":19,\"parentId\":0,\"name\":\"222222\",\"path\":\"222\",\"redirect\":\"22\",\"component\":\"222\",\"sort\":2,\"title\":\"222\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":24,\"parentId\":0,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false},{\"id\":25,\"parentId\":0,\"name\":\"2333\",\"path\":\"333\",\"redirect\":\"33\",\"component\":\"33\",\"sort\":1,\"title\":\"333\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,20,24]},\"msg\":\"获取成功\"}', 1, 'admin');
  557. INSERT INTO `sys_operation_log` VALUES (291, NULL, '2024-04-20 08:57:54', '2024-04-20 08:57:54', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"20\",\"4\",\"5\",\"6\",\"7\",\"8\",\"19\",\"24\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  558. INSERT INTO `sys_operation_log` VALUES (292, NULL, '2024-04-20 08:58:19', '2024-04-20 08:58:19', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"444\",\"path\":\"444\",\"redirect\":\"444\",\"component\":\"44\",\"sort\":2,\"title\":\"444\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"parent_id\":0,\"ID\":19}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  559. INSERT INTO `sys_operation_log` VALUES (293, NULL, '2024-04-20 09:02:37', '2024-04-20 09:02:37', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":19,\"parentId\":1,\"name\":\"444\",\"path\":\"444\",\"redirect\":\"444\",\"component\":\"44\",\"sort\":2,\"title\":\"444\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  560. INSERT INTO `sys_operation_log` VALUES (294, NULL, '2024-04-20 09:02:59', '2024-04-20 09:02:59', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":19,\"parentId\":1,\"name\":\"路由名称\",\"path\":\"路由路径\",\"redirect\":\"重定向\",\"component\":\"前端组件路径\",\"sort\":2,\"title\":\"展示名称\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  561. INSERT INTO `sys_operation_log` VALUES (295, NULL, '2024-04-20 09:03:25', '2024-04-20 09:03:25', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":19,\"parentId\":0,\"name\":\"路由名称\",\"path\":\"路由路径\",\"redirect\":\"重定向\",\"component\":\"前端组件路径\",\"sort\":2,\"title\":\"展示名称\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  562. INSERT INTO `sys_operation_log` VALUES (296, NULL, '2024-04-20 09:03:37', '2024-04-20 09:03:37', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":19,\"parentId\":19,\"name\":\"路由名称\",\"path\":\"路由路径\",\"redirect\":\"重定向\",\"component\":\"前端组件路径\",\"sort\":2,\"title\":\"展示名称\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  563. INSERT INTO `sys_operation_log` VALUES (297, NULL, '2024-04-20 09:03:58', '2024-04-20 09:03:58', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":24,\"parentId\":1,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  564. INSERT INTO `sys_operation_log` VALUES (298, NULL, '2024-04-20 09:05:13', '2024-04-20 09:05:13', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":20,\"parentId\":1,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":24,\"parentId\":1,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":25,\"parentId\":0,\"name\":\"2333\",\"path\":\"333\",\"redirect\":\"33\",\"component\":\"33\",\"sort\":1,\"title\":\"333\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,20,24]},\"msg\":\"获取成功\"}', 1, 'admin');
  565. INSERT INTO `sys_operation_log` VALUES (299, NULL, '2024-04-20 09:05:25', '2024-04-20 09:05:25', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  566. INSERT INTO `sys_operation_log` VALUES (300, NULL, '2024-04-20 09:05:36', '2024-04-20 09:05:36', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":20,\"parentId\":1,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":24,\"parentId\":1,\"name\":\"菜单-23331211\",\"path\":\"菜单-23333\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-233\",\"icon\":\"测试菜单-22222\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":25,\"parentId\":0,\"name\":\"2333\",\"path\":\"333\",\"redirect\":\"33\",\"component\":\"33\",\"sort\":1,\"title\":\"333\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":26,\"parentId\":0,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,20,24]},\"msg\":\"获取成功\"}', 1, 'admin');
  567. INSERT INTO `sys_operation_log` VALUES (301, NULL, '2024-04-20 09:05:39', '2024-04-20 09:05:39', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"20\",\"4\",\"24\",\"5\",\"6\",\"7\",\"8\",\"26\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  568. INSERT INTO `sys_operation_log` VALUES (302, NULL, '2024-04-20 09:05:48', '2024-04-20 09:05:48', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":26,\"parentId\":1,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  569. INSERT INTO `sys_operation_log` VALUES (303, NULL, '2024-04-20 09:05:58', '2024-04-20 09:05:58', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":26,\"parentId\":6,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  570. INSERT INTO `sys_operation_log` VALUES (304, NULL, '2024-04-20 09:06:05', '2024-04-20 09:06:05', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":26,\"parentId\":7,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  571. INSERT INTO `sys_operation_log` VALUES (305, NULL, '2024-04-20 09:06:17', '2024-04-20 09:06:17', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":26,\"parentId\":1,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  572. INSERT INTO `sys_operation_log` VALUES (306, NULL, '2024-04-20 09:09:13', '2024-04-20 09:09:13', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":26,\"parentId\":2,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  573. INSERT INTO `sys_operation_log` VALUES (307, NULL, '2024-04-20 09:09:22', '2024-04-20 09:09:22', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":26,\"parentId\":26,\"name\":\"test\",\"path\":\"test\",\"redirect\":\"test\",\"component\":\"test\",\"sort\":1,\"title\":\"test\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  574. INSERT INTO `sys_operation_log` VALUES (308, NULL, '2024-04-20 09:11:29', '2024-04-20 09:11:29', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":20,\"parentId\":6,\"name\":\"123123\",\"path\":\"23\",\"redirect\":\"1231\",\"component\":\"1231\",\"sort\":2,\"title\":\"2312\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  575. INSERT INTO `sys_operation_log` VALUES (309, NULL, '2024-04-20 09:12:07', '2024-04-20 09:12:07', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  576. INSERT INTO `sys_operation_log` VALUES (310, NULL, '2024-04-20 09:12:28', '2024-04-20 09:12:28', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  577. INSERT INTO `sys_operation_log` VALUES (311, NULL, '2024-04-20 09:12:42', '2024-04-20 09:12:42', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"20\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  578. INSERT INTO `sys_operation_log` VALUES (312, NULL, '2024-04-20 09:12:45', '2024-04-20 09:12:45', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"24\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  579. INSERT INTO `sys_operation_log` VALUES (313, NULL, '2024-04-20 09:12:57', '2024-04-20 09:12:57', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":25,\"parentId\":0,\"name\":\"2333\",\"path\":\"333\",\"redirect\":\"33\",\"component\":\"33\",\"sort\":1,\"title\":\"333\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8]},\"msg\":\"获取成功\"}', 1, 'admin');
  580. INSERT INTO `sys_operation_log` VALUES (314, NULL, '2024-04-20 09:13:01', '2024-04-20 09:13:01', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"18\",\"25\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  581. INSERT INTO `sys_operation_log` VALUES (315, NULL, '2024-04-20 09:13:06', '2024-04-20 09:13:06', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"25\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  582. INSERT INTO `sys_operation_log` VALUES (316, NULL, '2024-04-20 09:13:22', '2024-04-20 09:13:22', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"1123123\",\"path\":\"3123\",\"redirect\":\"2312\",\"component\":\"123123\",\"sort\":1,\"title\":\"1231\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  583. INSERT INTO `sys_operation_log` VALUES (317, NULL, '2024-04-20 09:13:31', '2024-04-20 09:13:31', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":27,\"parentId\":0,\"name\":\"1123123\",\"path\":\"3123\",\"redirect\":\"2312\",\"component\":\"123123\",\"sort\":1,\"title\":\"1231\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,18]},\"msg\":\"获取成功\"}', 1, 'admin');
  584. INSERT INTO `sys_operation_log` VALUES (318, NULL, '2024-04-20 09:13:33', '2024-04-20 09:13:33', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"18\",\"27\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  585. INSERT INTO `sys_operation_log` VALUES (319, NULL, '2024-04-20 09:13:46', '2024-04-20 09:13:46', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":27,\"parentId\":0,\"name\":\"00000000\",\"path\":\"000000000000\",\"redirect\":\"000000000\",\"component\":\"0000000000000\",\"sort\":1,\"title\":\"00000000000000\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  586. INSERT INTO `sys_operation_log` VALUES (320, NULL, '2024-04-20 09:13:50', '2024-04-20 09:13:50', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":27,\"parentId\":18,\"name\":\"00000000\",\"path\":\"000000000000\",\"redirect\":\"000000000\",\"component\":\"0000000000000\",\"sort\":1,\"title\":\"00000000000000\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  587. INSERT INTO `sys_operation_log` VALUES (321, NULL, '2024-04-20 09:13:53', '2024-04-20 09:13:53', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"27\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  588. INSERT INTO `sys_operation_log` VALUES (322, NULL, '2024-04-22 02:05:15', '2024-04-22 02:05:15', '42.48.27.39', 'POST', '/menu/addMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"111111\",\"path\":\"111\",\"redirect\":\"111\",\"component\":\"111\",\"sort\":1,\"title\":\"11\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  589. INSERT INTO `sys_operation_log` VALUES (323, NULL, '2024-04-22 02:05:26', '2024-04-22 02:05:26', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"111222\",\"path\":\"12\",\"redirect\":\"12\",\"component\":\"12\",\"sort\":1,\"title\":\"12\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  590. INSERT INTO `sys_operation_log` VALUES (324, NULL, '2024-04-22 02:05:34', '2024-04-22 02:05:34', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"111333\",\"path\":\"13\",\"redirect\":\"13\",\"component\":\"13\",\"sort\":1,\"title\":\"13\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  591. INSERT INTO `sys_operation_log` VALUES (325, NULL, '2024-04-22 02:05:42', '2024-04-22 02:05:42', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"111444\",\"path\":\"14\",\"redirect\":\"14\",\"component\":\"14\",\"sort\":1,\"title\":\"14\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  592. INSERT INTO `sys_operation_log` VALUES (326, NULL, '2024-04-22 02:05:45', '2024-04-22 02:05:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":28,\"parentId\":0,\"name\":\"111111\",\"path\":\"111\",\"redirect\":\"111\",\"component\":\"111\",\"sort\":1,\"title\":\"11\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":29,\"parentId\":0,\"name\":\"111222\",\"path\":\"12\",\"redirect\":\"12\",\"component\":\"12\",\"sort\":1,\"title\":\"12\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":30,\"parentId\":0,\"name\":\"111333\",\"path\":\"13\",\"redirect\":\"13\",\"component\":\"13\",\"sort\":1,\"title\":\"13\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":31,\"parentId\":0,\"name\":\"111444\",\"path\":\"14\",\"redirect\":\"14\",\"component\":\"14\",\"sort\":1,\"title\":\"14\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,18]},\"msg\":\"获取成功\"}', 1, 'admin');
  593. INSERT INTO `sys_operation_log` VALUES (327, NULL, '2024-04-22 02:05:51', '2024-04-22 02:05:51', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"18\",\"28\",\"29\",\"30\",\"31\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  594. INSERT INTO `sys_operation_log` VALUES (328, NULL, '2024-04-22 02:06:47', '2024-04-22 02:06:47', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":29,\"parentId\":28,\"name\":\"111222\",\"path\":\"12\",\"redirect\":\"12\",\"component\":\"12\",\"sort\":1,\"title\":\"12\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  595. INSERT INTO `sys_operation_log` VALUES (329, NULL, '2024-04-22 02:06:54', '2024-04-22 02:06:54', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":30,\"parentId\":28,\"name\":\"111333\",\"path\":\"13\",\"redirect\":\"13\",\"component\":\"13\",\"sort\":1,\"title\":\"13\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  596. INSERT INTO `sys_operation_log` VALUES (330, NULL, '2024-04-22 02:07:03', '2024-04-22 02:07:03', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":30,\"parentId\":29,\"name\":\"111333\",\"path\":\"13\",\"redirect\":\"13\",\"component\":\"13\",\"sort\":1,\"title\":\"13\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  597. INSERT INTO `sys_operation_log` VALUES (331, NULL, '2024-04-22 02:07:28', '2024-04-22 02:07:28', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":31,\"parentId\":30,\"name\":\"111444\",\"path\":\"14\",\"redirect\":\"14\",\"component\":\"14\",\"sort\":1,\"title\":\"14\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  598. INSERT INTO `sys_operation_log` VALUES (332, NULL, '2024-04-22 02:14:20', '2024-04-22 02:14:20', '113.247.230.250', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":28,\"parentId\":0,\"name\":\"111111\",\"path\":\"111\",\"redirect\":\"111\",\"component\":\"111\",\"sort\":1,\"title\":\"11\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":29,\"parentId\":28,\"name\":\"111222\",\"path\":\"12\",\"redirect\":\"12\",\"component\":\"12\",\"sort\":1,\"title\":\"12\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":30,\"parentId\":29,\"name\":\"111333\",\"path\":\"13\",\"redirect\":\"13\",\"component\":\"13\",\"sort\":1,\"title\":\"13\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":31,\"parentId\":30,\"name\":\"111444\",\"path\":\"14\",\"redirect\":\"14\",\"component\":\"14\",\"sort\":1,\"title\":\"14\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}]}]}],\"menuIds\":[2,3,4,5,6,8,18,31]},\"msg\":\"获取成功\"}', 1, 'admin');
  599. INSERT INTO `sys_operation_log` VALUES (333, NULL, '2024-04-22 02:14:37', '2024-04-22 02:14:37', '113.247.230.250', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  600. INSERT INTO `sys_operation_log` VALUES (334, NULL, '2024-04-22 07:15:28', '2024-04-22 07:15:28', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},{\"id\":28,\"parentId\":0,\"name\":\"111111\",\"path\":\"111\",\"redirect\":\"111\",\"component\":\"111\",\"sort\":1,\"title\":\"11\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":29,\"parentId\":28,\"name\":\"111222\",\"path\":\"12\",\"redirect\":\"12\",\"component\":\"12\",\"sort\":1,\"title\":\"12\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":30,\"parentId\":29,\"name\":\"111333\",\"path\":\"13\",\"redirect\":\"13\",\"component\":\"13\",\"sort\":1,\"title\":\"13\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":31,\"parentId\":30,\"name\":\"111444\",\"path\":\"14\",\"redirect\":\"14\",\"component\":\"14\",\"sort\":1,\"title\":\"14\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}]}]}],\"menuIds\":[2,3,4,5,6,8,18,31]},\"msg\":\"获取成功\"}', 1, 'admin');
  601. INSERT INTO `sys_operation_log` VALUES (335, NULL, '2024-04-22 07:15:36', '2024-04-22 07:15:36', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  602. INSERT INTO `sys_operation_log` VALUES (336, NULL, '2024-04-22 07:51:35', '2024-04-22 07:51:35', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"31\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  603. INSERT INTO `sys_operation_log` VALUES (337, NULL, '2024-04-22 07:51:37', '2024-04-22 07:51:37', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"30\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  604. INSERT INTO `sys_operation_log` VALUES (338, NULL, '2024-04-22 07:51:40', '2024-04-22 07:51:40', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"29\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  605. INSERT INTO `sys_operation_log` VALUES (339, NULL, '2024-04-22 07:51:42', '2024-04-22 07:51:42', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"28\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  606. INSERT INTO `sys_operation_log` VALUES (340, NULL, '2024-04-22 08:16:44', '2024-04-22 08:16:44', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  607. INSERT INTO `sys_operation_log` VALUES (341, NULL, '2024-04-22 08:16:52', '2024-04-22 08:16:52', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 17, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"11\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  608. INSERT INTO `sys_operation_log` VALUES (342, NULL, '2024-04-22 08:21:42', '2024-04-22 08:21:42', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  609. INSERT INTO `sys_operation_log` VALUES (343, NULL, '2024-04-22 08:21:45', '2024-04-22 08:21:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[7]},\"msg\":\"获取成功\"}', 1, 'admin');
  610. INSERT INTO `sys_operation_log` VALUES (344, NULL, '2024-04-22 08:24:06', '2024-04-22 08:24:06', '42.48.27.39', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  611. INSERT INTO `sys_operation_log` VALUES (345, NULL, '2024-04-22 08:24:41', '2024-04-22 08:24:41', '42.48.27.39', 'PUT', '/role/editRole', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"name\":\"pcm-develop\",\"description\":\"开发管理\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  612. INSERT INTO `sys_operation_log` VALUES (346, NULL, '2024-04-22 08:24:49', '2024-04-22 08:24:49', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"name\":\"pcm-dev\",\"description\":\"开发管理\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  613. INSERT INTO `sys_operation_log` VALUES (347, NULL, '2024-04-22 08:24:58', '2024-04-22 08:24:58', '42.48.27.39', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"name\":\"pcm-dev\",\"description\":\"开发角色\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  614. INSERT INTO `sys_operation_log` VALUES (348, NULL, '2024-04-22 08:25:07', '2024-04-22 08:25:07', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[7]},\"msg\":\"获取成功\"}', 1, 'admin');
  615. INSERT INTO `sys_operation_log` VALUES (349, NULL, '2024-04-22 08:25:16', '2024-04-22 08:25:16', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,18]},\"msg\":\"获取成功\"}', 1, 'admin');
  616. INSERT INTO `sys_operation_log` VALUES (350, NULL, '2024-04-22 08:25:19', '2024-04-22 08:25:19', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  617. INSERT INTO `sys_operation_log` VALUES (351, NULL, '2024-04-22 08:25:29', '2024-04-22 08:25:29', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":1,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"},{\"path\":\"/role/getRoles\",\"method\":\"GET\"},{\"path\":\"/role/addRole\",\"method\":\"POST\"},{\"path\":\"/role/deleteRole\",\"method\":\"DELETE\"},{\"path\":\"/role/editRole\",\"method\":\"PUT\"},{\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"},{\"path\":\"/menu/addMenu\",\"method\":\"POST\"},{\"path\":\"/menu/editMenu\",\"method\":\"PUT\"},{\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\"},{\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\"},{\"path\":\"/api/addApi\",\"method\":\"POST\"},{\"path\":\"/api/getApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApi\",\"method\":\"DELETE\"},{\"path\":\"/api/editApi\",\"method\":\"PUT\"},{\"path\":\"/api/getElTreeApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/opl/getOplList\",\"method\":\"GET\"},{\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\"},{\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\"},{\"path\":\"1111\",\"method\":\"POST\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  618. INSERT INTO `sys_operation_log` VALUES (352, NULL, '2024-04-22 08:25:50', '2024-04-22 08:25:50', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"Cenu\",\"path\":\"/cenu\",\"redirect\":\"/cenu/cenu1\",\"component\":\"Layout\",\"sort\":2,\"title\":\"多级菜单\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":7,\"parentId\":0,\"name\":\"菜单-1\",\"path\":\"菜单-1\",\"redirect\":\"/cenu/cenu1/cenu1-1\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":2,\"title\":\"菜单-1\",\"icon\":\"测试菜单\",\"status\":false,\"defaultMenu\":true,\"children\":[{\"id\":8,\"parentId\":7,\"name\":\"Cenu1-1\",\"path\":\"cenu1-1\",\"component\":\"cenu/cenu1/cenu1-1/index.vue\",\"sort\":1,\"title\":\"cenu1-1\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":18,\"parentId\":0,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6,8,18]},\"msg\":\"获取成功\"}', 1, 'admin');
  619. INSERT INTO `sys_operation_log` VALUES (353, NULL, '2024-04-22 08:26:03', '2024-04-22 08:26:03', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"18\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  620. INSERT INTO `sys_operation_log` VALUES (354, NULL, '2024-04-22 08:26:06', '2024-04-22 08:26:06', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"8\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  621. INSERT INTO `sys_operation_log` VALUES (355, NULL, '2024-04-22 08:26:09', '2024-04-22 08:26:09', '42.48.27.39', 'DELETE', '/menu/deleteMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"7\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  622. INSERT INTO `sys_operation_log` VALUES (356, NULL, '2024-04-22 08:29:12', '2024-04-22 08:29:12', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  623. INSERT INTO `sys_operation_log` VALUES (357, NULL, '2024-04-22 08:30:08', '2024-04-22 08:30:08', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  624. INSERT INTO `sys_operation_log` VALUES (358, NULL, '2024-04-22 08:32:01', '2024-04-22 08:32:01', '42.48.27.39', 'POST', '/menu/addMenu', 200, 15, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  625. INSERT INTO `sys_operation_log` VALUES (359, NULL, '2024-04-22 08:32:11', '2024-04-22 08:32:11', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  626. INSERT INTO `sys_operation_log` VALUES (360, NULL, '2024-04-22 08:32:34', '2024-04-22 08:32:34', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  627. INSERT INTO `sys_operation_log` VALUES (361, NULL, '2024-04-22 08:33:23', '2024-04-22 08:33:23', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  628. INSERT INTO `sys_operation_log` VALUES (362, NULL, '2024-04-22 08:33:27', '2024-04-22 08:33:27', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  629. INSERT INTO `sys_operation_log` VALUES (363, NULL, '2024-04-22 08:33:35', '2024-04-22 08:33:35', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\",\"1111,POST\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  630. INSERT INTO `sys_operation_log` VALUES (364, NULL, '2024-04-22 08:33:52', '2024-04-22 08:33:52', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  631. INSERT INTO `sys_operation_log` VALUES (365, NULL, '2024-04-22 08:35:25', '2024-04-22 08:35:25', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\",\"1111,POST\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  632. INSERT INTO `sys_operation_log` VALUES (366, NULL, '2024-04-22 08:36:09', '2024-04-22 08:36:09', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\",\"1111,POST\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  633. INSERT INTO `sys_operation_log` VALUES (367, NULL, '2024-04-22 08:36:23', '2024-04-22 08:36:23', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  634. INSERT INTO `sys_operation_log` VALUES (368, NULL, '2024-04-22 08:36:51', '2024-04-22 08:36:51', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  635. INSERT INTO `sys_operation_log` VALUES (369, NULL, '2024-04-22 08:40:43', '2024-04-22 08:40:43', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\",\"1111,POST\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  636. INSERT INTO `sys_operation_log` VALUES (370, NULL, '2024-04-22 08:41:00', '2024-04-22 08:41:00', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  637. INSERT INTO `sys_operation_log` VALUES (371, NULL, '2024-04-22 08:41:04', '2024-04-22 08:41:04', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,DELETE\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"DELETE\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,DELETE\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\",\"1111,POST\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  638. INSERT INTO `sys_operation_log` VALUES (372, NULL, '2024-04-22 08:41:52', '2024-04-22 08:41:52', '42.48.27.39', 'POST', '/role/addRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"pcm-testjh\",\"description\":\"jh专属\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":12,\"name\":\"pcm-testjh\",\"description\":\"jh专属\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  639. INSERT INTO `sys_operation_log` VALUES (373, NULL, '2024-04-22 08:42:23', '2024-04-22 08:42:23', '42.48.27.39', 'POST', '/user/addUser', 200, 84, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"jianghui\",\"password\":\"123456\",\"email\":\"111@qq.com\",\"status\":true,\"nickname\":\"jh\",\"phone\":\"15022222222\",\"roleId\":12}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  640. INSERT INTO `sys_operation_log` VALUES (374, NULL, '2024-04-22 08:42:34', '2024-04-22 08:42:34', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 6, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\",\n \"18\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  641. INSERT INTO `sys_operation_log` VALUES (375, NULL, '2024-04-22 08:42:36', '2024-04-22 08:42:36', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 7, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\",\n \"18\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  642. INSERT INTO `sys_operation_log` VALUES (376, NULL, '2024-04-22 08:42:37', '2024-04-22 08:42:37', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 6, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\",\n \"18\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  643. INSERT INTO `sys_operation_log` VALUES (377, NULL, '2024-04-22 08:44:07', '2024-04-22 08:44:07', '111.23.130.5', 'PUT', '/api/editApi', 200, 7, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', '{\"id\":16,\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"description\":\"编辑角色菜单\",\"apiGroup\":\"role\",\"method\":\"PUT\",\"ID\":16}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  644. INSERT INTO `sys_operation_log` VALUES (378, NULL, '2024-04-22 08:49:33', '2024-04-22 08:49:33', '42.48.27.39', 'POST', '/user/addUser', 200, 133, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"dev-jh\",\"password\":\"123456\",\"email\":\"11@163.com\",\"status\":true,\"nickname\":\"dev-jh\",\"phone\":\"15200000000\",\"roleId\":4}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  645. INSERT INTO `sys_operation_log` VALUES (379, NULL, '2024-04-22 08:49:48', '2024-04-22 08:49:48', '42.48.27.39', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"21\",\"username\":\"admin-jh\",\"nickname\":\"admin-jh\",\"phone\":\"15022222222\",\"email\":\"111@qq.com\",\"status\":true,\"roleId\":1}', '{\"code\":200,\"data\":{\"createTime\":\"2024-02-06T10:00:12Z\",\"id\":\"21\",\"username\":\"admin-jh\",\"nickname\":\"\",\"phone\":\"15022222222\",\"email\":\"111@qq.com\",\"status\":true,\"roleId\":\"1\",\"roleName\":\"admin\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  646. INSERT INTO `sys_operation_log` VALUES (380, NULL, '2024-04-22 08:50:11', '2024-04-22 08:50:11', '42.48.27.39', 'POST', '/user/addUser', 200, 134, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"test-jh\",\"password\":\"123456\",\"email\":\"11@163.com\",\"status\":true,\"nickname\":\"test-jh\",\"phone\":\"15200000000\",\"roleId\":3}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  647. INSERT INTO `sys_operation_log` VALUES (381, NULL, '2024-04-22 08:50:22', '2024-04-22 08:50:22', '42.48.27.39', 'DELETE', '/role/deleteRole', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"12\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  648. INSERT INTO `sys_operation_log` VALUES (382, NULL, '2024-04-22 08:50:48', '2024-04-22 08:50:48', '42.48.27.39', 'POST', '/role/addRole', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"admin-jh\",\"description\":\"jh的管理员角色\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":13,\"name\":\"admin-jh\",\"description\":\"jh的管理员角色\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  649. INSERT INTO `sys_operation_log` VALUES (383, NULL, '2024-04-22 08:51:03', '2024-04-22 08:51:03', '42.48.27.39', 'POST', '/role/addRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"test-jh\",\"description\":\"jh的测试角色\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":14,\"name\":\"test-jh\",\"description\":\"jh的测试角色\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  650. INSERT INTO `sys_operation_log` VALUES (384, NULL, '2024-04-22 08:51:14', '2024-04-22 08:51:14', '42.48.27.39', 'POST', '/role/addRole', 200, 12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"dev-jh\",\"description\":\"jh的测试角色\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":15,\"name\":\"dev-jh\",\"description\":\"jh的测试角色\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  651. INSERT INTO `sys_operation_log` VALUES (385, NULL, '2024-04-22 08:51:25', '2024-04-22 08:51:25', '42.48.27.39', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"21\",\"username\":\"admin-jh\",\"nickname\":\"admin-jh\",\"phone\":\"15022222222\",\"email\":\"111@qq.com\",\"status\":true,\"roleId\":13}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-22T08:50:48Z\",\"id\":\"21\",\"username\":\"admin-jh\",\"nickname\":\"\",\"phone\":\"15022222222\",\"email\":\"111@qq.com\",\"status\":true,\"roleId\":\"13\",\"roleName\":\"admin-jh\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  652. INSERT INTO `sys_operation_log` VALUES (386, NULL, '2024-04-22 08:51:31', '2024-04-22 08:51:31', '42.48.27.39', 'PUT', '/user/editUser', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"22\",\"username\":\"dev-jh\",\"nickname\":\"dev-jh\",\"phone\":\"15200000000\",\"email\":\"11@163.com\",\"status\":true,\"roleId\":15}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-22T08:51:14Z\",\"id\":\"22\",\"username\":\"dev-jh\",\"nickname\":\"\",\"phone\":\"15200000000\",\"email\":\"11@163.com\",\"status\":true,\"roleId\":\"15\",\"roleName\":\"dev-jh\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  653. INSERT INTO `sys_operation_log` VALUES (387, NULL, '2024-04-22 08:57:03', '2024-04-22 08:57:03', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 7, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"3\",\n \"menuIds\": [\n \"7\",\n \"18\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  654. INSERT INTO `sys_operation_log` VALUES (388, NULL, '2024-04-22 08:57:53', '2024-04-22 08:57:53', '111.23.130.5', 'PUT', '/api/editApi', 200, 6, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', '{\"id\":54,\"name\":\"111111111111111\",\"path\":\"1111\",\"description\":\"111111111111111\",\"apiGroup\":\"222222\",\"method\":\"POST\",\"ID\":54}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  655. INSERT INTO `sys_operation_log` VALUES (389, NULL, '2024-04-22 09:11:01', '2024-04-22 09:11:01', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  656. INSERT INTO `sys_operation_log` VALUES (390, NULL, '2024-04-22 09:11:03', '2024-04-22 09:11:03', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"15\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  657. INSERT INTO `sys_operation_log` VALUES (391, NULL, '2024-04-22 09:11:05', '2024-04-22 09:11:05', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5]},\"msg\":\"获取成功\"}', 1, 'admin');
  658. INSERT INTO `sys_operation_log` VALUES (392, NULL, '2024-04-22 09:11:08', '2024-04-22 09:11:08', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"15\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"32\",\"33\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  659. INSERT INTO `sys_operation_log` VALUES (393, NULL, '2024-04-22 09:11:09', '2024-04-22 09:11:09', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  660. INSERT INTO `sys_operation_log` VALUES (394, NULL, '2024-04-22 09:11:11', '2024-04-22 09:11:11', '111.23.130.5', 'PUT', '/api/editApi', 200, 7, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', '{\"id\":54,\"name\":\"111111111111111\",\"path\":\"1111\",\"description\":\"111111111111111\",\"apiGroup\":\"222222\",\"method\":\"POST\",\"ID\":54}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  661. INSERT INTO `sys_operation_log` VALUES (395, NULL, '2024-04-22 09:11:12', '2024-04-22 09:11:12', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":15,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  662. INSERT INTO `sys_operation_log` VALUES (396, NULL, '2024-04-22 09:12:46', '2024-04-22 09:12:46', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  663. INSERT INTO `sys_operation_log` VALUES (398, NULL, '2024-04-22 09:12:50', '2024-04-22 09:12:50', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"32\",\"33\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  664. INSERT INTO `sys_operation_log` VALUES (399, NULL, '2024-04-22 09:12:51', '2024-04-22 09:12:51', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]},{\"apiGroup\":\"222222\",\"children\":[{\"key\":\"1111,POST\",\"apiGroup\":\" -\\u003e 111111111111111\",\"name\":\"\",\"path\":\"1111\",\"method\":\"POST\",\"description\":\"111111111111111\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  665. INSERT INTO `sys_operation_log` VALUES (402, NULL, '2024-04-22 09:13:39', '2024-04-22 09:13:39', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":54}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  666. INSERT INTO `sys_operation_log` VALUES (404, NULL, '2024-04-22 09:14:57', '2024-04-22 09:14:57', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"397\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  667. INSERT INTO `sys_operation_log` VALUES (405, NULL, '2024-04-22 09:15:45', '2024-04-22 09:15:45', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"400\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  668. INSERT INTO `sys_operation_log` VALUES (406, NULL, '2024-04-22 09:15:47', '2024-04-22 09:15:47', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"401\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  669. INSERT INTO `sys_operation_log` VALUES (407, NULL, '2024-04-22 09:15:50', '2024-04-22 09:15:50', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"403\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  670. INSERT INTO `sys_operation_log` VALUES (408, NULL, '2024-04-22 09:16:04', '2024-04-22 09:16:04', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"54\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  671. INSERT INTO `sys_operation_log` VALUES (409, NULL, '2024-04-22 09:16:48', '2024-04-22 09:16:48', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  672. INSERT INTO `sys_operation_log` VALUES (410, NULL, '2024-04-22 09:17:35', '2024-04-22 09:17:35', '42.48.27.39', 'POST', '/api/addApi', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"234234\",\"path\":\"234234234\",\"description\":\"234234\",\"apiGroup\":\"234\",\"method\":\"POST\"}', '{\"code\":200,\"data\":{\"id\":55,\"name\":\"234234\",\"path\":\"234234234\",\"description\":\"234234\",\"apiGroup\":\"234\",\"method\":\"POST\"},\"msg\":\"添加成功\"}', 1, 'admin');
  673. INSERT INTO `sys_operation_log` VALUES (411, NULL, '2024-04-22 09:17:41', '2024-04-22 09:17:41', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  674. INSERT INTO `sys_operation_log` VALUES (412, NULL, '2024-04-22 09:18:39', '2024-04-22 09:18:39', '42.48.27.39', 'POST', '/api/addApi', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"asdf\",\"path\":\"sdfasd\",\"description\":\"asdf\",\"apiGroup\":\"asdf\",\"method\":\"PUT\"}', '{\"code\":200,\"data\":{\"id\":56,\"name\":\"asdf\",\"path\":\"sdfasd\",\"description\":\"asdf\",\"apiGroup\":\"asdf\",\"method\":\"PUT\"},\"msg\":\"添加成功\"}', 1, 'admin');
  675. INSERT INTO `sys_operation_log` VALUES (413, NULL, '2024-04-22 09:18:48', '2024-04-22 09:18:48', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"56\"}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  676. INSERT INTO `sys_operation_log` VALUES (414, NULL, '2024-04-22 09:19:02', '2024-04-22 09:19:02', '42.48.27.39', 'DELETE', '/api/deleteApi', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  677. INSERT INTO `sys_operation_log` VALUES (415, NULL, '2024-04-22 17:24:51', '2024-04-22 17:24:51', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', '{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  678. INSERT INTO `sys_operation_log` VALUES (416, NULL, '2024-04-23 09:15:58', '2024-04-23 09:15:58', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33]},\"msg\":\"获取成功\"}', 1, 'admin');
  679. INSERT INTO `sys_operation_log` VALUES (418, NULL, '2024-04-23 09:16:04', '2024-04-23 09:16:04', '42.48.27.39', 'PUT', '/casbin/editCasbin', 200, 15, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":13,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"},{\"path\":\"/role/getRoles\",\"method\":\"GET\"},{\"path\":\"/role/addRole\",\"method\":\"POST\"},{\"path\":\"/role/deleteRole\",\"method\":\"DELETE\"},{\"path\":\"/role/editRole\",\"method\":\"PUT\"},{\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"},{\"path\":\"/menu/addMenu\",\"method\":\"POST\"},{\"path\":\"/menu/editMenu\",\"method\":\"PUT\"},{\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\"},{\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\"},{\"path\":\"/api/addApi\",\"method\":\"POST\"},{\"path\":\"/api/getApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApi\",\"method\":\"DELETE\"},{\"path\":\"/api/editApi\",\"method\":\"PUT\"},{\"path\":\"/api/getElTreeApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/opl/getOplList\",\"method\":\"GET\"},{\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\"},{\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  680. INSERT INTO `sys_operation_log` VALUES (419, NULL, '2024-04-23 09:16:46', '2024-04-23 09:16:46', '42.48.27.39', 'DELETE', '/opl/deleteOpl', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"417\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 21, 'admin-jh');
  681. INSERT INTO `sys_operation_log` VALUES (420, NULL, '2024-04-23 16:43:55', '2024-04-23 16:43:55', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/monitorSelectBk\",\"redirect\":\"\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  682. INSERT INTO `sys_operation_log` VALUES (421, NULL, '2024-04-23 16:44:53', '2024-04-23 16:44:53', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":6,\"parentId\":0,\"name\":\"\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"\",\"component\":\"/views/container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  683. INSERT INTO `sys_operation_log` VALUES (422, NULL, '2024-04-23 16:45:13', '2024-04-23 16:45:13', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,6]},\"msg\":\"获取成功\"}', 1, 'admin');
  684. INSERT INTO `sys_operation_log` VALUES (423, NULL, '2024-04-23 16:45:17', '2024-04-23 16:45:17', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"32\",\"33\",\"34\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  685. INSERT INTO `sys_operation_log` VALUES (424, NULL, '2024-04-23 16:46:57', '2024-04-23 16:46:57', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk1\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  686. INSERT INTO `sys_operation_log` VALUES (425, NULL, '2024-04-23 16:47:01', '2024-04-23 16:47:01', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  687. INSERT INTO `sys_operation_log` VALUES (426, NULL, '2024-04-23 17:04:44', '2024-04-23 17:04:44', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/clusterSelect\",\"redirect\":\"\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  688. INSERT INTO `sys_operation_log` VALUES (427, NULL, '2024-04-23 17:08:00', '2024-04-23 17:08:00', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":35,\"parentId\":0,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,34]},\"msg\":\"获取成功\"}', 1, 'admin');
  689. INSERT INTO `sys_operation_log` VALUES (428, NULL, '2024-04-23 17:08:02', '2024-04-23 17:08:02', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"32\",\"33\",\"34\",\"35\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  690. INSERT INTO `sys_operation_log` VALUES (429, NULL, '2024-04-23 17:08:18', '2024-04-23 17:08:18', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  691. INSERT INTO `sys_operation_log` VALUES (430, NULL, '2024-04-23 17:10:57', '2024-04-23 17:10:57', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/hpc/hpcOverview\",\"redirect\":\"\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  692. INSERT INTO `sys_operation_log` VALUES (431, NULL, '2024-04-23 17:11:58', '2024-04-23 17:11:58', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/modelarts/overview\",\"redirect\":\"\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  693. INSERT INTO `sys_operation_log` VALUES (432, NULL, '2024-04-23 17:12:04', '2024-04-23 17:12:04', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"Authority\",\"path\":\"/authority\",\"redirect\":\"/authority/user\",\"component\":\"Layout\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"user\",\"component\":\"authority/user/index.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"role\",\"component\":\"authority/role/index.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menu\",\"component\":\"authority/menu/index.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"api\",\"component\":\"authority/api/index.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":36,\"parentId\":0,\"path\":\"/hpc/hpcOverview\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35]},\"msg\":\"获取成功\"}', 1, 'admin');
  694. INSERT INTO `sys_operation_log` VALUES (433, NULL, '2024-04-23 17:12:07', '2024-04-23 17:12:07', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  695. INSERT INTO `sys_operation_log` VALUES (434, NULL, '2024-04-23 17:13:52', '2024-04-23 17:13:52', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"/cluster/:clusterName/clusterOverview\",\"redirect\":\"\",\"component\":\"/cluster/overview\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  696. INSERT INTO `sys_operation_log` VALUES (435, NULL, '2024-04-23 17:23:20', '2024-04-23 17:23:20', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  697. INSERT INTO `sys_operation_log` VALUES (436, NULL, '2024-04-23 17:23:44', '2024-04-23 17:23:44', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  698. INSERT INTO `sys_operation_log` VALUES (437, NULL, '2024-04-23 17:26:27', '2024-04-23 17:26:27', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  699. INSERT INTO `sys_operation_log` VALUES (438, NULL, '2024-04-23 17:26:54', '2024-04-23 17:26:54', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":5,\"parentId\":1,\"name\":\"Api\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  700. INSERT INTO `sys_operation_log` VALUES (439, NULL, '2024-04-23 17:26:59', '2024-04-23 17:26:59', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  701. INSERT INTO `sys_operation_log` VALUES (440, NULL, '2024-04-23 17:27:52', '2024-04-23 17:27:52', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"oplList\",\"redirect\":\"\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":1,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  702. INSERT INTO `sys_operation_log` VALUES (441, NULL, '2024-04-23 17:28:26', '2024-04-23 17:28:26', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  703. INSERT INTO `sys_operation_log` VALUES (442, NULL, '2024-04-23 17:29:13', '2024-04-23 17:29:13', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  704. INSERT INTO `sys_operation_log` VALUES (443, NULL, '2024-04-23 17:29:17', '2024-04-23 17:29:17', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":36,\"parentId\":0,\"path\":\"/hpc/hpcOverview\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":0,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":1,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35,36,37]},\"msg\":\"获取成功\"}', 1, 'admin');
  705. INSERT INTO `sys_operation_log` VALUES (444, NULL, '2024-04-23 17:29:19', '2024-04-23 17:29:19', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  706. INSERT INTO `sys_operation_log` VALUES (445, NULL, '2024-04-23 17:29:31', '2024-04-23 17:29:31', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":1,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  707. INSERT INTO `sys_operation_log` VALUES (446, NULL, '2024-04-23 17:29:43', '2024-04-23 17:29:43', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  708. INSERT INTO `sys_operation_log` VALUES (447, NULL, '2024-04-23 17:32:56', '2024-04-23 17:32:56', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/taskManagement\",\"redirect\":\"taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  709. INSERT INTO `sys_operation_log` VALUES (448, NULL, '2024-04-23 17:33:42', '2024-04-23 17:33:42', '42.48.27.39', 'POST', '/menu/addMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"taskList\",\"redirect\":\"\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  710. INSERT INTO `sys_operation_log` VALUES (449, NULL, '2024-04-23 17:33:45', '2024-04-23 17:33:45', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":36,\"parentId\":0,\"path\":\"/hpc/hpcOverview\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":40,\"parentId\":0,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35,36,37,38]},\"msg\":\"获取成功\"}', 1, 'admin');
  711. INSERT INTO `sys_operation_log` VALUES (450, NULL, '2024-04-23 17:33:49', '2024-04-23 17:33:49', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"39\",\"40\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  712. INSERT INTO `sys_operation_log` VALUES (451, NULL, '2024-04-23 17:34:02', '2024-04-23 17:34:02', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  713. INSERT INTO `sys_operation_log` VALUES (452, NULL, '2024-04-23 17:35:01', '2024-04-23 17:35:01', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  714. INSERT INTO `sys_operation_log` VALUES (453, NULL, '2024-04-23 17:39:38', '2024-04-23 17:39:38', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":36,\"parentId\":0,\"path\":\"/hpc/hpcOverview\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,33,35,36,37,38,40]},\"msg\":\"获取成功\"}', 1, 'admin');
  715. INSERT INTO `sys_operation_log` VALUES (454, NULL, '2024-04-23 17:40:26', '2024-04-23 17:40:26', '42.48.27.39', 'POST', '/menu/addMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  716. INSERT INTO `sys_operation_log` VALUES (455, NULL, '2024-04-23 17:40:57', '2024-04-23 17:40:57', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"schedulingStrategy\",\"redirect\":\"\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  717. INSERT INTO `sys_operation_log` VALUES (456, NULL, '2024-04-23 17:41:34', '2024-04-23 17:41:34', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/strategyManagement/warnStrategy\",\"redirect\":\"\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  718. INSERT INTO `sys_operation_log` VALUES (457, NULL, '2024-04-23 17:41:39', '2024-04-23 17:41:39', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":36,\"parentId\":0,\"path\":\"/hpc/hpcOverview\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":42,\"parentId\":0,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":0,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35,36,37,38,40]},\"msg\":\"获取成功\"}', 1, 'admin');
  719. INSERT INTO `sys_operation_log` VALUES (458, NULL, '2024-04-23 17:41:43', '2024-04-23 17:41:43', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"39\",\"40\",\"41\",\"42\",\"43\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  720. INSERT INTO `sys_operation_log` VALUES (459, NULL, '2024-04-23 17:41:54', '2024-04-23 17:41:54', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  721. INSERT INTO `sys_operation_log` VALUES (460, NULL, '2024-04-23 17:41:55', '2024-04-23 17:41:55', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":42,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  722. INSERT INTO `sys_operation_log` VALUES (461, NULL, '2024-04-23 17:42:27', '2024-04-23 17:42:27', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  723. INSERT INTO `sys_operation_log` VALUES (462, NULL, '2024-04-23 17:42:33', '2024-04-23 17:42:33', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  724. INSERT INTO `sys_operation_log` VALUES (463, NULL, '2024-04-23 17:43:39', '2024-04-23 17:43:39', '42.48.27.39', 'POST', '/menu/addMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  725. INSERT INTO `sys_operation_log` VALUES (464, NULL, '2024-04-23 17:43:43', '2024-04-23 17:43:43', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":36,\"parentId\":0,\"path\":\"/hpc/hpcOverview\",\"component\":\"/views/hpcOverview/index.vue\",\"sort\":1,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35,36,37,38,40,42,43]},\"msg\":\"获取成功\"}', 1, 'admin');
  726. INSERT INTO `sys_operation_log` VALUES (465, NULL, '2024-04-23 17:43:46', '2024-04-23 17:43:46', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  727. INSERT INTO `sys_operation_log` VALUES (466, NULL, '2024-04-23 17:44:23', '2024-04-23 17:44:23', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":5,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  728. INSERT INTO `sys_operation_log` VALUES (467, NULL, '2024-04-23 17:44:35', '2024-04-23 17:44:35', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  729. INSERT INTO `sys_operation_log` VALUES (468, NULL, '2024-04-23 17:45:21', '2024-04-23 17:45:21', '42.48.27.39', 'POST', '/menu/addMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  730. INSERT INTO `sys_operation_log` VALUES (469, NULL, '2024-04-23 17:45:35', '2024-04-23 17:45:35', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":37,\"parentId\":0,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35,36,37,38,40,42,43]},\"msg\":\"获取成功\"}', 1, 'admin');
  731. INSERT INTO `sys_operation_log` VALUES (470, NULL, '2024-04-23 17:45:38', '2024-04-23 17:45:38', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"34\",\"35\",\"37\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  732. INSERT INTO `sys_operation_log` VALUES (471, NULL, '2024-04-23 17:45:48', '2024-04-23 17:45:48', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  733. INSERT INTO `sys_operation_log` VALUES (472, NULL, '2024-04-23 17:47:04', '2024-04-23 17:47:04', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"redirect\":\"\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  734. INSERT INTO `sys_operation_log` VALUES (473, NULL, '2024-04-23 17:47:07', '2024-04-23 17:47:07', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"authority/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/view/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/views/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/views/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":46,\"parentId\":0,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33,35,36,37,38,40,42,43]},\"msg\":\"获取成功\"}', 1, 'admin');
  735. INSERT INTO `sys_operation_log` VALUES (474, NULL, '2024-04-23 17:47:09', '2024-04-23 17:47:09', '42.48.27.39', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"46\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  736. INSERT INTO `sys_operation_log` VALUES (475, NULL, '2024-04-23 17:47:47', '2024-04-23 17:47:47', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  737. INSERT INTO `sys_operation_log` VALUES (476, NULL, '2024-04-23 17:49:09', '2024-04-23 17:49:09', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  738. INSERT INTO `sys_operation_log` VALUES (477, NULL, '2024-04-23 17:49:37', '2024-04-23 17:49:37', '42.48.27.39', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"warnList\",\"redirect\":\"\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  739. INSERT INTO `sys_operation_log` VALUES (478, NULL, '2024-04-24 08:50:37', '2024-04-24 08:50:37', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  740. INSERT INTO `sys_operation_log` VALUES (479, NULL, '2024-04-24 08:50:45', '2024-04-24 08:50:45', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/views/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  741. INSERT INTO `sys_operation_log` VALUES (480, NULL, '2024-04-24 08:50:49', '2024-04-24 08:50:49', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  742. INSERT INTO `sys_operation_log` VALUES (481, NULL, '2024-04-24 08:50:57', '2024-04-24 08:50:57', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  743. INSERT INTO `sys_operation_log` VALUES (482, NULL, '2024-04-24 08:51:09', '2024-04-24 08:51:09', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  744. INSERT INTO `sys_operation_log` VALUES (483, NULL, '2024-04-24 08:51:15', '2024-04-24 08:51:15', '42.48.27.39', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  745. INSERT INTO `sys_operation_log` VALUES (484, NULL, '2024-04-24 08:55:31', '2024-04-24 08:55:31', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  746. INSERT INTO `sys_operation_log` VALUES (485, NULL, '2024-04-24 08:55:57', '2024-04-24 08:55:57', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":48,\"parentId\":0,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  747. INSERT INTO `sys_operation_log` VALUES (486, NULL, '2024-04-24 08:56:00', '2024-04-24 08:56:00', '42.48.27.39', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  748. INSERT INTO `sys_operation_log` VALUES (487, NULL, '2024-04-24 09:30:02', '2024-04-24 09:30:02', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":48,\"parentId\":0,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46]},\"msg\":\"获取成功\"}', 21, 'admin-jh');
  749. INSERT INTO `sys_operation_log` VALUES (488, NULL, '2024-04-24 09:37:08', '2024-04-24 09:37:08', '42.48.27.39', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":48,\"parentId\":0,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33]},\"msg\":\"获取成功\"}', 21, 'admin-jh');
  750. INSERT INTO `sys_operation_log` VALUES (489, NULL, '2024-04-24 11:06:22', '2024-04-24 11:06:22', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"authManagement\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  751. INSERT INTO `sys_operation_log` VALUES (490, NULL, '2024-04-24 11:07:19', '2024-04-24 11:07:19', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  752. INSERT INTO `sys_operation_log` VALUES (491, NULL, '2024-04-24 11:10:34', '2024-04-24 11:10:34', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  753. INSERT INTO `sys_operation_log` VALUES (492, NULL, '2024-04-24 11:24:53', '2024-04-24 11:24:53', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":48,\"parentId\":0,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,33]},\"msg\":\"获取成功\"}', 21, 'admin-jh');
  754. INSERT INTO `sys_operation_log` VALUES (493, NULL, '2024-04-24 11:24:56', '2024-04-24 11:24:56', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"6\",\"32\",\"33\",\"46\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 21, 'admin-jh');
  755. INSERT INTO `sys_operation_log` VALUES (494, NULL, '2024-04-24 11:27:08', '2024-04-24 11:27:08', '113.247.230.247', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/user/getUsers,GET\",\"/user/deleteUser,DELETE\",\"/user/addUser,POST\",\"/user/editUser,PUT\",\"/user/modifyPass,PUT\",\"/user/switchStatus,PUT\",\"/role/getRoles,GET\",\"/role/addRole,POST\",\"/role/deleteRole,DELETE\",\"/role/editRole,PUT\",\"/role/editRoleMenu,PUT\",\"/menu/getMenus,GET\",\"/menu/addMenu,POST\",\"/menu/editMenu,PUT\",\"/menu/deleteMenu,DELETE\",\"/menu/getElTreeMenus,GET\",\"/api/addApi,POST\",\"/api/getApis,GET\",\"/api/deleteApi,DELETE\",\"/api/editApi,PUT\",\"/api/getElTreeApis,GET\",\"/api/deleteApisByIds,DELETE\",\"/opl/getOplList,GET\",\"/opl/deleteOpl,DELETE\",\"/opl/deleteOplByIds,DELETE\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  756. INSERT INTO `sys_operation_log` VALUES (495, NULL, '2024-04-24 11:27:18', '2024-04-24 11:27:18', '113.247.230.247', 'PUT', '/casbin/editCasbin', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":13,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  757. INSERT INTO `sys_operation_log` VALUES (496, NULL, '2024-04-24 11:27:40', '2024-04-24 11:27:40', '113.247.230.247', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  758. INSERT INTO `sys_operation_log` VALUES (497, NULL, '2024-04-24 11:27:54', '2024-04-24 11:27:54', '113.247.230.247', 'PUT', '/casbin/editCasbin', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":13,\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/addUser\",\"method\":\"POST\"},{\"path\":\"/user/editUser\",\"method\":\"PUT\"},{\"path\":\"/user/modifyPass\",\"method\":\"PUT\"},{\"path\":\"/user/switchStatus\",\"method\":\"PUT\"},{\"path\":\"/role/getRoles\",\"method\":\"GET\"},{\"path\":\"/role/addRole\",\"method\":\"POST\"},{\"path\":\"/role/deleteRole\",\"method\":\"DELETE\"},{\"path\":\"/role/editRole\",\"method\":\"PUT\"},{\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"},{\"path\":\"/menu/addMenu\",\"method\":\"POST\"},{\"path\":\"/menu/editMenu\",\"method\":\"PUT\"},{\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\"},{\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\"},{\"path\":\"/api/addApi\",\"method\":\"POST\"},{\"path\":\"/api/getApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApi\",\"method\":\"DELETE\"},{\"path\":\"/api/editApi\",\"method\":\"PUT\"},{\"path\":\"/api/getElTreeApis\",\"method\":\"GET\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/opl/getOplList\",\"method\":\"GET\"},{\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\"},{\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  759. INSERT INTO `sys_operation_log` VALUES (498, NULL, '2024-04-24 11:28:13', '2024-04-24 11:28:13', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":48,\"parentId\":0,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[32,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  760. INSERT INTO `sys_operation_log` VALUES (499, NULL, '2024-04-24 11:28:19', '2024-04-24 11:28:19', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"1\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  761. INSERT INTO `sys_operation_log` VALUES (500, NULL, '2024-04-24 15:24:36', '2024-04-24 15:24:36', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":48,\"parentId\":0,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  762. INSERT INTO `sys_operation_log` VALUES (501, NULL, '2024-04-24 15:24:39', '2024-04-24 15:24:39', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  763. INSERT INTO `sys_operation_log` VALUES (502, NULL, '2024-04-24 15:25:16', '2024-04-24 15:25:16', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  764. INSERT INTO `sys_operation_log` VALUES (503, NULL, '2024-04-24 15:25:32', '2024-04-24 15:25:32', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  765. INSERT INTO `sys_operation_log` VALUES (504, NULL, '2024-04-24 15:25:52', '2024-04-24 15:25:52', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"47\",\"48\",\"1\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  766. INSERT INTO `sys_operation_log` VALUES (505, NULL, '2024-04-24 15:27:33', '2024-04-24 15:27:33', '113.247.230.247', 'POST', '/menu/addMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/adapterManagement\",\"redirect\":\"\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  767. INSERT INTO `sys_operation_log` VALUES (506, NULL, '2024-04-24 15:28:17', '2024-04-24 15:28:17', '113.247.230.247', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"\",\"path\":\"/adapterManagement/list\",\"redirect\":\"\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  768. INSERT INTO `sys_operation_log` VALUES (507, NULL, '2024-04-24 15:28:21', '2024-04-24 15:28:21', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":50,\"parentId\":0,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  769. INSERT INTO `sys_operation_log` VALUES (508, NULL, '2024-04-24 15:28:25', '2024-04-24 15:28:25', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  770. INSERT INTO `sys_operation_log` VALUES (509, NULL, '2024-04-24 15:28:38', '2024-04-24 15:28:38', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  771. INSERT INTO `sys_operation_log` VALUES (510, NULL, '2024-04-24 15:30:44', '2024-04-24 15:30:44', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50]},\"msg\":\"获取成功\"}', 1, 'admin');
  772. INSERT INTO `sys_operation_log` VALUES (511, NULL, '2024-04-24 16:05:32', '2024-04-24 16:05:32', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  773. INSERT INTO `sys_operation_log` VALUES (512, NULL, '2024-04-24 16:05:51', '2024-04-24 16:05:51', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  774. INSERT INTO `sys_operation_log` VALUES (513, NULL, '2024-04-24 16:05:53', '2024-04-24 16:05:53', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"47\",\"48\",\"1\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  775. INSERT INTO `sys_operation_log` VALUES (514, NULL, '2024-04-24 16:06:52', '2024-04-24 16:06:52', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  776. INSERT INTO `sys_operation_log` VALUES (515, NULL, '2024-04-24 16:06:59', '2024-04-24 16:06:59', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"42\",\"47\",\"48\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  777. INSERT INTO `sys_operation_log` VALUES (516, NULL, '2024-04-24 16:07:12', '2024-04-24 16:07:12', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,42,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  778. INSERT INTO `sys_operation_log` VALUES (517, NULL, '2024-04-24 16:07:15', '2024-04-24 16:07:15', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"42\",\"47\",\"48\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  779. INSERT INTO `sys_operation_log` VALUES (518, NULL, '2024-04-24 16:11:39', '2024-04-24 16:11:39', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,40,42,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  780. INSERT INTO `sys_operation_log` VALUES (519, NULL, '2024-04-24 16:11:44', '2024-04-24 16:11:44', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"42\",\"47\",\"48\",\"49\",\"50\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  781. INSERT INTO `sys_operation_log` VALUES (520, NULL, '2024-04-24 17:07:34', '2024-04-24 17:07:34', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"User\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"Role\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"Menu\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,40,42,46,48,50]},\"msg\":\"获取成功\"}', 1, 'admin');
  782. INSERT INTO `sys_operation_log` VALUES (521, NULL, '2024-04-24 17:07:41', '2024-04-24 17:07:41', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"42\",\"47\",\"48\",\"49\",\"50\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  783. INSERT INTO `sys_operation_log` VALUES (522, NULL, '2024-04-25 11:24:49', '2024-04-25 11:24:49', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"userList\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  784. INSERT INTO `sys_operation_log` VALUES (523, NULL, '2024-04-25 11:24:54', '2024-04-25 11:24:54', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  785. INSERT INTO `sys_operation_log` VALUES (524, NULL, '2024-04-25 11:24:59', '2024-04-25 11:24:59', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  786. INSERT INTO `sys_operation_log` VALUES (525, NULL, '2024-04-25 11:25:14', '2024-04-25 11:25:14', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":38,\"parentId\":1,\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"name\":\"oplList\"}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  787. INSERT INTO `sys_operation_log` VALUES (526, NULL, '2024-04-25 11:25:51', '2024-04-25 11:25:51', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  788. INSERT INTO `sys_operation_log` VALUES (527, NULL, '2024-04-25 15:25:51', '2024-04-25 15:25:51', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpc\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"modelarts\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnManagement\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50]},\"msg\":\"获取成功\"}', 1, 'admin');
  789. INSERT INTO `sys_operation_log` VALUES (528, NULL, '2024-04-25 15:28:32', '2024-04-25 15:28:32', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  790. INSERT INTO `sys_operation_log` VALUES (529, NULL, '2024-04-25 15:29:07', '2024-04-25 15:29:07', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  791. INSERT INTO `sys_operation_log` VALUES (530, NULL, '2024-04-25 15:29:30', '2024-04-25 15:29:30', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  792. INSERT INTO `sys_operation_log` VALUES (531, NULL, '2024-04-25 15:29:43', '2024-04-25 15:29:43', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  793. INSERT INTO `sys_operation_log` VALUES (532, NULL, '2024-04-25 15:30:32', '2024-04-25 15:30:32', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  794. INSERT INTO `sys_operation_log` VALUES (533, NULL, '2024-04-25 15:30:54', '2024-04-25 15:30:54', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  795. INSERT INTO `sys_operation_log` VALUES (534, NULL, '2024-04-25 15:31:07', '2024-04-25 15:31:07', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  796. INSERT INTO `sys_operation_log` VALUES (535, NULL, '2024-04-25 15:31:40', '2024-04-25 15:31:40', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnManagement\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50]},\"msg\":\"获取成功\"}', 1, 'admin');
  797. INSERT INTO `sys_operation_log` VALUES (536, NULL, '2024-04-25 15:33:14', '2024-04-25 15:33:14', '113.247.230.247', 'POST', '/menu/addMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"redirect\":\"\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  798. INSERT INTO `sys_operation_log` VALUES (537, NULL, '2024-04-25 15:34:03', '2024-04-25 15:34:03', '113.247.230.247', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"redirect\":\"\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  799. INSERT INTO `sys_operation_log` VALUES (538, NULL, '2024-04-25 15:34:08', '2024-04-25 15:34:08', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnManagement\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":52,\"parentId\":0,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50]},\"msg\":\"获取成功\"}', 1, 'admin');
  800. INSERT INTO `sys_operation_log` VALUES (539, NULL, '2024-04-25 15:34:13', '2024-04-25 15:34:13', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  801. INSERT INTO `sys_operation_log` VALUES (540, NULL, '2024-04-25 15:34:37', '2024-04-25 15:34:37', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  802. INSERT INTO `sys_operation_log` VALUES (541, NULL, '2024-04-25 15:35:13', '2024-04-25 15:35:13', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"redirect\":\"/strategyManagement/schedulingStrategy\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  803. INSERT INTO `sys_operation_log` VALUES (542, NULL, '2024-04-25 15:35:20', '2024-04-25 15:35:20', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"redirect\":\"\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  804. INSERT INTO `sys_operation_log` VALUES (543, NULL, '2024-04-25 15:35:32', '2024-04-25 15:35:32', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  805. INSERT INTO `sys_operation_log` VALUES (544, NULL, '2024-04-25 15:35:38', '2024-04-25 15:35:38', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  806. INSERT INTO `sys_operation_log` VALUES (545, NULL, '2024-04-25 15:35:51', '2024-04-25 15:35:51', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  807. INSERT INTO `sys_operation_log` VALUES (546, NULL, '2024-04-25 15:35:59', '2024-04-25 15:35:59', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  808. INSERT INTO `sys_operation_log` VALUES (547, NULL, '2024-04-25 15:36:36', '2024-04-25 15:36:36', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  809. INSERT INTO `sys_operation_log` VALUES (548, NULL, '2024-04-25 15:36:50', '2024-04-25 15:36:50', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  810. INSERT INTO `sys_operation_log` VALUES (549, NULL, '2024-04-25 15:38:44', '2024-04-25 15:38:44', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  811. INSERT INTO `sys_operation_log` VALUES (550, NULL, '2024-04-25 15:40:07', '2024-04-25 15:40:07', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  812. INSERT INTO `sys_operation_log` VALUES (551, NULL, '2024-04-25 15:40:10', '2024-04-25 15:40:10', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  813. INSERT INTO `sys_operation_log` VALUES (552, NULL, '2024-04-25 15:41:30', '2024-04-25 15:41:30', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  814. INSERT INTO `sys_operation_log` VALUES (553, NULL, '2024-04-25 15:41:33', '2024-04-25 15:41:33', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  815. INSERT INTO `sys_operation_log` VALUES (554, NULL, '2024-04-25 15:41:35', '2024-04-25 15:41:35', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  816. INSERT INTO `sys_operation_log` VALUES (555, NULL, '2024-04-25 15:41:46', '2024-04-25 15:41:46', '113.247.230.247', 'POST', '/menu/addMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"111\",\"component\":\"111\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  817. INSERT INTO `sys_operation_log` VALUES (556, NULL, '2024-04-25 15:42:11', '2024-04-25 15:42:11', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"虚拟机概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnManagement\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":53,\"parentId\":0,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"111\",\"component\":\"111\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52]},\"msg\":\"获取成功\"}', 1, 'admin');
  818. INSERT INTO `sys_operation_log` VALUES (557, NULL, '2024-04-25 15:42:14', '2024-04-25 15:42:14', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"53\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  819. INSERT INTO `sys_operation_log` VALUES (558, NULL, '2024-04-25 15:42:45', '2024-04-25 15:42:45', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53,\"parentId\":0,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"111\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  820. INSERT INTO `sys_operation_log` VALUES (559, NULL, '2024-04-25 15:42:48', '2024-04-25 15:42:48', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"111\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  821. INSERT INTO `sys_operation_log` VALUES (560, NULL, '2024-04-25 15:43:30', '2024-04-25 15:43:30', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53,\"parentId\":0,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"redirect\":\"\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  822. INSERT INTO `sys_operation_log` VALUES (561, NULL, '2024-04-25 15:43:41', '2024-04-25 15:43:41', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53,\"parentId\":33,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  823. INSERT INTO `sys_operation_log` VALUES (562, NULL, '2024-04-25 15:43:54', '2024-04-25 15:43:54', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  824. INSERT INTO `sys_operation_log` VALUES (563, NULL, '2024-04-25 15:43:57', '2024-04-25 15:43:57', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":46,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  825. INSERT INTO `sys_operation_log` VALUES (564, NULL, '2024-04-25 15:44:05', '2024-04-25 15:44:05', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  826. INSERT INTO `sys_operation_log` VALUES (565, NULL, '2024-04-25 15:44:50', '2024-04-25 15:44:50', '113.247.230.247', 'POST', '/menu/addMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":0,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  827. INSERT INTO `sys_operation_log` VALUES (566, NULL, '2024-04-25 15:44:53', '2024-04-25 15:44:53', '113.247.230.247', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"redirect\":\"\",\"component\":\"11\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  828. INSERT INTO `sys_operation_log` VALUES (567, NULL, '2024-04-25 15:45:07', '2024-04-25 15:45:07', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnManagement\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":54,\"parentId\":0,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"11\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53]},\"msg\":\"获取成功\"}', 1, 'admin');
  829. INSERT INTO `sys_operation_log` VALUES (568, NULL, '2024-04-25 15:45:19', '2024-04-25 15:45:19', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"53\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"54\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  830. INSERT INTO `sys_operation_log` VALUES (569, NULL, '2024-04-25 15:45:31', '2024-04-25 15:45:31', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"11\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  831. INSERT INTO `sys_operation_log` VALUES (570, NULL, '2024-04-25 15:46:05', '2024-04-25 15:46:05', '113.247.230.247', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"redirect\":\"\",\"component\":\"11\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  832. INSERT INTO `sys_operation_log` VALUES (571, NULL, '2024-04-25 15:46:27', '2024-04-25 15:46:27', '113.247.230.247', 'POST', '/menu/addMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"redirect\":\"\",\"component\":\"22\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  833. INSERT INTO `sys_operation_log` VALUES (572, NULL, '2024-04-25 15:46:34', '2024-04-25 15:46:34', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"11\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"11\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"22\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnManagement\",\"path\":\"/warnManagement\",\"redirect\":\"/warnManagement/warnList\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54]},\"msg\":\"获取成功\"}', 1, 'admin');
  834. INSERT INTO `sys_operation_log` VALUES (573, NULL, '2024-04-25 15:46:39', '2024-04-25 15:46:39', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  835. INSERT INTO `sys_operation_log` VALUES (574, NULL, '2024-04-25 15:48:09', '2024-04-25 15:48:09', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"redirect\":\"\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"warnList\",\"component\":\"/warnManagement/warnList.vue\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  836. INSERT INTO `sys_operation_log` VALUES (575, NULL, '2024-04-25 15:48:41', '2024-04-25 15:48:41', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"1\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  837. INSERT INTO `sys_operation_log` VALUES (576, NULL, '2024-04-25 16:22:13', '2024-04-25 16:22:13', '111.23.130.5', 'POST', '/menu/addMenu', 200, 5, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"component\": \"cenu/cenu1/index.vue\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":200,\"data\":{\"id\":57,\"parentId\":6,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},\"msg\":\"添加成功\"}', 1, 'admin');
  838. INSERT INTO `sys_operation_log` VALUES (577, NULL, '2024-04-25 16:22:14', '2024-04-25 16:22:14', '111.23.130.5', 'POST', '/menu/addMenu', 200, 1, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"component\": \"cenu/cenu1/index.vue\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败: 菜单名称已存在\"}', 1, 'admin');
  839. INSERT INTO `sys_operation_log` VALUES (578, NULL, '2024-04-25 16:22:17', '2024-04-25 16:22:17', '111.23.130.5', 'POST', '/menu/addMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"component\": \"cenu/cenu1/index.vue\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败: 菜单名称已存在\"}', 1, 'admin');
  840. INSERT INTO `sys_operation_log` VALUES (579, NULL, '2024-04-25 16:22:18', '2024-04-25 16:22:18', '111.23.130.5', 'POST', '/menu/addMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"component\": \"cenu/cenu1/index.vue\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败: 菜单名称已存在\"}', 1, 'admin');
  841. INSERT INTO `sys_operation_log` VALUES (580, NULL, '2024-04-25 16:23:03', '2024-04-25 16:23:03', '111.23.130.5', 'POST', '/menu/addMenu', 200, 5, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":200,\"data\":{\"id\":58,\"parentId\":6,\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},\"msg\":\"添加成功\"}', 1, 'admin');
  842. INSERT INTO `sys_operation_log` VALUES (581, NULL, '2024-04-25 16:23:05', '2024-04-25 16:23:05', '111.23.130.5', 'POST', '/menu/addMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":500,\"data\":{},\"msg\":\"添加失败: 菜单名称已存在\"}', 1, 'admin');
  843. INSERT INTO `sys_operation_log` VALUES (582, NULL, '2024-04-25 17:58:50', '2024-04-25 17:58:50', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"11\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"11\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"22\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"1\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  844. INSERT INTO `sys_operation_log` VALUES (583, NULL, '2024-04-25 17:58:53', '2024-04-25 17:58:53', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  845. INSERT INTO `sys_operation_log` VALUES (584, NULL, '2024-04-25 17:58:56', '2024-04-25 17:58:56', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"/permissionManagement/userList\",\"component\":\"permissionManagement\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"/cluster/:clusterName/clusterOverview\",\"component\":\"container\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"/virtualMachine/overview/index.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"virtualMachineinstance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"11\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"11\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"22\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"/monitorSelect/index-bk.vue\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"/taskManagement/taskList\",\"component\":\"taskManagement\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"/strategyManagement\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"/modelarts/autoStudy\",\"component\":\"/modelarts\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"/warnManagement\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"1\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  846. INSERT INTO `sys_operation_log` VALUES (585, NULL, '2024-04-25 17:59:00', '2024-04-25 17:59:00', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  847. INSERT INTO `sys_operation_log` VALUES (586, NULL, '2024-04-25 17:59:49', '2024-04-25 17:59:49', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"22\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  848. INSERT INTO `sys_operation_log` VALUES (587, NULL, '2024-04-25 17:59:53', '2024-04-25 17:59:53', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  849. INSERT INTO `sys_operation_log` VALUES (588, NULL, '2024-04-25 17:59:58', '2024-04-25 17:59:58', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  850. INSERT INTO `sys_operation_log` VALUES (589, NULL, '2024-04-25 18:00:02', '2024-04-25 18:00:02', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  851. INSERT INTO `sys_operation_log` VALUES (590, NULL, '2024-04-25 18:00:05', '2024-04-25 18:00:05', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  852. INSERT INTO `sys_operation_log` VALUES (591, NULL, '2024-04-25 18:00:09', '2024-04-25 18:00:09', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  853. INSERT INTO `sys_operation_log` VALUES (592, NULL, '2024-04-25 18:00:13', '2024-04-25 18:00:13', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"/monitorSelect/index.vue\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  854. INSERT INTO `sys_operation_log` VALUES (593, NULL, '2024-04-25 18:00:19', '2024-04-25 18:00:19', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  855. INSERT INTO `sys_operation_log` VALUES (594, NULL, '2024-04-25 18:00:24', '2024-04-25 18:00:24', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"/taskManagement/taskList/list.vue\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  856. INSERT INTO `sys_operation_log` VALUES (595, NULL, '2024-04-25 18:00:29', '2024-04-25 18:00:29', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  857. INSERT INTO `sys_operation_log` VALUES (596, NULL, '2024-04-25 18:00:34', '2024-04-25 18:00:34', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"/strategyManagement/schedulingStrategy\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"/strategyManagement/warnSet\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  858. INSERT INTO `sys_operation_log` VALUES (597, NULL, '2024-04-25 18:00:37', '2024-04-25 18:00:37', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  859. INSERT INTO `sys_operation_log` VALUES (598, NULL, '2024-04-25 18:00:40', '2024-04-25 18:00:40', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  860. INSERT INTO `sys_operation_log` VALUES (599, NULL, '2024-04-25 18:00:46', '2024-04-25 18:00:46', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"/hpcOverview/index.vue\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  861. INSERT INTO `sys_operation_log` VALUES (600, NULL, '2024-04-25 18:00:50', '2024-04-25 18:00:50', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  862. INSERT INTO `sys_operation_log` VALUES (601, NULL, '2024-04-25 18:00:56', '2024-04-25 18:00:56', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"/modelarts/overview/index.vue\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  863. INSERT INTO `sys_operation_log` VALUES (602, NULL, '2024-04-25 18:01:02', '2024-04-25 18:01:02', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  864. INSERT INTO `sys_operation_log` VALUES (603, NULL, '2024-04-25 18:01:06', '2024-04-25 18:01:06', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"1\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  865. INSERT INTO `sys_operation_log` VALUES (604, NULL, '2024-04-25 18:01:10', '2024-04-25 18:01:10', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  866. INSERT INTO `sys_operation_log` VALUES (605, NULL, '2024-04-25 18:01:19', '2024-04-25 18:01:19', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  867. INSERT INTO `sys_operation_log` VALUES (606, NULL, '2024-04-25 18:01:24', '2024-04-25 18:01:24', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  868. INSERT INTO `sys_operation_log` VALUES (607, NULL, '2024-04-25 18:02:05', '2024-04-25 18:02:05', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"redirect\":\"\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  869. INSERT INTO `sys_operation_log` VALUES (608, NULL, '2024-04-25 18:03:06', '2024-04-25 18:03:06', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,40,42,46,48,50]},\"msg\":\"获取成功\"}', 1, 'admin');
  870. INSERT INTO `sys_operation_log` VALUES (609, NULL, '2024-04-25 18:03:11', '2024-04-25 18:03:11', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"46\",\"34\",\"35\",\"39\",\"40\",\"42\",\"47\",\"48\",\"1\",\"33\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  871. INSERT INTO `sys_operation_log` VALUES (610, NULL, '2024-04-25 18:03:22', '2024-04-25 18:03:22', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,40,42,46,48]},\"msg\":\"获取成功\"}', 1, 'admin');
  872. INSERT INTO `sys_operation_log` VALUES (611, NULL, '2024-04-25 18:03:25', '2024-04-25 18:03:25', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"46\",\"34\",\"35\",\"39\",\"40\",\"42\",\"1\",\"33\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  873. INSERT INTO `sys_operation_log` VALUES (612, NULL, '2024-04-25 18:03:43', '2024-04-25 18:03:43', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,40,42,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  874. INSERT INTO `sys_operation_log` VALUES (613, NULL, '2024-04-25 18:03:49', '2024-04-25 18:03:49', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"6\",\"32\",\"46\",\"34\",\"35\",\"42\",\"1\",\"33\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  875. INSERT INTO `sys_operation_log` VALUES (614, NULL, '2024-04-25 18:05:25', '2024-04-25 18:05:25', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  876. INSERT INTO `sys_operation_log` VALUES (615, NULL, '2024-04-25 18:09:09', '2024-04-25 18:09:09', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,32,35,42,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  877. INSERT INTO `sys_operation_log` VALUES (616, NULL, '2024-04-25 18:09:14', '2024-04-25 18:09:14', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 14, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"3\",\"6\",\"32\",\"46\",\"34\",\"35\",\"42\",\"1\",\"33\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  878. INSERT INTO `sys_operation_log` VALUES (617, NULL, '2024-04-25 18:09:34', '2024-04-25 18:09:34', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[3,32,35,42,46]},\"msg\":\"获取成功\"}', 1, 'admin');
  879. INSERT INTO `sys_operation_log` VALUES (618, NULL, '2024-04-25 18:09:47', '2024-04-25 18:09:47', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"3\",\"6\",\"32\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"42\",\"1\",\"33\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  880. INSERT INTO `sys_operation_log` VALUES (619, NULL, '2024-04-25 18:10:53', '2024-04-25 18:10:53', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[3,32,35,42,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  881. INSERT INTO `sys_operation_log` VALUES (620, NULL, '2024-04-25 18:11:01', '2024-04-25 18:11:01', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"3\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"42\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  882. INSERT INTO `sys_operation_log` VALUES (621, NULL, '2024-04-25 18:23:01', '2024-04-25 18:23:01', '111.23.130.5', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"1\",\"username\":\"admin\",\"nickname\":\"系统管理员\",\"phone\":\"13600000000\",\"email\":\"pcm-admin@jointcloud.net\",\"status\":true,\"roleId\":1}', '{\"code\":200,\"data\":{\"createTime\":\"2024-02-06T10:00:12+08:00\",\"id\":\"1\",\"username\":\"admin\",\"nickname\":\"\",\"phone\":\"13600000000\",\"email\":\"pcm-admin@jointcloud.net\",\"status\":true,\"roleId\":\"1\",\"roleName\":\"admin\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  883. INSERT INTO `sys_operation_log` VALUES (622, NULL, '2024-04-26 09:02:40', '2024-04-26 09:02:40', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":1,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":2,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":1,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":1,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":1,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":1,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":1,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":1,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":1,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  884. INSERT INTO `sys_operation_log` VALUES (623, NULL, '2024-04-26 09:08:36', '2024-04-26 09:08:36', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":2,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  885. INSERT INTO `sys_operation_log` VALUES (624, NULL, '2024-04-26 09:09:04', '2024-04-26 09:09:04', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  886. INSERT INTO `sys_operation_log` VALUES (625, NULL, '2024-04-26 09:09:09', '2024-04-26 09:09:09', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  887. INSERT INTO `sys_operation_log` VALUES (626, NULL, '2024-04-26 09:09:22', '2024-04-26 09:09:22', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  888. INSERT INTO `sys_operation_log` VALUES (627, NULL, '2024-04-26 09:09:27', '2024-04-26 09:09:27', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  889. INSERT INTO `sys_operation_log` VALUES (628, NULL, '2024-04-26 09:09:31', '2024-04-26 09:09:31', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  890. INSERT INTO `sys_operation_log` VALUES (629, NULL, '2024-04-26 09:09:36', '2024-04-26 09:09:36', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  891. INSERT INTO `sys_operation_log` VALUES (630, NULL, '2024-04-26 09:09:39', '2024-04-26 09:09:39', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  892. INSERT INTO `sys_operation_log` VALUES (631, NULL, '2024-04-26 09:09:45', '2024-04-26 09:09:45', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  893. INSERT INTO `sys_operation_log` VALUES (632, NULL, '2024-04-26 09:09:49', '2024-04-26 09:09:49', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  894. INSERT INTO `sys_operation_log` VALUES (633, NULL, '2024-04-26 09:09:54', '2024-04-26 09:09:54', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  895. INSERT INTO `sys_operation_log` VALUES (634, NULL, '2024-04-26 10:30:59', '2024-04-26 10:30:59', '111.23.130.5', 'GET', '/api/getElTreeApis', 200, 1, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"2\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":null},\"msg\":\"获取成功\"}', 1, 'admin');
  896. INSERT INTO `sys_operation_log` VALUES (635, NULL, '2024-04-26 11:22:24', '2024-04-26 11:22:24', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,32,35,42,46,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  897. INSERT INTO `sys_operation_log` VALUES (636, NULL, '2024-04-26 11:23:02', '2024-04-26 11:23:02', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"3\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"42\",\"51\",\"52\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  898. INSERT INTO `sys_operation_log` VALUES (637, NULL, '2024-04-26 11:23:22', '2024-04-26 11:23:22', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,32,35,42,46,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  899. INSERT INTO `sys_operation_log` VALUES (638, NULL, '2024-04-26 11:23:26', '2024-04-26 11:23:26', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"3\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"42\",\"49\",\"50\",\"51\",\"52\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  900. INSERT INTO `sys_operation_log` VALUES (639, NULL, '2024-04-26 11:23:32', '2024-04-26 11:23:32', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":1,\"parentId\":0,\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":2,\"parentId\":1,\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":3,\"parentId\":1,\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":4,\"parentId\":1,\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":5,\"parentId\":1,\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":38,\"parentId\":1,\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":6,\"parentId\":0,\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":32,\"parentId\":6,\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":33,\"parentId\":0,\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":46,\"parentId\":33,\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":53,\"parentId\":33,\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":54,\"parentId\":33,\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":55,\"parentId\":33,\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":56,\"parentId\":33,\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":34,\"parentId\":0,\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":35,\"parentId\":34,\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":39,\"parentId\":0,\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":40,\"parentId\":39,\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":41,\"parentId\":0,\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":42,\"parentId\":41,\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":43,\"parentId\":41,\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":44,\"parentId\":0,\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":36,\"parentId\":44,\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":45,\"parentId\":0,\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":37,\"parentId\":45,\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":47,\"parentId\":0,\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":48,\"parentId\":47,\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":49,\"parentId\":0,\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":50,\"parentId\":49,\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":51,\"parentId\":0,\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":52,\"parentId\":51,\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,32,35,42,46,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  901. INSERT INTO `sys_operation_log` VALUES (640, NULL, '2024-04-26 11:23:35', '2024-04-26 11:23:35', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"13\",\"menuIds\":[\"2\",\"3\",\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"42\",\"51\",\"52\",\"1\",\"41\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  902. INSERT INTO `sys_operation_log` VALUES (641, NULL, '2024-04-26 11:23:55', '2024-04-26 11:23:55', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  903. INSERT INTO `sys_operation_log` VALUES (642, NULL, '2024-04-26 11:23:58', '2024-04-26 11:23:58', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"14\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  904. INSERT INTO `sys_operation_log` VALUES (643, NULL, '2024-04-26 11:24:02', '2024-04-26 11:24:02', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  905. INSERT INTO `sys_operation_log` VALUES (644, NULL, '2024-04-26 11:24:07', '2024-04-26 11:24:07', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  906. INSERT INTO `sys_operation_log` VALUES (645, NULL, '2024-04-26 11:24:18', '2024-04-26 11:24:18', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  907. INSERT INTO `sys_operation_log` VALUES (646, NULL, '2024-04-26 11:24:27', '2024-04-26 11:24:27', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"name\": \"123123\",\n \"path\": \"23\",\n \"redirect\": \"1231\",\n \"component\": \"1231\",\n \"sort\": 2,\n \"title\": \"2312\",\n \"icon\": \"\",\n \"status\": true,\n \"defaultMenu\": false,\n \"parentId\": 1,\n \"id\": 20\n}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  908. INSERT INTO `sys_operation_log` VALUES (647, NULL, '2024-04-26 11:24:30', '2024-04-26 11:24:30', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"name\": \"123123\",\n \"path\": \"23\",\n \"redirect\": \"1231\",\n \"component\": \"1231\",\n \"sort\": 2,\n \"title\": \"2312\",\n \"icon\": \"\",\n \"status\": true,\n \"defaultMenu\": false,\n \"parentId\": 1,\n \"id\": 20\n}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  909. INSERT INTO `sys_operation_log` VALUES (648, NULL, '2024-04-26 11:24:40', '2024-04-26 11:24:40', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"name\": \"123123\",\n \"path\": \"23\",\n \"redirect\": \"1231\",\n \"component\": \"1231\",\n \"sort\": 2,\n \"title\": \"2312\",\n \"icon\": \"\",\n \"status\": true,\n \"defaultMenu\": false,\n \"parentId\": 1,\n \"id\": \"20\"\n}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  910. INSERT INTO `sys_operation_log` VALUES (649, NULL, '2024-04-26 11:24:49', '2024-04-26 11:24:49', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  911. INSERT INTO `sys_operation_log` VALUES (650, NULL, '2024-04-26 11:24:50', '2024-04-26 11:24:50', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"name\": \"123123\",\n \"path\": \"23\",\n \"redirect\": \"1231\",\n \"component\": \"1231\",\n \"sort\": \"2\",\n \"title\": \"2312\",\n \"icon\": \"\",\n \"status\": true,\n \"defaultMenu\": false,\n \"parentId\": 1,\n \"id\": \"20\"\n}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  912. INSERT INTO `sys_operation_log` VALUES (651, NULL, '2024-04-26 11:24:55', '2024-04-26 11:24:55', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  913. INSERT INTO `sys_operation_log` VALUES (652, NULL, '2024-04-26 11:25:08', '2024-04-26 11:25:08', '113.247.230.247', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  914. INSERT INTO `sys_operation_log` VALUES (653, NULL, '2024-04-26 11:25:11', '2024-04-26 11:25:11', '111.23.130.5', 'POST', '/menu/addMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": 6,\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"component\": \"cenu/cenu1/index.vue\",\n \"sort\": 3,\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误: Key: \'Menu.Sort\' Error:Field validation for \'Sort\' failed on the \'required\' tag\"}', 1, 'admin');
  915. INSERT INTO `sys_operation_log` VALUES (654, NULL, '2024-04-26 11:25:12', '2024-04-26 11:25:12', '113.247.230.247', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  916. INSERT INTO `sys_operation_log` VALUES (655, NULL, '2024-04-26 11:25:23', '2024-04-26 11:25:23', '113.247.230.247', 'PUT', '/user/editUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"6\",\"username\":\"pcm-test\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":3}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  917. INSERT INTO `sys_operation_log` VALUES (656, NULL, '2024-04-26 11:25:26', '2024-04-26 11:25:26', '111.23.130.5', 'POST', '/menu/addMenu', 200, 5, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"parentId\": \"6\",\n \"name\": \"菜单-2\",\n \"path\": \"菜单-2\",\n \"redirect\": \"/cenu/cenu1/cenu1-2\",\n \"component\": \"cenu/cenu1/index.vue\",\n \"sort\": \"3\",\n \"title\": \"菜单-2\",\n \"icon\": \"测试菜单-2\",\n \"status\": true,\n \"defaultMenu\": false\n}', '{\"code\":200,\"data\":{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":\"3\",\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false},\"msg\":\"添加成功\"}', 1, 'admin');
  918. INSERT INTO `sys_operation_log` VALUES (657, NULL, '2024-04-26 11:25:47', '2024-04-26 11:25:47', '111.23.130.5', 'PUT', '/menu/editMenu', 200, 0, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"name\": \"123123\",\n \"path\": \"23\",\n \"redirect\": \"1231\",\n \"component\": \"1231\",\n \"sort\": \"2\",\n \"title\": \"2312\",\n \"icon\": \"\",\n \"status\": true,\n \"defaultMenu\": false,\n \"parentId\": \"1\",\n \"id\": \"20\"\n}', '{\"code\":500,\"data\":{},\"msg\":\"编辑失败\"}', 1, 'admin');
  919. INSERT INTO `sys_operation_log` VALUES (658, NULL, '2024-04-26 11:26:44', '2024-04-26 11:26:44', '113.247.230.247', 'DELETE', '/user/deleteUser', 200, 4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  920. INSERT INTO `sys_operation_log` VALUES (659, NULL, '2024-04-26 11:27:08', '2024-04-26 11:27:08', '113.247.230.247', 'PUT', '/user/editUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"10\",\"username\":\"pcm-dev\",\"nickname\":\"测试管理员\",\"phone\":\"13657412025\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":4}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  921. INSERT INTO `sys_operation_log` VALUES (660, NULL, '2024-04-26 11:27:49', '2024-04-26 11:27:49', '113.247.230.247', 'PUT', '/user/editUser', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"10\",\"username\":\"pcm-dev\",\"nickname\":\"测试管理员\",\"phone\":\"13657412025\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":4}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  922. INSERT INTO `sys_operation_log` VALUES (661, NULL, '2024-04-26 11:29:37', '2024-04-26 11:29:37', '113.247.230.247', 'POST', '/user/addUser', 200, 117, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"username\":\"qw4eqwe\",\"password\":\"Nudt@123\",\"email\":\"11@11.com\",\"status\":true,\"nickname\":\"admin\",\"phone\":\"14333333333\",\"roleId\":\"3\"}', '{\"code\":200,\"data\":{},\"msg\":\"添加成功\"}', 1, 'admin');
  923. INSERT INTO `sys_operation_log` VALUES (662, NULL, '2024-04-26 11:29:41', '2024-04-26 11:29:41', '113.247.230.247', 'PUT', '/user/editUser', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"24\",\"username\":\"qw4eqwe\",\"nickname\":\"admin\",\"phone\":\"14333333333\",\"email\":\"11@11.com\",\"status\":true,\"roleId\":\"4\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-07T09:07:04+08:00\",\"id\":\"24\",\"username\":\"qw4eqwe\",\"nickname\":\"\",\"phone\":\"14333333333\",\"email\":\"11@11.com\",\"status\":true,\"roleId\":\"4\",\"roleName\":\"pcm-dev\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  924. INSERT INTO `sys_operation_log` VALUES (663, NULL, '2024-04-26 11:29:45', '2024-04-26 11:29:45', '113.247.230.247', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"10\",\"username\":\"pcm-dev\",\"nickname\":\"测试管理员\",\"phone\":\"13657412025\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"4\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-07T09:07:04+08:00\",\"id\":\"10\",\"username\":\"pcm-dev\",\"nickname\":\"\",\"phone\":\"13657412025\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"4\",\"roleName\":\"pcm-dev\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  925. INSERT INTO `sys_operation_log` VALUES (664, NULL, '2024-04-26 11:30:09', '2024-04-26 11:30:09', '113.247.230.247', 'PUT', '/user/modifyPass', 200, 85, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"newPassword\":\"1234567\",\"id\":\"24\",\"rePassword\":\"1234567\"}', '{\"code\":200,\"data\":{},\"msg\":\"修改成功\"}', 1, 'admin');
  926. INSERT INTO `sys_operation_log` VALUES (665, NULL, '2024-04-26 11:30:12', '2024-04-26 11:30:12', '113.247.230.247', 'DELETE', '/user/deleteUser', 200, 26, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  927. INSERT INTO `sys_operation_log` VALUES (666, NULL, '2024-04-26 11:30:22', '2024-04-26 11:30:22', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":\"10\",\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"permissionManagement/userList.vue\",\"sort\":\"1\",\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":\"2\",\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":\"3\",\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":\"4\",\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"permissionManagement/oplList.vue\",\"sort\":\"5\",\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":\"4\",\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":\"1\",\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":\"3\",\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":\"9\",\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":\"1\",\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":\"1\",\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":\"1\",\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":\"1\",\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":\"1\",\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":\"1\",\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":\"1\",\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":\"2\",\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":\"1\",\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":\"3\",\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":\"1\",\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":\"1\",\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":\"6\",\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":\"2\",\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":\"5\",\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":\"1\",\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":\"8\",\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":\"2\",\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":\"7\",\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":\"1\",\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":\"11\",\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":\"1\",\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,33]},\"msg\":\"获取成功\"}', 1, 'admin');
  928. INSERT INTO `sys_operation_log` VALUES (667, NULL, '2024-04-26 11:30:24', '2024-04-26 11:30:24', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"15\",\"menuIds\":[\"2\",\"3\",\"4\",\"5\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"39\",\"40\",\"1\",\"6\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  929. INSERT INTO `sys_operation_log` VALUES (668, NULL, '2024-04-26 11:30:30', '2024-04-26 11:30:30', '113.247.230.247', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/casbin/editCasbin,PUT\",\"/casbin/getCasbin1,GET\",\"/casbin/getCasbin,GET\",\"/user/getUserInfo,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  930. INSERT INTO `sys_operation_log` VALUES (669, NULL, '2024-04-26 11:30:33', '2024-04-26 11:30:33', '113.247.230.247', 'PUT', '/casbin/editCasbin', 200, 13, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"roleId\":\"15\",\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\"},{\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\"},{\"path\":\"/casbin/getCasbin\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/getUsers\",\"method\":\"GET\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  931. INSERT INTO `sys_operation_log` VALUES (670, NULL, '2024-04-26 11:30:43', '2024-04-26 11:30:43', '113.247.230.247', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\",\"name\":\"dev-jianghui\",\"description\":\"jh的测试角色\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  932. INSERT INTO `sys_operation_log` VALUES (671, NULL, '2024-04-26 11:30:50', '2024-04-26 11:30:50', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"15\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  933. INSERT INTO `sys_operation_log` VALUES (672, NULL, '2024-04-26 11:32:20', '2024-04-26 11:32:20', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"11\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  934. INSERT INTO `sys_operation_log` VALUES (673, NULL, '2024-04-26 11:32:49', '2024-04-26 11:32:49', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"35\",\"parentId\":\"4\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"11\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":500,\"data\":{},\"msg\":\"请求参数错误\"}', 1, 'admin');
  935. INSERT INTO `sys_operation_log` VALUES (674, NULL, '2024-04-26 11:34:13', '2024-04-26 11:34:13', '113.247.230.247', 'POST', '/api/addApi', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"name\":\"22\",\"path\":\"11\",\"description\":\"22\",\"apiGroup\":\"22\",\"method\":\"POST\"}', '{\"code\":200,\"data\":{\"id\":\"57\",\"name\":\"22\",\"path\":\"11\",\"description\":\"22\",\"apiGroup\":\"22\",\"method\":\"POST\"},\"msg\":\"添加成功\"}', 1, 'admin');
  936. INSERT INTO `sys_operation_log` VALUES (675, NULL, '2024-04-26 11:34:21', '2024-04-26 11:34:21', '113.247.230.247', 'PUT', '/api/editApi', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"57\",\"name\":\"22\",\"path\":\"1213123\",\"description\":\"22\",\"apiGroup\":\"22\",\"method\":\"POST\",\"ID\":\"57\"}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  937. INSERT INTO `sys_operation_log` VALUES (677, NULL, '2024-04-26 11:35:03', '2024-04-26 11:35:03', '113.247.230.247', 'DELETE', '/opl/deleteOpl', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', '{\"id\":\"676\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  938. INSERT INTO `sys_operation_log` VALUES (678, NULL, '2024-04-26 14:55:10', '2024-04-26 14:55:10', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  939. INSERT INTO `sys_operation_log` VALUES (679, NULL, '2024-04-26 14:55:20', '2024-04-26 14:55:20', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  940. INSERT INTO `sys_operation_log` VALUES (680, NULL, '2024-04-26 14:55:30', '2024-04-26 14:55:30', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":6,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  941. INSERT INTO `sys_operation_log` VALUES (681, NULL, '2024-04-26 14:55:34', '2024-04-26 14:55:34', '113.247.230.247', 'PUT', '/menu/editMenu', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  942. INSERT INTO `sys_operation_log` VALUES (682, NULL, '2024-04-28 16:42:28', '2024-04-28 16:42:28', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  943. INSERT INTO `sys_operation_log` VALUES (683, NULL, '2024-04-28 17:32:45', '2024-04-28 17:32:45', '113.247.230.247', 'POST', '/menu/addMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"redirect\":\"\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}', '{\"code\":200,\"data\":{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},\"msg\":\"添加成功\"}', 1, 'admin');
  944. INSERT INTO `sys_operation_log` VALUES (684, NULL, '2024-04-28 17:32:48', '2024-04-28 17:32:48', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[2,3,4,5,32,35,36,37,38,40,42,43,46,48,50,52,53,54,55,56]},\"msg\":\"获取成功\"}', 1, 'admin');
  945. INSERT INTO `sys_operation_log` VALUES (685, NULL, '2024-04-28 17:32:52', '2024-04-28 17:32:52', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"60\",\"6\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  946. INSERT INTO `sys_operation_log` VALUES (686, NULL, '2024-04-29 08:45:49', '2024-04-29 08:45:49', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 1, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  947. INSERT INTO `sys_operation_log` VALUES (687, NULL, '2024-04-29 08:52:00', '2024-04-29 08:52:00', '111.23.130.5', 'PUT', '/role/editRoleMenu', 200, 6, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"1\",\n \"menuIds\": [\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"38\",\n \"32\",\n \"33\",\n \"46\",\n \"53\",\n \"54\",\n \"55\",\n \"56\",\n \"34\",\n \"35\",\n \"39\",\n \"40\",\n \"41\",\n \"42\",\n \"43\",\n \"44\",\n \"36\",\n \"45\",\n \"37\",\n \"47\",\n \"48\",\n \"49\",\n \"50\",\n \"51\",\n \"52\",\n \"60\",\n \"6\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  948. INSERT INTO `sys_operation_log` VALUES (688, NULL, '2024-04-29 08:54:25', '2024-04-29 08:54:25', '127.0.0.1', 'PUT', '/role/editRoleMenu', 200, 11000, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"1\",\n \"menuIds\": [\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"38\",\n \"32\",\n \"33\",\n \"46\",\n \"53\",\n \"54\",\n \"55\",\n \"56\",\n \"34\",\n \"35\",\n \"39\",\n \"40\",\n \"41\",\n \"42\",\n \"43\",\n \"44\",\n \"36\",\n \"45\",\n \"37\",\n \"47\",\n \"48\",\n \"49\",\n \"50\",\n \"51\",\n \"52\",\n \"60\",\n \"6\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  949. INSERT INTO `sys_operation_log` VALUES (689, NULL, '2024-04-29 08:55:41', '2024-04-29 08:55:41', '127.0.0.1', 'PUT', '/role/editRoleMenu', 200, 47346, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"1\",\n \"menuIds\": [\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"38\",\n \"32\",\n \"33\",\n \"46\",\n \"53\",\n \"54\",\n \"55\",\n \"56\",\n \"34\",\n \"35\",\n \"39\",\n \"40\",\n \"41\",\n \"42\",\n \"43\",\n \"44\",\n \"36\",\n \"45\",\n \"37\",\n \"47\",\n \"48\",\n \"49\",\n \"50\",\n \"51\",\n \"52\",\n \"60\",\n \"6\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  950. INSERT INTO `sys_operation_log` VALUES (690, NULL, '2024-04-29 08:56:57', '2024-04-29 08:56:57', '127.0.0.1', 'PUT', '/role/editRoleMenu', 200, 27070, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"1\",\n \"menuIds\": [\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"38\",\n \"32\",\n \"33\",\n \"46\",\n \"53\",\n \"54\",\n \"55\",\n \"56\",\n \"34\",\n \"35\",\n \"39\",\n \"40\",\n \"41\",\n \"42\",\n \"43\",\n \"44\",\n \"36\",\n \"45\",\n \"37\",\n \"47\",\n \"48\",\n \"49\",\n \"50\",\n \"51\",\n \"52\",\n \"60\",\n \"6\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  951. INSERT INTO `sys_operation_log` VALUES (691, NULL, '2024-04-29 09:03:13', '2024-04-29 09:03:13', '127.0.0.1', 'PUT', '/role/editRoleMenu', 200, 19271, 'Apifox/1.0.0 (https://apifox.com)', '{\n \"roleId\": \"1\",\n \"menuIds\": [\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"38\",\n \"32\",\n \"33\",\n \"46\",\n \"53\",\n \"54\",\n \"55\",\n \"56\",\n \"34\",\n \"35\",\n \"39\",\n \"40\",\n \"41\",\n \"42\",\n \"43\",\n \"44\",\n \"36\",\n \"45\",\n \"37\",\n \"47\",\n \"48\",\n \"49\",\n \"50\",\n \"51\",\n \"52\",\n \"60\",\n \"6\"\n ]\n}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  952. INSERT INTO `sys_operation_log` VALUES (692, NULL, '2024-04-29 09:12:42', '2024-04-29 09:12:42', '127.0.0.1', 'GET', '/menu/getElTreeMenus', 200, 259, 'Apifox/1.0.0 (https://apifox.com)', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[\"2\",\"3\",\"4\",\"5\",\"32\",\"35\",\"36\",\"37\",\"38\",\"40\",\"42\",\"43\",\"46\",\"48\",\"50\",\"52\",\"53\",\"54\",\"55\",\"56\",\"60\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  953. INSERT INTO `sys_operation_log` VALUES (693, NULL, '2024-04-29 09:25:35', '2024-04-29 09:25:35', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[\"2\",\"3\",\"4\",\"5\",\"32\",\"35\",\"36\",\"37\",\"38\",\"40\",\"42\",\"43\",\"46\",\"48\",\"50\",\"52\",\"53\",\"54\",\"55\",\"56\",\"60\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  954. INSERT INTO `sys_operation_log` VALUES (694, NULL, '2024-04-29 09:25:39', '2024-04-29 09:25:39', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"60\",\"6\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  955. INSERT INTO `sys_operation_log` VALUES (695, NULL, '2024-04-29 09:36:13', '2024-04-29 09:36:13', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 6, 'pcm-test');
  956. INSERT INTO `sys_operation_log` VALUES (696, NULL, '2024-04-29 09:36:18', '2024-04-29 09:36:18', '111.23.130.5', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 6, 'pcm-test');
  957. INSERT INTO `sys_operation_log` VALUES (697, NULL, '2024-04-29 09:36:39', '2024-04-29 09:36:39', '111.23.130.5', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"6\",\"username\":\"pcm-test\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"3\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-02T09:06:08+08:00\",\"id\":\"6\",\"username\":\"pcm-test\",\"nickname\":\"\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"3\",\"roleName\":\"pcm-test\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 6, 'pcm-test');
  958. INSERT INTO `sys_operation_log` VALUES (698, NULL, '2024-04-29 10:09:55', '2024-04-29 10:09:55', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  959. INSERT INTO `sys_operation_log` VALUES (699, NULL, '2024-04-29 10:10:05', '2024-04-29 10:10:05', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  960. INSERT INTO `sys_operation_log` VALUES (700, NULL, '2024-04-29 10:10:11', '2024-04-29 10:10:11', '111.23.130.5', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  961. INSERT INTO `sys_operation_log` VALUES (701, NULL, '2024-04-29 10:10:20', '2024-04-29 10:10:20', '111.23.130.5', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"4\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  962. INSERT INTO `sys_operation_log` VALUES (702, NULL, '2024-04-29 10:10:29', '2024-04-29 10:10:29', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  963. INSERT INTO `sys_operation_log` VALUES (703, NULL, '2024-04-29 10:10:41', '2024-04-29 10:10:41', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 3, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[\"2\",\"3\",\"32\",\"35\",\"42\",\"46\",\"52\",\"53\",\"54\",\"55\",\"56\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  964. INSERT INTO `sys_operation_log` VALUES (704, NULL, '2024-04-29 10:29:05', '2024-04-29 10:29:05', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  965. INSERT INTO `sys_operation_log` VALUES (705, NULL, '2024-04-29 10:29:13', '2024-04-29 10:29:13', '113.247.230.247', 'PUT', '/role/editRole', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"3\",\"name\":\"test\",\"description\":\"测试角色\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  966. INSERT INTO `sys_operation_log` VALUES (706, NULL, '2024-04-29 10:29:19', '2024-04-29 10:29:19', '113.247.230.247', 'PUT', '/role/editRole', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"4\",\"name\":\"dev\",\"description\":\"开发角色\",\"status\":true,\"menus\":[]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  967. INSERT INTO `sys_operation_log` VALUES (707, NULL, '2024-04-29 10:29:22', '2024-04-29 10:29:22', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 17, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"13\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  968. INSERT INTO `sys_operation_log` VALUES (708, NULL, '2024-04-29 10:29:33', '2024-04-29 10:29:33', '113.247.230.247', 'PUT', '/user/editUser', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"6\",\"username\":\"pcm\",\"nickname\":\"测试管理员\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"3\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-02T09:06:08+08:00\",\"id\":\"6\",\"username\":\"pcm\",\"nickname\":\"\",\"phone\":\"18888888888\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"3\",\"roleName\":\"test\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  969. INSERT INTO `sys_operation_log` VALUES (709, NULL, '2024-04-29 10:29:53', '2024-04-29 10:29:53', '113.247.230.247', 'POST', '/role/addRole', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"name\":\"user\",\"description\":\"使用者\",\"status\":true}', '{\"code\":200,\"data\":{\"id\":\"16\",\"name\":\"user\",\"description\":\"使用者\",\"status\":true,\"menus\":null},\"msg\":\"添加成功\"}', 1, 'admin');
  970. INSERT INTO `sys_operation_log` VALUES (710, NULL, '2024-04-29 10:34:53', '2024-04-29 10:34:53', '113.247.230.247', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"6\",\"username\":\"pcm\",\"nickname\":\"pcm用户\",\"phone\":\"18888888888\",\"email\":\"pcm@jointcloud.net\",\"status\":true,\"roleId\":\"16\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-29T10:29:53+08:00\",\"id\":\"6\",\"username\":\"pcm\",\"nickname\":\"\",\"phone\":\"18888888888\",\"email\":\"pcm@jointcloud.net\",\"status\":true,\"roleId\":\"16\",\"roleName\":\"user\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  971. INSERT INTO `sys_operation_log` VALUES (711, NULL, '2024-04-29 10:34:58', '2024-04-29 10:34:58', '113.247.230.247', 'PUT', '/user/editUser', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"6\",\"username\":\"pcm\",\"nickname\":\"pcm用户\",\"phone\":\"18888888888\",\"email\":\"pcm@jointcloud.net\",\"status\":true,\"roleId\":\"16\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-29T10:29:53+08:00\",\"id\":\"6\",\"username\":\"pcm\",\"nickname\":\"\",\"phone\":\"18888888888\",\"email\":\"pcm@jointcloud.net\",\"status\":true,\"roleId\":\"16\",\"roleName\":\"user\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  972. INSERT INTO `sys_operation_log` VALUES (712, NULL, '2024-04-29 10:35:14', '2024-04-29 10:35:14', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"4\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  973. INSERT INTO `sys_operation_log` VALUES (713, NULL, '2024-04-29 10:35:24', '2024-04-29 10:35:24', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"4\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  974. INSERT INTO `sys_operation_log` VALUES (714, NULL, '2024-04-29 10:35:36', '2024-04-29 10:35:36', '111.23.130.5', 'DELETE', '/role/deleteRole', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"4\"}', '{\"code\":500,\"data\":{},\"msg\":\"删除失败\"}', 1, 'admin');
  975. INSERT INTO `sys_operation_log` VALUES (715, NULL, '2024-04-29 10:36:00', '2024-04-29 10:36:00', '113.247.230.247', 'PUT', '/user/editUser', 200, 5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"10\",\"username\":\"pcm-dev\",\"nickname\":\"测试管理员\",\"phone\":\"13657412025\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"3\"}', '{\"code\":200,\"data\":{\"createTime\":\"2024-04-02T09:06:08+08:00\",\"id\":\"10\",\"username\":\"pcm-dev\",\"nickname\":\"\",\"phone\":\"13657412025\",\"email\":\"pcm-test@jointcloud.net\",\"status\":true,\"roleId\":\"3\",\"roleName\":\"test\",\"headerImg\":\"\"},\"msg\":\"编辑成功\"}', 1, 'admin');
  976. INSERT INTO `sys_operation_log` VALUES (716, NULL, '2024-04-29 10:36:05', '2024-04-29 10:36:05', '113.247.230.247', 'DELETE', '/role/deleteRole', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"4\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  977. INSERT INTO `sys_operation_log` VALUES (717, NULL, '2024-04-29 10:36:30', '2024-04-29 10:36:30', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  978. INSERT INTO `sys_operation_log` VALUES (718, NULL, '2024-04-29 10:36:45', '2024-04-29 10:36:45', '111.23.130.5', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  979. INSERT INTO `sys_operation_log` VALUES (719, NULL, '2024-04-29 10:36:48', '2024-04-29 10:36:48', '111.23.130.5', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  980. INSERT INTO `sys_operation_log` VALUES (720, NULL, '2024-04-29 10:38:23', '2024-04-29 10:38:23', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"1\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"59\",\"parentId\":\"6\",\"name\":\"菜单-2\",\"path\":\"菜单-2\",\"redirect\":\"/cenu/cenu1/cenu1-2\",\"component\":\"cenu/cenu1/index.vue\",\"sort\":3,\"title\":\"菜单-2\",\"icon\":\"测试菜单-2\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[\"2\",\"3\",\"4\",\"5\",\"32\",\"35\",\"36\",\"37\",\"38\",\"40\",\"42\",\"43\",\"46\",\"48\",\"50\",\"52\",\"53\",\"54\",\"55\",\"56\",\"60\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  981. INSERT INTO `sys_operation_log` VALUES (721, NULL, '2024-04-29 10:38:26', '2024-04-29 10:38:26', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"1\",\"menuIds\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"38\",\"6\",\"32\",\"59\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"60\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  982. INSERT INTO `sys_operation_log` VALUES (722, NULL, '2024-04-29 10:38:32', '2024-04-29 10:38:32', '113.247.230.247', 'DELETE', '/menu/deleteMenu', 200, 6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"59\"}', '{\"code\":200,\"data\":{},\"msg\":\"删除成功\"}', 1, 'admin');
  983. INSERT INTO `sys_operation_log` VALUES (723, NULL, '2024-04-29 10:38:39', '2024-04-29 10:38:39', '113.247.230.247', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/user/getUserInfo,GET\",\"/user/editUser,POST\",\"/user/modifyPass,POST\",\"/auth/logout,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  984. INSERT INTO `sys_operation_log` VALUES (724, NULL, '2024-04-29 10:39:14', '2024-04-29 10:39:14', '113.247.230.247', 'PUT', '/casbin/editCasbin', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"16\",\"casbinInfos\":[{\"path\":\"/logReg/login\",\"method\":\"POST\"},{\"path\":\"/auth/logout\",\"method\":\"GET\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/menu/getMenus\",\"method\":\"GET\"}]}', '{\"code\":200,\"data\":{},\"msg\":\"更新成功\"}', 1, 'admin');
  985. INSERT INTO `sys_operation_log` VALUES (725, NULL, '2024-04-29 10:39:17', '2024-04-29 10:39:17', '113.247.230.247', 'GET', '/api/getElTreeApis', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"apiGroup\":\"logReg\",\"children\":[{\"key\":\"/logReg/login,POST\",\"apiGroup\":\"login -\\u003e 登录(必选)\",\"name\":\"登录(必选)\",\"path\":\"/logReg/login\",\"method\":\"POST\",\"description\":\"登录(必选)\"}]},{\"apiGroup\":\"auth\",\"children\":[{\"key\":\"/auth/logout,GET\",\"apiGroup\":\"logout -\\u003e 注销登录\",\"name\":\"注销登录\",\"path\":\"/auth/logout\",\"method\":\"GET\",\"description\":\"注销登录\"}]},{\"apiGroup\":\"casbin\",\"children\":[{\"key\":\"/casbin/editCasbin,PUT\",\"apiGroup\":\"editCasbin -\\u003e 编辑casbin规则\",\"name\":\"编辑casbin规则\",\"path\":\"/casbin/editCasbin\",\"method\":\"PUT\",\"description\":\"编辑casbin规则\"},{\"key\":\"/casbin/getCasbin1,GET\",\"apiGroup\":\"getCasbin1 -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin1\",\"method\":\"GET\",\"description\":\"获取casbin\"},{\"key\":\"/casbin/getCasbin,GET\",\"apiGroup\":\"getCasbin -\\u003e 获取casbin\",\"name\":\"获取casbin\",\"path\":\"/casbin/getCasbin\",\"method\":\"GET\",\"description\":\"获取casbin\"}]},{\"apiGroup\":\"user\",\"children\":[{\"key\":\"/user/getUserInfo,GET\",\"apiGroup\":\"getUserInfo -\\u003e 获取用户信息(必选)\",\"name\":\"获取用户信息(必选)\",\"path\":\"/user/getUserInfo\",\"method\":\"GET\",\"description\":\"获取用户信息(必选)\"},{\"key\":\"/user/getUsers,GET\",\"apiGroup\":\"getUsers -\\u003e 获取所有用户\",\"name\":\"获取所有用户\",\"path\":\"/user/getUsers\",\"method\":\"GET\",\"description\":\"获取所有用户\"},{\"key\":\"/user/deleteUser,DELETE\",\"apiGroup\":\"deleteUser -\\u003e 删除用户\",\"name\":\"删除用户\",\"path\":\"/user/deleteUser\",\"method\":\"DELETE\",\"description\":\"删除用户\"},{\"key\":\"/user/addUser,POST\",\"apiGroup\":\"addUser -\\u003e 添加用户\",\"name\":\"添加用户\",\"path\":\"/user/addUser\",\"method\":\"POST\",\"description\":\"添加用户\"},{\"key\":\"/user/editUser,PUT\",\"apiGroup\":\"editUser -\\u003e 编辑用户\",\"name\":\"编辑用户\",\"path\":\"/user/editUser\",\"method\":\"PUT\",\"description\":\"编辑用户\"},{\"key\":\"/user/modifyPass,PUT\",\"apiGroup\":\"modifyPass -\\u003e 修改用户密码\",\"name\":\"修改用户密码\",\"path\":\"/user/modifyPass\",\"method\":\"PUT\",\"description\":\"修改用户密码\"},{\"key\":\"/user/switchStatus,PUT\",\"apiGroup\":\"switchStatus -\\u003e 切换用户状态\",\"name\":\"切换用户状态\",\"path\":\"/user/switchStatus\",\"method\":\"PUT\",\"description\":\"切换用户状态\"}]},{\"apiGroup\":\"role\",\"children\":[{\"key\":\"/role/getRoles,GET\",\"apiGroup\":\"getRoles -\\u003e 获取所有角色\",\"name\":\"获取所有角色\",\"path\":\"/role/getRoles\",\"method\":\"GET\",\"description\":\"获取所有角色\"},{\"key\":\"/role/addRole,POST\",\"apiGroup\":\"addRole -\\u003e 添加角色\",\"name\":\"添加角色\",\"path\":\"/role/addRole\",\"method\":\"POST\",\"description\":\"添加角色\"},{\"key\":\"/role/deleteRole,DELETE\",\"apiGroup\":\"deleteRole -\\u003e 删除角色\",\"name\":\"删除角色\",\"path\":\"/role/deleteRole\",\"method\":\"DELETE\",\"description\":\"删除角色\"},{\"key\":\"/role/editRole,PUT\",\"apiGroup\":\"editRole -\\u003e 编辑角色\",\"name\":\"编辑角色\",\"path\":\"/role/editRole\",\"method\":\"PUT\",\"description\":\"编辑角色\"},{\"key\":\"/role/editRoleMenu,PUT\",\"apiGroup\":\"editRoleMenu -\\u003e 编辑角色菜单\",\"name\":\"编辑角色菜单\",\"path\":\"/role/editRoleMenu\",\"method\":\"PUT\",\"description\":\"编辑角色菜单\"}]},{\"apiGroup\":\"menu\",\"children\":[{\"key\":\"/menu/getMenus,GET\",\"apiGroup\":\"getMenus -\\u003e 获取所有菜单\",\"name\":\"获取所有菜单\",\"path\":\"/menu/getMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单\"},{\"key\":\"/menu/addMenu,POST\",\"apiGroup\":\"addMenu -\\u003e 添加菜单\",\"name\":\"添加菜单\",\"path\":\"/menu/addMenu\",\"method\":\"POST\",\"description\":\"添加菜单\"},{\"key\":\"/menu/editMenu,PUT\",\"apiGroup\":\"editMenu -\\u003e 编辑菜单\",\"name\":\"编辑菜单\",\"path\":\"/menu/editMenu\",\"method\":\"PUT\",\"description\":\"编辑菜单\"},{\"key\":\"/menu/deleteMenu,DELETE\",\"apiGroup\":\"deleteMenu -\\u003e 删除菜单\",\"name\":\"删除菜单\",\"path\":\"/menu/deleteMenu\",\"method\":\"DELETE\",\"description\":\"删除菜单\"},{\"key\":\"/menu/getElTreeMenus,GET\",\"apiGroup\":\"getElTreeMenus -\\u003e 获取所有菜单(el-tree结构)\",\"name\":\"获取所有菜单(el-tree结构)\",\"path\":\"/menu/getElTreeMenus\",\"method\":\"GET\",\"description\":\"获取所有菜单(el-tree结构)\"}]},{\"apiGroup\":\"api\",\"children\":[{\"key\":\"/api/addApi,POST\",\"apiGroup\":\"addApi -\\u003e 添加api\",\"name\":\"添加api\",\"path\":\"/api/addApi\",\"method\":\"POST\",\"description\":\"添加api\"},{\"key\":\"/api/getApis,GET\",\"apiGroup\":\"getApis -\\u003e 获取所有api\",\"name\":\"获取所有api\",\"path\":\"/api/getApis\",\"method\":\"GET\",\"description\":\"获取所有api\"},{\"key\":\"/api/deleteApi,DELETE\",\"apiGroup\":\"deleteApi -\\u003e 删除api\",\"name\":\"删除api\",\"path\":\"/api/deleteApi\",\"method\":\"DELETE\",\"description\":\"删除api\"},{\"key\":\"/api/editApi,PUT\",\"apiGroup\":\"editApi -\\u003e 编辑api\",\"name\":\"编辑api\",\"path\":\"/api/editApi\",\"method\":\"PUT\",\"description\":\"编辑api\"},{\"key\":\"/api/getElTreeApis,GET\",\"apiGroup\":\"getElTreeApis -\\u003e 获取所有api(el-tree结构)\",\"name\":\"获取所有api(el-tree结构)\",\"path\":\"/api/getElTreeApis\",\"method\":\"GET\",\"description\":\"获取所有api(el-tree结构)\"},{\"key\":\"/api/deleteApisByIds,DELETE\",\"apiGroup\":\"deleteApisByIds -\\u003e 批量删除API\",\"name\":\"批量删除API\",\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\",\"description\":\"批量删除API\"}]},{\"apiGroup\":\"opl\",\"children\":[{\"key\":\"/opl/getOplList,GET\",\"apiGroup\":\"getOplList -\\u003e 分页获取操作记录\",\"name\":\"分页获取操作记录\",\"path\":\"/opl/getOplList\",\"method\":\"GET\",\"description\":\"分页获取操作记录\"},{\"key\":\"/opl/deleteOpl,DELETE\",\"apiGroup\":\"deleteOpl -\\u003e 删除操作记录\",\"name\":\"删除操作记录\",\"path\":\"/opl/deleteOpl\",\"method\":\"DELETE\",\"description\":\"删除操作记录\"},{\"key\":\"/opl/deleteOplByIds,DELETE\",\"apiGroup\":\"deleteOplByIds -\\u003e 批量删除操作记录\",\"name\":\"批量删除操作记录\",\"path\":\"/opl/deleteOplByIds\",\"method\":\"DELETE\",\"description\":\"批量删除操作记录\"}]}],\"checkedKey\":[\"/logReg/login,POST\",\"/auth/logout,GET\",\"/user/getUserInfo,GET\",\"/menu/getMenus,GET\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  986. INSERT INTO `sys_operation_log` VALUES (726, NULL, '2024-04-29 10:39:21', '2024-04-29 10:39:21', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  987. INSERT INTO `sys_operation_log` VALUES (727, NULL, '2024-04-29 10:39:25', '2024-04-29 10:39:25', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  988. INSERT INTO `sys_operation_log` VALUES (728, NULL, '2024-04-29 10:39:42', '2024-04-29 10:39:42', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"16\",\"menuIds\":[\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  989. INSERT INTO `sys_operation_log` VALUES (729, NULL, '2024-04-29 10:39:44', '2024-04-29 10:39:44', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"3\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[]},\"msg\":\"获取成功\"}', 1, 'admin');
  990. INSERT INTO `sys_operation_log` VALUES (730, NULL, '2024-04-29 10:40:00', '2024-04-29 10:40:00', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 11, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"3\",\"menuIds\":[\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  991. INSERT INTO `sys_operation_log` VALUES (731, NULL, '2024-04-29 10:40:22', '2024-04-29 10:40:22', '113.247.230.247', 'PUT', '/user/modifyPass', 200, 116, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"newPassword\":\"Nudt@123\",\"id\":\"6\",\"rePassword\":\"Nudt@123\"}', '{\"code\":200,\"data\":{},\"msg\":\"修改成功\"}', 1, 'admin');
  992. INSERT INTO `sys_operation_log` VALUES (732, NULL, '2024-04-29 10:50:43', '2024-04-29 10:50:43', '113.247.230.247', 'GET', '/menu/getElTreeMenus', 200, 2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"id\":\"16\"}', '{\"code\":200,\"data\":{\"list\":[{\"id\":\"1\",\"parentId\":\"0\",\"name\":\"permissionManagement\",\"path\":\"/permissionManagement\",\"component\":\"\",\"sort\":10,\"title\":\"权限管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"2\",\"parentId\":\"1\",\"name\":\"userList\",\"path\":\"userList\",\"component\":\"1\",\"sort\":1,\"title\":\"用户管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"3\",\"parentId\":\"1\",\"name\":\"roleList\",\"path\":\"roleList\",\"component\":\"permissionManagement/roleList.vue\",\"sort\":2,\"title\":\"角色管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"4\",\"parentId\":\"1\",\"name\":\"menuList\",\"path\":\"menuList\",\"component\":\"permissionManagement/menuList.vue\",\"sort\":3,\"title\":\"菜单管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"5\",\"parentId\":\"1\",\"name\":\"resourceList\",\"path\":\"resourceList\",\"component\":\"permissionManagement/resourceList.vue\",\"sort\":4,\"title\":\"接口管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"38\",\"parentId\":\"1\",\"name\":\"oplList\",\"path\":\"oplList\",\"component\":\"\",\"sort\":5,\"title\":\"操作日志\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"6\",\"parentId\":\"0\",\"name\":\"containerManagement\",\"path\":\"/cluster/:clusterName\",\"component\":\"\",\"sort\":4,\"title\":\"容器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"32\",\"parentId\":\"6\",\"name\":\"clusterOverview\",\"path\":\"clusterOverview\",\"component\":\"/cluster/overview.vue\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"33\",\"parentId\":\"0\",\"name\":\"virtualMachineMana\",\"path\":\"/virtual/:clusterName\",\"component\":\"\",\"sort\":9,\"title\":\"虚拟机管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"46\",\"parentId\":\"33\",\"name\":\"virtualOverview\",\"path\":\"/virtual/:clusterName/virtualOverview\",\"component\":\"\",\"sort\":1,\"title\":\"概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"53\",\"parentId\":\"33\",\"name\":\"instance\",\"path\":\"/virtual/:clusterName/instance\",\"component\":\"\",\"sort\":1,\"title\":\"虚拟机\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"54\",\"parentId\":\"33\",\"name\":\"network\",\"path\":\"/virtual/:clusterName/network\",\"component\":\"\",\"sort\":1,\"title\":\"网络\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"55\",\"parentId\":\"33\",\"name\":\"dataVolume\",\"path\":\"/virtual/:clusterName/dataVolume\",\"component\":\"\",\"sort\":1,\"title\":\"卷\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"56\",\"parentId\":\"33\",\"name\":\"images\",\"path\":\"/virtual/:clusterName/images\",\"component\":\"\",\"sort\":1,\"title\":\"镜像\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"34\",\"parentId\":\"0\",\"name\":\"monitorSelectBk\",\"path\":\"/monitorSelectBk\",\"component\":\"\",\"sort\":1,\"title\":\"资源中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"35\",\"parentId\":\"34\",\"name\":\"clusterSelect\",\"path\":\"/clusterSelect\",\"component\":\"\",\"sort\":1,\"title\":\"集群管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"39\",\"parentId\":\"0\",\"name\":\"taskManagement\",\"path\":\"/taskManagement\",\"component\":\"\",\"sort\":2,\"title\":\"任务管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"40\",\"parentId\":\"39\",\"name\":\"taskList\",\"path\":\"taskList\",\"component\":\"\",\"sort\":1,\"title\":\"任务列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"41\",\"parentId\":\"0\",\"name\":\"strategyManagement\",\"path\":\"/strategyManagement\",\"component\":\"\",\"sort\":3,\"title\":\"策略管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"42\",\"parentId\":\"41\",\"name\":\"schedulingStrategy\",\"path\":\"schedulingStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"调度策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false},{\"id\":\"43\",\"parentId\":\"41\",\"name\":\"warnStrategy\",\"path\":\"/strategyManagement/warnStrategy\",\"component\":\"\",\"sort\":1,\"title\":\"告警策略\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"44\",\"parentId\":\"0\",\"name\":\"hpcManagement\",\"path\":\"/hpc\",\"component\":\"\",\"sort\":6,\"title\":\"超算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"36\",\"parentId\":\"44\",\"name\":\"hpcOverview\",\"path\":\"/hpc/hpcOverview\",\"component\":\"\",\"sort\":2,\"title\":\"超算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"45\",\"parentId\":\"0\",\"name\":\"aiManagement\",\"path\":\"/modelarts\",\"component\":\"\",\"sort\":5,\"title\":\"智算管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"37\",\"parentId\":\"45\",\"name\":\"modelartsOverview\",\"path\":\"/modelarts/overview\",\"component\":\"\",\"sort\":1,\"title\":\"智算概览\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"47\",\"parentId\":\"0\",\"name\":\"warnCenter\",\"path\":\"/warnManagement\",\"component\":\"\",\"sort\":8,\"title\":\"告警中心\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"48\",\"parentId\":\"47\",\"name\":\"warnList\",\"path\":\"/warnManagement/warnList\",\"component\":\"\",\"sort\":2,\"title\":\"告警列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"49\",\"parentId\":\"0\",\"name\":\"adapterManagement\",\"path\":\"/adapterManagement\",\"component\":\"/adapterManagement\",\"sort\":7,\"title\":\"驱动器管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"50\",\"parentId\":\"49\",\"name\":\"adapterList\",\"path\":\"/adapterManagement/list\",\"component\":\"/adapterManagement/list.vue\",\"sort\":1,\"title\":\"驱动器列表\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"51\",\"parentId\":\"0\",\"name\":\"systemManagement\",\"path\":\"/setting\",\"component\":\"/setting\",\"sort\":11,\"title\":\"系统管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false,\"children\":[{\"id\":\"52\",\"parentId\":\"51\",\"name\":\"dictManagement\",\"path\":\"/setting/dictManagement\",\"component\":\"/setting/systemManagement/index.vue\",\"sort\":1,\"title\":\"字典管理\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}]},{\"id\":\"60\",\"parentId\":\"0\",\"name\":\"monitorSelectNew\",\"path\":\"/monitorSelectNew\",\"component\":\"\",\"sort\":1,\"title\":\"展示首页\",\"icon\":\"\",\"status\":true,\"defaultMenu\":false}],\"menuIds\":[\"32\",\"35\",\"36\",\"37\",\"40\",\"42\",\"43\",\"46\",\"48\",\"50\",\"52\",\"53\",\"54\",\"55\",\"56\"]},\"msg\":\"获取成功\"}', 1, 'admin');
  993. INSERT INTO `sys_operation_log` VALUES (733, NULL, '2024-04-29 10:50:55', '2024-04-29 10:50:55', '113.247.230.247', 'PUT', '/role/editRoleMenu', 200, 8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', '{\"roleId\":\"16\",\"menuIds\":[\"6\",\"32\",\"33\",\"46\",\"53\",\"54\",\"55\",\"56\",\"34\",\"35\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"36\",\"45\",\"37\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\"]}', '{\"code\":200,\"data\":{},\"msg\":\"编辑成功\"}', 1, 'admin');
  994. -- ----------------------------
  995. -- Table structure for sys_role
  996. -- ----------------------------
  997. DROP TABLE IF EXISTS `sys_role`;
  998. CREATE TABLE `sys_role` (
  999. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
  1000. `deleted_at` datetime NULL DEFAULT NULL COMMENT '删除时间',
  1001. `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
  1002. `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
  1003. `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '名称',
  1004. `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '描述',
  1005. `status` tinyint(1) NULL DEFAULT NULL COMMENT '是否可用',
  1006. PRIMARY KEY (`id`) USING BTREE,
  1007. UNIQUE INDEX `uni_sys_role_name`(`name` ASC) USING BTREE,
  1008. INDEX `idx_sys_role_deleted_at`(`deleted_at` ASC) USING BTREE
  1009. ) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  1010. -- ----------------------------
  1011. -- Records of sys_role
  1012. -- ----------------------------
  1013. INSERT INTO `sys_role` VALUES (1, NULL, '2024-02-06 10:00:12', '2024-04-29 10:38:26', 'admin', '系统管理员', 1);
  1014. INSERT INTO `sys_role` VALUES (3, NULL, '2024-04-02 09:06:08', '2024-04-29 10:40:00', 'test', '测试角色', 1);
  1015. INSERT INTO `sys_role` VALUES (16, NULL, '2024-04-29 10:29:53', '2024-04-29 10:50:55', 'user', '使用者', 1);
  1016. -- ----------------------------
  1017. -- Table structure for sys_role_menu
  1018. -- ----------------------------
  1019. DROP TABLE IF EXISTS `sys_role_menu`;
  1020. CREATE TABLE `sys_role_menu` (
  1021. `menu_model_id` bigint UNSIGNED NOT NULL COMMENT 'id',
  1022. `role_model_id` bigint UNSIGNED NOT NULL COMMENT 'id',
  1023. PRIMARY KEY (`menu_model_id`, `role_model_id`) USING BTREE
  1024. ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  1025. -- ----------------------------
  1026. -- Records of sys_role_menu
  1027. -- ----------------------------
  1028. INSERT INTO `sys_role_menu` VALUES (1, 1);
  1029. INSERT INTO `sys_role_menu` VALUES (2, 1);
  1030. INSERT INTO `sys_role_menu` VALUES (3, 1);
  1031. INSERT INTO `sys_role_menu` VALUES (4, 1);
  1032. INSERT INTO `sys_role_menu` VALUES (5, 1);
  1033. INSERT INTO `sys_role_menu` VALUES (6, 1);
  1034. INSERT INTO `sys_role_menu` VALUES (6, 3);
  1035. INSERT INTO `sys_role_menu` VALUES (6, 16);
  1036. INSERT INTO `sys_role_menu` VALUES (32, 1);
  1037. INSERT INTO `sys_role_menu` VALUES (32, 3);
  1038. INSERT INTO `sys_role_menu` VALUES (32, 16);
  1039. INSERT INTO `sys_role_menu` VALUES (33, 1);
  1040. INSERT INTO `sys_role_menu` VALUES (33, 3);
  1041. INSERT INTO `sys_role_menu` VALUES (33, 16);
  1042. INSERT INTO `sys_role_menu` VALUES (34, 1);
  1043. INSERT INTO `sys_role_menu` VALUES (34, 3);
  1044. INSERT INTO `sys_role_menu` VALUES (34, 16);
  1045. INSERT INTO `sys_role_menu` VALUES (35, 1);
  1046. INSERT INTO `sys_role_menu` VALUES (35, 3);
  1047. INSERT INTO `sys_role_menu` VALUES (35, 16);
  1048. INSERT INTO `sys_role_menu` VALUES (36, 1);
  1049. INSERT INTO `sys_role_menu` VALUES (36, 3);
  1050. INSERT INTO `sys_role_menu` VALUES (36, 16);
  1051. INSERT INTO `sys_role_menu` VALUES (37, 1);
  1052. INSERT INTO `sys_role_menu` VALUES (37, 3);
  1053. INSERT INTO `sys_role_menu` VALUES (37, 16);
  1054. INSERT INTO `sys_role_menu` VALUES (38, 1);
  1055. INSERT INTO `sys_role_menu` VALUES (39, 1);
  1056. INSERT INTO `sys_role_menu` VALUES (39, 3);
  1057. INSERT INTO `sys_role_menu` VALUES (39, 16);
  1058. INSERT INTO `sys_role_menu` VALUES (40, 1);
  1059. INSERT INTO `sys_role_menu` VALUES (40, 3);
  1060. INSERT INTO `sys_role_menu` VALUES (40, 16);
  1061. INSERT INTO `sys_role_menu` VALUES (41, 1);
  1062. INSERT INTO `sys_role_menu` VALUES (41, 3);
  1063. INSERT INTO `sys_role_menu` VALUES (41, 16);
  1064. INSERT INTO `sys_role_menu` VALUES (42, 1);
  1065. INSERT INTO `sys_role_menu` VALUES (42, 3);
  1066. INSERT INTO `sys_role_menu` VALUES (42, 16);
  1067. INSERT INTO `sys_role_menu` VALUES (43, 1);
  1068. INSERT INTO `sys_role_menu` VALUES (43, 3);
  1069. INSERT INTO `sys_role_menu` VALUES (43, 16);
  1070. INSERT INTO `sys_role_menu` VALUES (44, 1);
  1071. INSERT INTO `sys_role_menu` VALUES (44, 3);
  1072. INSERT INTO `sys_role_menu` VALUES (44, 16);
  1073. INSERT INTO `sys_role_menu` VALUES (45, 1);
  1074. INSERT INTO `sys_role_menu` VALUES (45, 3);
  1075. INSERT INTO `sys_role_menu` VALUES (45, 16);
  1076. INSERT INTO `sys_role_menu` VALUES (46, 1);
  1077. INSERT INTO `sys_role_menu` VALUES (46, 3);
  1078. INSERT INTO `sys_role_menu` VALUES (46, 16);
  1079. INSERT INTO `sys_role_menu` VALUES (47, 1);
  1080. INSERT INTO `sys_role_menu` VALUES (47, 3);
  1081. INSERT INTO `sys_role_menu` VALUES (47, 16);
  1082. INSERT INTO `sys_role_menu` VALUES (48, 1);
  1083. INSERT INTO `sys_role_menu` VALUES (48, 3);
  1084. INSERT INTO `sys_role_menu` VALUES (48, 16);
  1085. INSERT INTO `sys_role_menu` VALUES (49, 1);
  1086. INSERT INTO `sys_role_menu` VALUES (49, 3);
  1087. INSERT INTO `sys_role_menu` VALUES (49, 16);
  1088. INSERT INTO `sys_role_menu` VALUES (50, 1);
  1089. INSERT INTO `sys_role_menu` VALUES (50, 3);
  1090. INSERT INTO `sys_role_menu` VALUES (50, 16);
  1091. INSERT INTO `sys_role_menu` VALUES (51, 1);
  1092. INSERT INTO `sys_role_menu` VALUES (51, 3);
  1093. INSERT INTO `sys_role_menu` VALUES (51, 16);
  1094. INSERT INTO `sys_role_menu` VALUES (52, 1);
  1095. INSERT INTO `sys_role_menu` VALUES (52, 3);
  1096. INSERT INTO `sys_role_menu` VALUES (52, 16);
  1097. INSERT INTO `sys_role_menu` VALUES (53, 1);
  1098. INSERT INTO `sys_role_menu` VALUES (53, 3);
  1099. INSERT INTO `sys_role_menu` VALUES (53, 16);
  1100. INSERT INTO `sys_role_menu` VALUES (54, 1);
  1101. INSERT INTO `sys_role_menu` VALUES (54, 3);
  1102. INSERT INTO `sys_role_menu` VALUES (54, 16);
  1103. INSERT INTO `sys_role_menu` VALUES (55, 1);
  1104. INSERT INTO `sys_role_menu` VALUES (55, 3);
  1105. INSERT INTO `sys_role_menu` VALUES (55, 16);
  1106. INSERT INTO `sys_role_menu` VALUES (56, 1);
  1107. INSERT INTO `sys_role_menu` VALUES (56, 3);
  1108. INSERT INTO `sys_role_menu` VALUES (56, 16);
  1109. INSERT INTO `sys_role_menu` VALUES (60, 1);
  1110. -- ----------------------------
  1111. -- Table structure for sys_user
  1112. -- ----------------------------
  1113. DROP TABLE IF EXISTS `sys_user`;
  1114. CREATE TABLE `sys_user` (
  1115. `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
  1116. `deleted_at` datetime NULL DEFAULT NULL COMMENT '删除时间',
  1117. `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
  1118. `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
  1119. `username` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '用户名',
  1120. `password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '密码',
  1121. `nickname` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '昵称',
  1122. `phone` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '手机号',
  1123. `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '邮箱',
  1124. `header_img` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '用户头像',
  1125. `role_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT '角色Id',
  1126. `status` tinyint(1) NULL DEFAULT 1 COMMENT '是否可用',
  1127. PRIMARY KEY (`id`) USING BTREE,
  1128. UNIQUE INDEX `uni_sys_user_username`(`username` ASC) USING BTREE,
  1129. INDEX `idx_sys_user_deleted_at`(`deleted_at` ASC) USING BTREE,
  1130. INDEX `idx_sys_user_username`(`username` ASC) USING BTREE
  1131. ) ENGINE = InnoDB AUTO_INCREMENT = 25 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic;
  1132. -- ----------------------------
  1133. -- Records of sys_user
  1134. -- ----------------------------
  1135. INSERT INTO `sys_user` VALUES (1, NULL, '2024-04-01 02:13:26', '2024-04-25 18:23:01', 'admin', '$2a$10$fPTfOXFLaX9yz.hiHHFFqOzbOpmT.wwZTw.WxcdjXe0ibzi/6TZ2y', '系统管理员', '13600000000', 'pcm-admin@jointcloud.net', '', 1, 1);
  1136. INSERT INTO `sys_user` VALUES (6, NULL, '2024-04-01 02:13:14', '2024-04-29 10:40:22', 'pcm', '$2a$10$oABUcIi6AmFBKxye6Hj5DeoGyQmuQ./LnyWRMcRL6C19oty2wmXfK', 'pcm用户', '18888888888', 'pcm@jointcloud.net', '', 16, 1);
  1137. INSERT INTO `sys_user` VALUES (10, NULL, '2024-04-18 08:18:55', '2024-04-29 10:36:00', 'pcm-dev', '$2a$10$TiGsW5fnp9X0KFMajyechOn3dNXYUOVCVWVmaAhTFOmrkXc2eWbKq', '测试管理员', '13657412025', 'pcm-test@jointcloud.net', '', 3, 1);
  1138. SET FOREIGN_KEY_CHECKS = 1;

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.