From 36733902d4558fe2b3d99dfaa7707d0ee5fe1c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:57:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5=E5=8F=82=E6=95=B0=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E5=87=BA=E7=8E=B0=E7=BC=96=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=20(#17792)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/permission.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/permission.ts b/core/core-frontend/src/permission.ts index 9665229f11..93fa94b246 100644 --- a/core/core-frontend/src/permission.ts +++ b/core/core-frontend/src/permission.ts @@ -61,7 +61,7 @@ router.beforeEach(async (to, from, next) => { if (toPath.includes('?')) { toPath = to.fullPath.substring(0, to.fullPath.lastIndexOf('?')) } - window.location.href = prefix + '/mobile.html#' + toPath + linkQuery + window.location.href = (prefix + '/mobile.html#' + toPath + linkQuery).replace(/\+/g, '%2B') } else if ( wsCache.get('user.token') || isDesktop ||