fix(gencode): 修复代码生成模块的表创建和菜单生成逻辑

refactor(menu): 优化菜单表格列的溢出显示
style: 调整CSS样式属性和注释格式
fix: 修正SQL示例的格式缩进问题
chore: 更新系统菜单的keep_alive配置
This commit is contained in:
zhangtao
2026-01-04 01:27:08 +08:00
parent 1ee6400ac7
commit 2bd510de80
9 changed files with 482 additions and 443 deletions
+12 -12
View File
@@ -1532,7 +1532,7 @@
"route_path": "/application",
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "应用管理",
@@ -1882,7 +1882,7 @@
"route_path": "/monitor",
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "监控管理",
@@ -1901,7 +1901,7 @@
"route_path": "/monitor/online",
"component_path": "module_monitor/online/index",
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "在线用户",
@@ -1920,7 +1920,7 @@
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "在线用户强制下线",
@@ -1941,7 +1941,7 @@
"route_path": "/monitor/server",
"component_path": "module_monitor/server/index",
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "服务器监控",
@@ -1960,7 +1960,7 @@
"route_path": "/monitor/cache",
"component_path": "module_monitor/cache/index",
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "缓存监控",
@@ -1979,7 +1979,7 @@
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "清除缓存",
@@ -2175,7 +2175,7 @@
"route_path": "/generator",
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "代码管理",
@@ -2388,7 +2388,7 @@
"route_path": "/common",
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "接口管理",
@@ -2407,7 +2407,7 @@
"route_path": "/common/docs",
"component_path": "module_common/docs/index",
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "Swagger文档",
@@ -2426,7 +2426,7 @@
"route_path": "/common/redoc",
"component_path": "module_common/redoc/index",
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "Redoc文档",
@@ -2447,7 +2447,7 @@
"route_path": "/example",
"component_path": null,
"status": "0",
"keep_alive": false,
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "案例管理",