fix: 切换语言后端国际化不生效

This commit is contained in:
chenjianxing 2020-07-23 00:05:34 +08:00
parent 9a5ce9c4c8
commit 0b03cd128f
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
this.checkLanguage(language);
this.result = this.$post("/user/update/current", user, response => {
localStorage.setItem(TokenKey, JSON.stringify(response.data));
window.location.reload();
});
}
}