@@ -221,7 +221,7 @@ public class SysMenuService : IDynamicApiController, ITransient
/// </summary>
private void DeleteMenuCache()
{
- _sysCacheService.RemoveByPrefixKey(CacheConst.KeyMenu);
+ // _sysCacheService.RemoveByPrefixKey(CacheConst.KeyMenu);
_sysCacheService.RemoveByPrefixKey(CacheConst.KeyPermission);
}