From 619f6986ce8bc2b616365e0bada649aeec1b1402 Mon Sep 17 00:00:00 2001 From: John <377342263@qq.com> Date: Sat, 9 Mar 2024 01:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 765a896..37d42d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,7 @@ if (!lang) { } else { localStorage.setItem('lang', 'zh') } + location.reload() }) }