固定位置

This commit is contained in:
2020-11-20 17:14:00 +08:00
parent ced7a5c80e
commit eac066f16d
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ export default createStore({
const user = await userinfo();
if(user != '未登录'){
saveValue("Lanvuage", user.languageValue);
// commit('setUserInfo', user);
commit('setUserInfo', user);
} else {
const info = await getaddr();
commit("setLanguage", info)