This commit is contained in:
2025-12-05 12:26:10 +08:00
parent cb881ae1e1
commit ec36b7c8b9
13 changed files with 16 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
@page "/system/app/version/list"
@inject ILogger<AppVersionList> Logger
@inject HttpService HttpService
@* @attribute [Authorize] *@
@attribute [Authorize]
@code {

View File

@@ -1,6 +1,6 @@
@page "/system/app/list"
@inject ILogger<SiteAppList> Logger
@* @attribute [Authorize] *@
@attribute [Authorize]
@code {