refactor: 精简代码移除未找到视图级联授权状态
This commit is contained in:
parent
b14089affb
commit
5528dbebbe
|
@ -3,8 +3,6 @@
|
|||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
||||
</Found>
|
||||
<NotFound>
|
||||
<CascadingAuthenticationState>
|
||||
<LayoutView Layout="@typeof(NotFoundLayout)" />
|
||||
</CascadingAuthenticationState>
|
||||
<LayoutView Layout="@typeof(NotFoundLayout)" />
|
||||
</NotFound>
|
||||
</Router>
|
||||
|
|
Loading…
Reference in New Issue