@page "/system/app/version/list" @page "/{locale}/system/app/version/list" @inject ILogger Logger @attribute [Authorize]
管理后台 系统配置 版本管理

App Version List

@code { [Parameter] public string Locale { get; set; } = string.Empty; }