refactor: 更新路由大小写问题
This commit is contained in:
parent
434e7ab82b
commit
3898d0c7d5
|
@ -1,4 +1,4 @@
|
|||
@page "/admin/logins"
|
||||
@page "/Admin/Logins"
|
||||
|
||||
<AdminTable TItem="LoginLog" IsPagination="true" CustomerSearchModel="@TableSearchModel" SortString="LoginTime desc"
|
||||
ShowDefaultButtons="false" ShowExtendButtons="false">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@page "/admin/logs"
|
||||
@page "/Admin/Logs"
|
||||
|
||||
<h3>Logs</h3>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@page "/admin/sql"
|
||||
@page "/Admin/Sql"
|
||||
|
||||
<h3>SQL</h3>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue