diff --git a/src/Components/deviceFrame/index.js b/src/Components/deviceFrame/index.js index 74bdabc..bab9776 100644 --- a/src/Components/deviceFrame/index.js +++ b/src/Components/deviceFrame/index.js @@ -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'}/>