fix: 修复默认头像显示问题

This commit is contained in:
橙子
2024-04-10 00:11:11 +08:00
parent 8546c59f52
commit 0faa1aecad
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export const getUrl = (fileId) => {
if (fileId == null || fileId == undefined) {
return "@/assets/chat_images/friendicon.jpg"
return "/acquiesce.png"
}
else {
return getEnvUrl(fileId)