添加 共赴宁波之春 报名网页
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Ewide.Web.Entry.Controllers
|
||||
[AllowAnonymous]
|
||||
public class ManageController : Controller
|
||||
{
|
||||
public IActionResult Index()
|
||||
public IActionResult VoteResult()
|
||||
{
|
||||
ViewBag.Title = "宁波市“甬江建设杯”选票";
|
||||
return View();
|
||||
@@ -25,5 +25,10 @@ namespace Ewide.Web.Entry.Controllers
|
||||
ViewBag.Title = "宁波市“甬江建设杯”选票";
|
||||
return View();
|
||||
}
|
||||
public IActionResult nbczResult()
|
||||
{
|
||||
ViewBag.Title = "共赴宁波之春 报名结果";
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user