From 52511f5e7a7ed1c7a2f24ce6e3fd58fc7c6e7f8a Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Thu, 8 Apr 2021 16:36:39 +0800 Subject: [PATCH] * Fix todo calendar hight light. --- 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 0e709fd59e..e1d8f63de8 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -126,7 +126,7 @@ } if(moduleName === 'user') { - if(['todo', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system'; + if(['todo', 'todocalendar', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system'; } if(moduleName === 'my') {