관려사이트 리스트 이미지

thkim
유민형 2024-04-01 16:31:14 +09:00
parent e51a2006e2
commit 28bb4a6075
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ function StandardCodeMgt(props) {
<div></div>
<div>{item.siteTitle}</div>
<div>{item.siteUrl}</div>
<div><img src={item.filePath} alt="이미지" /></div>
<div><img src={item.filePath} alt="이미지" onClick={() => window.open(item.filePath)}/></div>
<div>{item.siteOrder}</div>
<div>{item.useYn}</div>
<div><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editPartnerSite(item)}}>수정</button></div>

View File

@ -34,5 +34,5 @@ logging.level.com.atoz_develop.mybatissample.repository=info
# File Config
Globals.posblAtchFileSize=5242880
Globals.fileStorePath=D:\\kcscUploadFiles
Globals.fileStorePath=/kcscUploadFiles
Globals.addedOptions=false