@@ -37,7 +37,7 @@ public class LogoConfig {
}
BufferedImage logo = null;
try {
- BufferedImage logo = ImageIO.read(new File(logoPath));
+ logo = ImageIO.read(new File(logoPath));
}catch (IOException e){
log.info("读取图片流失败,path="+ logoPath, e);