用户人脸回显
This commit is contained in:
parent
48beaaa42b
commit
0a0e980140
|
|
@ -44,7 +44,7 @@ public class RemoteFileFallbackFactory implements FallbackFactory<RemoteFileServ
|
|||
|
||||
@Override
|
||||
public String getFullFileUrl(String fileUrl) {
|
||||
return "获取文件完整路径失败";
|
||||
return "";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue