add cache disable
parent
5530c00c56
commit
f48d337f73
|
@ -86,7 +86,7 @@ function DeviceFrame(props) {
|
|||
paddingBottom: config.offsetv
|
||||
}}
|
||||
title='preview'
|
||||
src={baseUrl + props.htmlUrl}
|
||||
src={baseUrl + props.htmlUrl + '?time=' + new Date().getTime()}
|
||||
width={config.width}
|
||||
height={config.height}
|
||||
frameBorder={'0'}/>
|
||||
|
|
Loading…
Reference in New Issue