mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
fix(菜单配置): 更新示例管理目录的默认重定向路径
将示例管理目录的默认重定向路径从null改为/example/demo-group/demo01,确保用户访问时能正确跳转到示例01页面
This commit is contained in:
@@ -3307,7 +3307,7 @@
|
||||
"title": "示例管理目录",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"redirect": "/example/demo-group/demo01",
|
||||
"description": "示例管理子目录(含示例01)",
|
||||
"children": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user