This commit is contained in:
parent
204493ecd3
commit
1252568220
|
@ -109,10 +109,9 @@
|
|||
saveLocalStorage(response);
|
||||
let language = response.data.language;
|
||||
|
||||
if (language == "") {
|
||||
if (!language) {
|
||||
this.$get("language", response => {
|
||||
language = response.data
|
||||
this.$setLang(language);
|
||||
this.changeLanguage();
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue