@@ -129,7 +129,7 @@ public class AvatarUtil {
result="";
}
avatarMap.put(key,result);
- return result;
+ return "data:image/png;base64,"+result;