feat: update template

This commit is contained in:
2026-08-19 22:05:49 +08:00
parent 0e674e9d56
commit 5a71093b0c
67 changed files with 2070 additions and 585 deletions

View File

@@ -71,6 +71,9 @@ func (s *MenuService) Create(ctx context.Context, req request.CreateMenuRequest)
return err
}
// 清理缓存 这里不清理 超管用户的菜单不会刷新
_ = s.cache.DelByPrefix(ctx, cachekey.UserInfoPattern)
return nil
}