mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
fix the user avatar in the top right corner does not update in the desktop version
This commit is contained in:
@@ -262,7 +262,7 @@ export default {
|
||||
return this.userStore.currentUserNickname || this.$t('User');
|
||||
},
|
||||
currentUserAvatar() {
|
||||
return this.userStore.currentUserAvatar;
|
||||
return this.userStore.getUserAvatarUrl(this.userStore.currentUserBasicInfo, true);
|
||||
},
|
||||
theme: {
|
||||
get: function () {
|
||||
|
||||
Reference in New Issue
Block a user