Browse Source

fix: 修复模板错误

pull/126/head 7.3.3.5
wangjun 2 years ago
parent
commit
c86ed39e15
  1. 2
      templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Login.cshtml

2
templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Login.cshtml

@ -1,5 +1,5 @@
@page
@model Lion.AbpPro.Pages.Login
@model MyCompanyName.MyProjectName.Pages.Login
@{
Layout = null;

Loading…
Cancel
Save