xbx #144

Merged
theluyuan merged 10 commits from xbx into master 2020-11-20 09:52:43 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit eac066f16d - Show all commits

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)

View File

@ -1372,8 +1372,8 @@ export default defineComponent({
line-height: 23px;
cursor: pointer;
user-select: none;
position: fixed;
top: 2.3rem;
position: absolute;
top: 1.5rem;
right: 1rem;
}