mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-18 15:36:37 +08:00
fix: 修复默认头像显示问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user