13 lines
533 B
Plaintext
13 lines
533 B
Plaintext
<Router AppAssembly="@typeof(App).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(DRS9.Dashboard.Server.Components.Layout.MainLayout)" />
|
|
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
|
|
</Found>
|
|
<NotFound>
|
|
<PageTitle>Not found</PageTitle>
|
|
<LayoutView Layout="@typeof(DRS9.Dashboard.Server.Components.Layout.MainLayout)">
|
|
<p role="alert">抱歉,未找到该页面。</p>
|
|
</LayoutView>
|
|
</NotFound>
|
|
</Router>
|