refactor: 更新路由大小写问题

This commit is contained in:
Argo-Tianyi 2022-01-23 12:53:38 +08:00
parent 434e7ab82b
commit 3898d0c7d5
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
@page "/admin/logins"
@page "/Admin/Logins"
<AdminTable TItem="LoginLog" IsPagination="true" CustomerSearchModel="@TableSearchModel" SortString="LoginTime desc"
ShowDefaultButtons="false" ShowExtendButtons="false">

View File

@ -1,4 +1,4 @@
@page "/admin/logs"
@page "/Admin/Logs"
<h3>Logs</h3>

View File

@ -1,4 +1,4 @@
@page "/admin/sql"
@page "/Admin/Sql"
<h3>SQL</h3>

View File

@ -1,4 +1,4 @@
@page "/admin/traces"
@page "/Admin/Traces"
<AdminTable TItem="DataAccess.Models.Trace" IsPagination="true" PageItemsSource="PageItemsSource" SortString="LogTime desc"
ShowDefaultButtons="false" ShowExtendButtons="false" CustomerSearchModel="TraceSearchModel"