去除首页面,优化命名,优化schema

This commit is contained in:
不胜舟
2023-06-21 01:15:56 +08:00
parent d71e2e220f
commit 4e7a85bead
838 changed files with 1588 additions and 1725 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ def configs():
# 网站名称
"title": current_app.config.get("SYSTEM_NAME"),
# 网站图标
"image": "/static/admin/admin/images/logo.png"
"image": "/static/system/system/images/logo.png"
# 菜单配置
}, menu={
# 菜单数据来源
@@ -47,7 +47,7 @@ def configs():
# 标识 ID , 建议与菜单项中的 ID 一致
"id": "10",
# 页面地址
"href": "/admin/welcome",
"href": "/system/welcome",
# 标题
"title": "首页"
}