refactor: 精简代码移除未找到视图级联授权状态

This commit is contained in:
Argo Window10 2019-12-12 18:56:15 +08:00
parent b14089affb
commit 5528dbebbe
1 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>
<NotFound>
<CascadingAuthenticationState>
<LayoutView Layout="@typeof(NotFoundLayout)" />
</CascadingAuthenticationState>
<LayoutView Layout="@typeof(NotFoundLayout)" />
</NotFound>
</Router>