添加页面
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@page "/deposit/list"
|
||||
@page "/{locale}/deposit/list"
|
||||
|
||||
<PageContainer Title="储值订单">
|
||||
<Breadcrumb>
|
||||
<Breadcrumb>
|
||||
<BreadcrumbItem Href="/">管理后台</BreadcrumbItem>
|
||||
<BreadcrumbItem Href="/content/page/list">内容管理</BreadcrumbItem>
|
||||
<BreadcrumbItem>储值订单</BreadcrumbItem>
|
||||
</Breadcrumb>
|
||||
</Breadcrumb>
|
||||
<ChildContent>
|
||||
<h3>Tools</h3>
|
||||
</ChildContent>
|
||||
</PageContainer>
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public string Locale { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user