解决iframe页面缓存导致无法实时更新内容的问题
@@ -22,7 +22,7 @@
<div class="question-area">
<iframe
ref="iframeRef"
- :src="toolsJson?.url + '&isSet=2'"
+ :src="toolsJson?.url + '&isSet=2' + '×tamp=' + new Date().getTime()"
frameborder="0"></iframe>
</div>