文件整理, 多余的文件删除, 文件路径指向调整
This commit is contained in:
@@ -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 = "宁波市“甬江建设杯”选票";
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user