管理端,发消息页面,解决管理员无法显示头像

dev
QB 2024-08-16 20:29:57 +08:00
parent 8072cbcf47
commit c7e0cd8803
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ function hightchange(e){
useStore
} from 'vuex';
const store = useStore();
// const avatar = ref(proxy.$store.state.user.avatar)
const avatar = ref(proxy.$store.state.user.avatar)
// URL
const avatarUrl = ref("/static/images/icon/tu4-1.jpg");
const useDefaultAvatar = ref(true); // 使