From 4822304b63e1bd6327860af7f3db0133cecf167f Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 05 Sep 2025 17:58:42 +0800
Subject: [PATCH] 提交
---
public/static/vue/mixin.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/public/static/vue/mixin.js b/public/static/vue/mixin.js
index 220d187..6e2e6d8 100644
--- a/public/static/vue/mixin.js
+++ b/public/static/vue/mixin.js
@@ -35,6 +35,7 @@
this.i18n.locale = newLang;
this.i18n.currentLocale = newLang;
localStorage.setItem('changjiang-park-lang', newLang);
+ window.location.reload();
},
}
}
\ No newline at end of file
--
Gitblit v1.9.0