From 0cc9d90a942720372bbfff95505aa37f1a1f0fe2 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 5 Aug 2022 00:31:56 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20=D0=B1?= =?UTF-8?q?=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/App.vue b/client/components/App.vue index 32ecbb18..28209f41 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -238,7 +238,7 @@ class App { const url = s[1] || ''; const q = utils.parseQuery(s[0] || ''); if (url) { - q.url = decodeURIComponent(url); + q.url = url; } window.history.replaceState({}, '', '/');