From d615a9ed0cb1fb30d2160e6348ac3abbdca91874 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Jul 2026 18:27:23 +0800 Subject: [PATCH] bugfix --- wwwroot/index.ui | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index cc0a36b..1d0faea 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -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')}}" + } + } ] }, {