宁波既有建筑外墙脱落问卷调查

This commit is contained in:
范露尧
2023-06-28 23:07:04 +08:00
parent 22d312934d
commit 352c658960
62 changed files with 3721 additions and 611 deletions

View File

@@ -17,7 +17,7 @@ namespace Ewide.Web.Entry.Controllers
}
public IActionResult Login()
{
ViewBag.Title = "宁波市“甬江建设杯”选票";
//ViewBag.Title = "宁波市“甬江建设杯”选票";
return View();
}
public IActionResult Expert()

View File

@@ -3,12 +3,16 @@ using Microsoft.AspNetCore.Mvc;
namespace Ewide.Web.Entry.Controllers
{
[AllowAnonymous]
public class OutsideWallController : Controller
{
[AllowAnonymous]
public IActionResult Index()
{
return View();
}
public IActionResult Result()
{
return View();
}
}
}