This commit is contained in:
yumoqing 2026-07-08 18:27:23 +08:00
parent a243f1d9cf
commit d615a9ed0c

View File

@ -10,7 +10,12 @@
{"widgettype": "Button", "id": "btn_toggle_sidebar", "options": {"label": "☰", "css": "text", "color": "#fff", "cfontsize": 1.4}, "binds": [{"wid": "self", "event": "click", "actiontype": "method", "target": "app.sidebar_menu", "method": "toggle_collapse"}]},
{"widgettype": "Title4", "options": {"text": "产线平台", "color": "#fff"}},
{"widgettype": "Filler"},
{"widgettype": "Button", "options": {"label": "管理", "css": "text", "color": "#fff"}, "binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "window", "options": {"url": "{{entire_url('/rbac/user/')}}"}}]}
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('/rbac/user/user_panel.ui')}}"
}
}
]
},
{