From 1bf545170d4667ea88e33d391310738f5e5d08a7 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Thu, 15 Apr 2021 14:53:05 +0800 Subject: [PATCH] * Fix user menu highlight. --- module/index/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/index/js/index.js b/module/index/js/index.js index e1d8f63de8..c4dc6cb40f 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -126,7 +126,7 @@ } if(moduleName === 'user') { - if(['todo', 'todocalendar', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system'; + if(['todo', 'todocalendar', 'effortcalendar', 'effort', 'task', 'todo', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system'; } if(moduleName === 'my') {