Commit 20239b4f04fb75c5b02b65a873ae188c249e4303

Authored by Min
2 parents f29b386c 59042f38

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi

src/components/Common/InstructSetSetting/index.js
... ... @@ -188,7 +188,7 @@ const InstructSetSetting = (props = {}) => {
188 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 193 </div>
194 194 </AntDraggableModal>
... ...