fix(#I1BFCB): 增加前台应用后管理员个人中心不可见

#Comment
comment #I1BFCB

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1BFCB
This commit is contained in:
Argo Zhang 2020-03-12 10:42:35 +08:00
parent f65cbcb461
commit 28c7523223
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 2 deletions

View File

@ -90,9 +90,11 @@ namespace Bootstrap.DataAccess
}
if (dictIds != null)
{
cacheKeys.Add(DictHelper.RetrieveDictsDataKey + "*");
cacheKeys.Add(AppHelper.RetrieveAppsByUserNameDataKey + "*");
cacheKeys.Add(DictHelper.RetrieveDictsDataKey);
cacheKeys.Add(DictHelper.RetrieveCategoryDataKey);
corsKeys.Add(DictHelper.RetrieveDictsDataKey + "*");
corsKeys.Add(DictHelper.RetrieveDictsDataKey);
corsKeys.Add(AppHelper.RetrieveAppsByUserNameDataKey + "*");
}
if (cacheKey != null)
{