文件整理, 多余的文件删除, 文件路径指向调整

This commit is contained in:
范露尧
2023-07-10 11:50:55 +08:00
parent 57150fda11
commit fdb4c482d3
7 changed files with 35 additions and 661 deletions

View File

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

View File

@@ -1,22 +0,0 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace Ewide.Web.Entry.Controllers
{
[AllowAnonymous]
public class OutsideWallController : Controller
{
//public IActionResult Index()
//{
// return View();
//}
public IActionResult Result()
{
return View();
}
public IActionResult BuildingResult()
{
return View();
}
}
}