File tree 2 files changed +2
-5
lines changed
Areas/Admin/Views/Account 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
@{
2
2
ViewBag .Title = " 登录" ;
3
- Layout = " ~// Views/Shared/_Layout.cshtml" ;
3
+ Layout = " ~/Views/Shared/_Layout.cshtml" ;
4
4
}
5
5
6
6
<div class =" middle-box text-center loginscreen animated fadeInDown" >
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Autofac.Extensions.DependencyInjection" Version =" 4.3.1" />
18
18
<PackageReference Include =" Microsoft.AspNetCore.App" />
19
19
<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 " />
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.1" />
22
22
<PackageReference Include =" NLog.Extensions.Logging" Version =" 1.3.0" />
23
23
<PackageReference Include =" NLog.MailKit" Version =" 3.0.0" />
51
51
<None Include =" wwwroot\Content\static\images\joinbottom.gif" />
52
52
<None Include =" wwwroot\Content\static\images\jzx.gif" />
53
53
</ItemGroup >
54
- <PropertyGroup >
55
- <IsTransformWebConfigDisabled >true</IsTransformWebConfigDisabled >
56
- </PropertyGroup >
57
54
<ItemGroup >
58
55
<Content Update =" appsettings.json" >
59
56
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments