From e25cc2e47c60836d0cfe145f2580a1b510299249 Mon Sep 17 00:00:00 2001 From: kl <632104866@QQ.com> Date: Mon, 6 Mar 2023 14:27:36 +0800 Subject: [PATCH] Fixes an issue with xmind file preview in certain deployment scenarios (#439) --- server/src/main/resources/static/xmind/xmind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/static/xmind/xmind.js b/server/src/main/resources/static/xmind/xmind.js index 97b84aa8..36022a3e 100644 --- a/server/src/main/resources/static/xmind/xmind.js +++ b/server/src/main/resources/static/xmind/xmind.js @@ -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,