Fixes an issue with xmind file preview in certain deployment scenarios

This commit is contained in:
kl 2023-03-06 14:27:14 +08:00
parent fd10df913f
commit 4a7d61a335
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
height: windowWidth,
width: windowHeight
} : a
, l = new o.IframeController(i,"/xmind/index.html")
, l = new o.IframeController(i,"xmind/index.html")
, u = new r.IframeEventChannelController(l,"");
this.iframeController = l,
this.iframeEventChannelController = u,