메인화면 하단 및 로그인 화면 하단 원키퍼 이미지 링크 URL 주소 오류 수정

This commit is contained in:
rosewiper 2024-08-29 15:54:48 +09:00
parent 2b7a2cfbe0
commit e6285f4c4d
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ function fn_click_banner_add_stat(bannerMenuCode){
console.log("fn_click_banner_add_stat 배너 선택 "+ bannerMenuCode) ;
if (bannerMenuCode == "001_02")
{
window.open("https://twww.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
window.open("https://www.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
} else if (bannerMenuCode == "002_02")
{
window.open("http://ganpandaum.co.kr"); // 새탭에서 열림

View File

@ -1080,7 +1080,7 @@ function fn_click_banner_add_stat(bannerMenuCode){
// 배너클릭 후 배너클릭통계 처리 성공과 관계없이 무조건 배너이동 함.
if (bannerMenuCode == "001_01")
{
window.open("https://twww.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
window.open("https://www.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
} else if (bannerMenuCode == "002_01")
{
window.open("http://ganpandaum.co.kr"); // 새탭에서 열림