fix(#IWP1S): 修复CentOS操作系统下大小写敏感导致Navigator视图找不到
#Comment comment #IWP1S #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IWP1S
This commit is contained in:
parent
974521968c
commit
d7dea56a7a
|
@ -39,7 +39,7 @@
|
|||
@RenderSection("javascript", false)
|
||||
<script src="~/js/log.js" asp-append-version="true"></script>
|
||||
}
|
||||
@await Html.PartialAsync("navigator")
|
||||
@await Html.PartialAsync("Navigator")
|
||||
<section id="main-content" class="main-content">
|
||||
@RenderBody()
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue