@page "/system/locale/resource/list/{Id:int}" @inject ILogger Logger 本地化语言资源 @code { [Parameter] public long Id { get; set; } bool loading = false; }