feat:logo、默认头像更换
This commit is contained in:
@@ -71,7 +71,7 @@ const userImageSrc = computed(() => {
|
||||
if (props.pointsData.icon) {
|
||||
return import.meta.env.VITE_APP_BASEAPI + "/file/" + props.pointsData.icon;
|
||||
} else {
|
||||
return "favicon.ico";
|
||||
return "acquiesce.png";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -69,7 +69,7 @@ const userImageSrc = computed(() => {
|
||||
if (props.friendData.icon) {
|
||||
return import.meta.env.VITE_APP_BASEAPI + "/file/" + props.friendData.icon;
|
||||
} else {
|
||||
return "favicon.ico";
|
||||
return "acquiesce.png";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user