Skip to content

Commit

Permalink
fix: 图片跨域问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Feb 10, 2023
1 parent cf1db89 commit 29335b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<a th:href="${'/article/detail/' + article.articleId}">
<img
th:src="${article.cover}"
crossorigin="anonymous"
th:id="'cover' + ${iter.index}"
/>
<div class="home-carouse-item-body">
Expand Down

0 comments on commit 29335b7

Please sign in to comment.