From aff8b8f21fa5eb1993060ee8cfaa1c4634a3685f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Mon, 5 May 2025 22:06:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20=20=E4=BF=AE=E5=A4=8D=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E7=89=88=E4=B8=BB=E9=A1=B5=E9=9D=A2=E4=B8=8D=E5=9C=A8?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95=E6=97=B6=E4=BB=8E=E6=9D=BF=E5=8D=A1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=BF=94=E5=9B=9E=E4=B8=BB=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/common/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/mixly-modules/common/app.js b/common/modules/mixly-modules/common/app.js index 7fd6954f..b4cfd2df 100644 --- a/common/modules/mixly-modules/common/app.js +++ b/common/modules/mixly-modules/common/app.js @@ -661,7 +661,7 @@ class App extends Component { if (goog.isElectron) { Loader.onbeforeunload(); } else { - let href = Env.srcDirPath + 'index.html?' + Url.jsonToUrl({ boardType: BOARD.boardType }); + let href = Env.srcDirPath + '/index.html?' + Url.jsonToUrl({ boardType: BOARD.boardType }); window.location.replace(href); } }