feat: 添加LangJin文档功能并优化代码结构

添加前端LangJin文档页面和路由
完善后端文档配置和错误处理
优化代码格式和导入顺序
更新系统菜单和配置项
This commit is contained in:
zhangtao
2026-02-14 00:33:47 +08:00
parent 6c14b3ad54
commit 815bb31d52
10 changed files with 148 additions and 92 deletions
+19
View File
@@ -2605,6 +2605,25 @@
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "LangJin文档",
"type": 4,
"icon": "el-icon-Document",
"order": 3,
"permission": "module_common:ljdoc:query",
"route_name": "Ljdoc",
"route_path": "/common/ljdoc",
"component_path": "module_common/ljdoc/index",
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "LangJin文档",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
}
]
},