fix(#I1BFCB): 增加前台应用后管理员个人中心不可见
#Comment comment #I1BFCB #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1BFCB
This commit is contained in:
parent
f65cbcb461
commit
28c7523223
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue