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(); const user = await userinfo();
if(user != '未登录'){ if(user != '未登录'){
saveValue("Lanvuage", user.languageValue); saveValue("Lanvuage", user.languageValue);
// commit('setUserInfo', user); commit('setUserInfo', user);
} else { } else {
const info = await getaddr(); const info = await getaddr();
commit("setLanguage", info) commit("setLanguage", info)

View File

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