From fcf4bee7efca8ad4be9b4d4819ee3b48e0510957 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 21 Jul 2026 14:27:46 +0800 Subject: [PATCH] bugfix --- wwwroot/index.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 4a64f722..bbbf0370 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -173,14 +173,14 @@ "event": "user_logined", "actiontype": "script", "target": "self", - "script": "sageOnLogin('{{entire_url('/dashboard_for_sage/index.ui')}}')" + "script": "sageOnLogin('{{entire_url('/sage_dashboard/index.ui')}}')" } ], "subwidgets": [ { "widgettype": "urlwidget", "options": { - "url": "{{entire_url('/dashboard_for_sage/index.ui')}}" + "url": "{{entire_url('/sage_dashboard/index.ui')}}" } } ]