From f416dc9d3d2b40d166b0e4824ee304ede2057f7d Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:00:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20safari=E5=88=87=E6=8D=A2=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E4=B8=8D=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/store/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/modules/user.js b/frontend/src/store/modules/user.js index 5d8795d358..648afec6ad 100644 --- a/frontend/src/store/modules/user.js +++ b/frontend/src/store/modules/user.js @@ -192,7 +192,7 @@ const actions = { setLanguage({ commit }, language) { languageApi(language).then(() => { commit('SET_LANGUAGE', language) - router.go(0) + location.reload() }) }, setLinkToken({ commit }, linkToken) {