Skip to content

Commit 5aa657b

Browse files
committed
bug fix for layout
1 parent 983eeb2 commit 5aa657b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ant.mgr/mgr.core/Areas/Admin/Views/Account/Login.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
ViewBag.Title = "登录";
3-
Layout = "~//Views/Shared/_Layout.cshtml";
3+
Layout = "~/Views/Shared/_Layout.cshtml";
44
}
55

66
<div class="middle-box text-center loginscreen animated fadeInDown">

ant.mgr/mgr.core/ant.mgr.core.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.3.1" />
1818
<PackageReference Include="Microsoft.AspNetCore.App" />
1919
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
20-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.9" />
20+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
2121
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2222
<PackageReference Include="NLog.Extensions.Logging" Version="1.3.0" />
2323
<PackageReference Include="NLog.MailKit" Version="3.0.0" />
@@ -51,9 +51,6 @@
5151
<None Include="wwwroot\Content\static\images\joinbottom.gif" />
5252
<None Include="wwwroot\Content\static\images\jzx.gif" />
5353
</ItemGroup>
54-
<PropertyGroup>
55-
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>
56-
</PropertyGroup>
5754
<ItemGroup>
5855
<Content Update="appsettings.json">
5956
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

0 commit comments

Comments
 (0)