style: 优化整体title显示

This commit is contained in:
ccnetcore
2026-01-03 02:15:28 +08:00
parent a50f877964
commit c4ab176089
6 changed files with 64 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ namespace Yi.Framework.AiHub.Application.Services;
/// <summary>
/// 渠道商管理服务实现
/// </summary>
[Authorize]
[Authorize(Roles = "admin")]
public class ChannelService : ApplicationService, IChannelService
{
private readonly ISqlSugarRepository<AiAppAggregateRoot, Guid> _appRepository;