mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat: 添加LangJin文档功能并优化代码结构
添加前端LangJin文档页面和路由 完善后端文档配置和错误处理 优化代码格式和导入顺序 更新系统菜单和配置项
This commit is contained in:
@@ -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": "初始化数据"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user