feat: 用户登录后自动加载dashboard到右侧主内容区
This commit is contained in:
parent
62dd86a80b
commit
81c6151228
@ -156,6 +156,18 @@
|
|||||||
"height": "100%",
|
"height": "100%",
|
||||||
"padding": "24px"
|
"padding": "24px"
|
||||||
},
|
},
|
||||||
|
"binds": [
|
||||||
|
{
|
||||||
|
"wid": "app",
|
||||||
|
"event": "user_logined",
|
||||||
|
"actiontype": "urlwidget",
|
||||||
|
"target": "self",
|
||||||
|
"options": {
|
||||||
|
"url": "{{entire_url('/dashboard_for_sage/index.ui')}}"
|
||||||
|
},
|
||||||
|
"mode": "replace"
|
||||||
|
}
|
||||||
|
],
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "Text",
|
"widgettype": "Text",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user