diff --git a/src/components/PathDetailImage.vue b/src/components/PathDetailImage.vue index fd16735..64b05eb 100644 --- a/src/components/PathDetailImage.vue +++ b/src/components/PathDetailImage.vue @@ -165,7 +165,7 @@ function toDetail(i) { }) : window.open( `${window.location.protocol + import.meta.env.VITE_BOE_PATH_DETAIL_URL}/pathdetails¶ms=${encodeURIComponent( - `routerId=${props.detail.id}&routerName=${props.detail.name}&chapterId=${chapterId}&studySetting=${studySetting}` + `routerId=${props.detail.id}&routerName=${props.detail.name}&chapterId=${chapterId}&isStudy=${isStudy}` )}` ,'_top'); }