비로그인시 파일 다운로드 오류 수정.
parent
f1f0602d4e
commit
2b962e7f7f
|
|
@ -7,5 +7,5 @@ export function download(fileSeq){
|
||||||
}
|
}
|
||||||
export function standardCode(fileSeq){
|
export function standardCode(fileSeq){
|
||||||
const sessionUser = parseJwt(getLocalItem('accessToken'));
|
const sessionUser = parseJwt(getLocalItem('accessToken'));
|
||||||
window.open(encodeURI(SERVER_URL+'/file/standardCode-download?userId='+sessionUser.id+'&fileSeq='+fileSeq));
|
window.open(encodeURI(SERVER_URL+'/file/standardCode-download?userId='+sessionUser?.id+'&fileSeq='+fileSeq));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue