谁能帮我理解为什么只有以下图片链接中的第二个有效?在过去的几个小时里,我已经清除了缓存以及我能想到的所有其他想法。显然,该图像在资产文件夹中可用,因为第二个正在工作。任何帮助表示赞赏
<div style="float: right;" class="col-sm-4 col-xs-12">
<img src="../assets/images/TherapyRoomOpt.JPG" style="width:100%;" class="img-rounded img-thumbnail img-responsive box-shadow" />
<img src="../assets/images/IMG_1014.JPG" style="width:100%;" class="img-rounded img-thumbnail img-responsive box-shadow" />
<div class='margin-top'>
<app-services></app-services>
</div>
<img src="../assets/images/IMG_1014.jpg" style="width:100%;" class="img-rounded img-thumbnail img-responsive box-shadow" />
</div>