【发布时间】:2023-02-02 00:23:32
【问题描述】:
我在 jhipster 中看到图像时遇到问题。
我将图像放在组件文件夹和文件夹 src/main/webapp/content/images 中 但我在浏览器上看不到图像,我只看到 alt 标签议程。
我在 homecomponent.html 中使用 <img src="src\main\webapp\content\images\agenda.jpg" alt="agenda" width="200px"/> 作为链接,但它不起作用
我使用 angular 14 和 jhipster
【问题讨论】: