20 lines
532 B
Plaintext
20 lines
532 B
Plaintext
@page "/system/info"
|
|
@page "/{locale}/system/info"
|
|
<PageContainer Title="系统信息">
|
|
<Breadcrumb>
|
|
<Breadcrumb>
|
|
<BreadcrumbItem Href="/">管理后台</BreadcrumbItem>
|
|
<BreadcrumbItem Href="/admin/list">系统功能</BreadcrumbItem>
|
|
<BreadcrumbItem>系统信息</BreadcrumbItem>
|
|
</Breadcrumb>
|
|
</Breadcrumb>
|
|
<ChildContent>
|
|
<h3>Tools</h3>
|
|
</ChildContent>
|
|
</PageContainer>
|
|
|
|
@code {
|
|
[Parameter]
|
|
public string Locale { get; set; } = string.Empty;
|
|
}
|