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