This commit is contained in:
yubaolee
2017-08-30 17:15:05 +08:00
parent c1e84d7334
commit c37164b5a8
13 changed files with 684 additions and 7 deletions

View File

@@ -3,10 +3,8 @@ using System.Linq;
using System.Text;
using System.Web.Mvc;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.App.SSO;
using OpenAuth.App.ViewModel;
using OpenAuth.Mvc.Models;
namespace OpenAuth.Mvc.Controllers
{
@@ -19,6 +17,11 @@ namespace OpenAuth.Mvc.Controllers
return View();
}
public ActionResult Main()
{
return View();
}
public string GetNavBar()
{
var user = AuthUtil.GetCurrentUser();