Commit 20239b4f04fb75c5b02b65a873ae188c249e4303
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/InstructSetSetting/index.js
| @@ -188,7 +188,7 @@ const InstructSetSetting = (props = {}) => { | @@ -188,7 +188,7 @@ const InstructSetSetting = (props = {}) => { | ||
| 188 | </Space> | 188 | </Space> |
| 189 | </> | 189 | </> |
| 190 | ) : ( | 190 | ) : ( |
| 191 | - <iframe ref={iframeRef} src={`${IFRAMEURL}/InsSet/?parentDomain=${document.location.origin}`} width="100%" height="100%" frameBorder={0} /> | 191 | + <iframe ref={iframeRef} src={`${IFRAMEURL}/InsSet/?parentDomain=${document.location.origin}&time=${new Date().getTime()}`} width="100%" height="100%" frameBorder={0} /> |
| 192 | )} | 192 | )} |
| 193 | </div> | 193 | </div> |
| 194 | </AntDraggableModal> | 194 | </AntDraggableModal> |