fix(#IWP1S): 修复CentOS操作系统下大小写敏感导致Navigator视图找不到

#Comment
comment #IWP1S

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IWP1S
This commit is contained in:
Argo Zhang 2019-05-17 18:44:26 +08:00
parent 974521968c
commit d7dea56a7a
1 changed files with 1 additions and 1 deletions

View File

@ -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>