SpringBoot+Vue项目中遇到Not allowed to load local resource图片路径问题的两种解决方案(在后端映射本地路径或将图片转base64返回给前端)
一、报错截图第一种解决方案后端映射本地路径编写MyConfig类Java代码【MyWebConfig】packagecom.wechat.front.utils;importorg.springframework.context.annotation.Configuration;importorg.springframework.web.servlet.config.annotation.Reso