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 @@