@@ -1,6 +1,6 @@
<template>
<div class="white" style="height: 100%; box-sizing: border-box;">
- <iframe :src="`${baseSrc}/dataFactory/production-line-monitor1?aaa=324`" width="100%" height="100%" frameborder="0"></iframe>
+ <iframe :src="`${baseSrc}/dataFactory/production-line-monitor1?d=${new Date()}`" width="100%" height="100%" frameborder="0"></iframe>
</div>
</template>