feat: 用户登录后自动加载dashboard到右侧主内容区

This commit is contained in:
yumoqing 2026-05-31 10:36:54 +08:00
parent 62dd86a80b
commit 81c6151228

View File

@ -156,6 +156,18 @@
"height": "100%",
"padding": "24px"
},
"binds": [
{
"wid": "app",
"event": "user_logined",
"actiontype": "urlwidget",
"target": "self",
"options": {
"url": "{{entire_url('/dashboard_for_sage/index.ui')}}"
},
"mode": "replace"
}
],
"subwidgets": [
{
"widgettype": "Text",