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