diff --git a/Base/Controller/ACommonUser.cs b/Base/Controller/ACommonUser.cs index 8d495b2..6f7025f 100644 --- a/Base/Controller/ACommonUser.cs +++ b/Base/Controller/ACommonUser.cs @@ -93,7 +93,7 @@ namespace NP.Base.Controllers if (user.usertype == 1) { LogSet(new ActLog() { logtype = 40, logtarget = 51, logdata = "[사용자]" + user.username + " 권한입장", uno = SUserInfo.UserNo, uip = GetUserIP() }); - return JsonOKObj((string.IsNullOrEmpty(user.subdomain) ? GetConfig("fronturl") : string.Format("https://{0}.kfcf.or.kr", user.subdomain)) + "/Account/AdminEE?un=" + userno + "&eek=" + user.eastereggkey + "&at=" + SUserInfo.UserType + "&an=" + SUserInfo.UserNo); + return JsonOKObj((string.IsNullOrEmpty(user.subdomain) ? GetConfig("fronturl") : string.Format("https://{0}.ynicte.com", user.subdomain)) + "/Account/AdminEE?un=" + userno + "&eek=" + user.eastereggkey + "&at=" + SUserInfo.UserType + "&an=" + SUserInfo.UserNo); } else if (user.usertype == 11) { diff --git a/FO/Views/Account/IndexAssign.cshtml b/FO/Views/Account/IndexAssign.cshtml index 057110f..a42f58f 100644 --- a/FO/Views/Account/IndexAssign.cshtml +++ b/FO/Views/Account/IndexAssign.cshtml @@ -86,14 +86,26 @@

로그인

- +
로그인 + + + + +
@Html.Raw(ViewBag.Assign.sitefooter ?? "")
diff --git a/FO/Views/Account/IndexBase.cshtml b/FO/Views/Account/IndexBase.cshtml index 034beaa..697a66f 100644 --- a/FO/Views/Account/IndexBase.cshtml +++ b/FO/Views/Account/IndexBase.cshtml @@ -1,27 +1,28 @@ @model NP.Model.VMUser -
-
- -
- - + + - 로그인 -
-
-
· 아직 회원가입을 하지 않으셨나요?
-
회원가입
-
-
-
· 아이디/비밀번호를 잊으셨나요?
-
아이디/비밀번호찾기
-
-
-
- +