去掉调整链接

This commit is contained in:
2021-12-10 10:14:36 +08:00
parent 9871830e9c
commit 3dcfe8bc0c

View File

@@ -24,7 +24,7 @@
@if (getArticlesBYCate(14,3)->isNotEmpty())
@foreach (getArticlesBYCate(14,3) as $article)
<li>
<a href="{{ $article->link }}" target="_blank">
{{-- <a href="{{ $article->link }}" target="_blank">--}}
<div class="ce-img surveyLeader-img">
<span style="background-image: url({{ $article->cover_path }});"></span>
</div>
@@ -40,7 +40,7 @@
<span>职称:{{ $article->rank }}</span>
</div>
</div>
</a>
{{-- </a>--}}
</li>
@endforeach
@endif