Browse Source

fix(login): fix script bundle dependecy

pull/1416/head
colin 2 months ago
parent
commit
9f4434cab9
  1. 5
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml

5
aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml

@ -18,7 +18,10 @@
PageLayout.Content.Title = L["Login"].Value;
}
<abp-script-bundle name="@typeof(LoginModel).FullName" />
@section scripts
{
<abp-script-bundle name="@typeof(LoginModel).FullName" />
}
<div class="account-module-form">
@if (Model.EnableLocalLogin)

Loading…
Cancel
Save