fix:修复用户登录和切换访客登录的问题

This commit is contained in:
Xwen
2023-12-16 10:03:29 +08:00
parent a03a7162dd
commit 3a2d8846bc
5 changed files with 27 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ const Init = () => {
userInfo.nick = userStore.name;
userInfo.role = userStore.role;
userInfo.id = userStore.id;
iconUrl.value = iconUrlHandler(userInfo.icon);
iconUrl.value = userInfo.icon;
}
};
</script>
@@ -134,7 +134,8 @@ const Init = () => {
}
.el-avatar {
margin-right: 1.2rem;
margin-right: 1rem;
--el-avatar-bg-color: none;
}
.remarks {