From 331b7f9770ebc79c9b8438ccf1ea5c971f102716 Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 23 May 2024 09:23:44 +0800 Subject: [PATCH] * my: set active item of mainNavbar. --- module/my/ui/header.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/my/ui/header.html.php b/module/my/ui/header.html.php index 7fae2fe2c3..66172de53a 100644 --- a/module/my/ui/header.html.php +++ b/module/my/ui/header.html.php @@ -36,6 +36,7 @@ if($app->rawMethod == 'work') mainNavbar ( + set::active($mode), set::badgeMap($badgeMap) ); }