add cache disable

master
Aaron Yu 2021-12-27 22:39:26 +08:00
parent 5530c00c56
commit f48d337f73
1 changed files with 1 additions and 1 deletions

View File

@ -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'}/>