BARON-SSO 로그인 연동

This commit is contained in:
root
2026-07-27 17:23:52 +09:00
parent bf5e694571
commit ac5823234e
44 changed files with 1804 additions and 695 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ function updateHeaderMenu(){
$('#my_join2').html(
isLoggedIn && isAdmin
? "<a href='/egbim/adm/index.php' target='_blank'>관리페이지</a>"
: "<a href='/egbim/index.php'>메인으로</a>"
: "<a href='javascript:mypage03();'>마이페이지</a>"
);
} catch(e){ console.error(e); }
}
@@ -430,7 +430,7 @@ function updateHeaderMenu(){
$('#my_join2').html(
isLoggedIn && isAdmin
? "<a href='/egbim/adm/index.php' target='_blank'>관리페이지</a>"
: "<a href='/egbim/index.php'>메인으로</a>"
: "<a href='javascript:mypage03();'>마이페이지</a>"
);
} catch(e){ console.error(e); }
}