관려사이트 리스트 이미지
parent
e51a2006e2
commit
28bb4a6075
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue