| | |
| | | |
| | | <div class="recent-post-info"> |
| | | |
| | | <a :href="jumpURL" target="_blank" class="article-title" v-if="articleFileType==5" |
| | | <!-- <a :href="jumpURL" target="_blank" class="article-title" v-if="articleFileType==5" |
| | | @click="showMsg(articleFileType,jumpURL)"> |
| | | <a-icon type="lock" style="color:rgba(0,0,0,.25)" v-if="authStatus==3" /> |
| | | <a-icon type="stop" style="color:rgba(0,0,0,.25)" v-if="authStatus==2" /> |
| | | {{title}} |
| | | <a-badge :count="1" dot v-if="isAnyUpdate==1" title="最近有更新"></a-badge> |
| | | </a> |
| | | </a> --> |
| | | |
| | | <router-link :to="{path:'/mdDetail',query:{id:id}}" class="article-title" v-else> |
| | | <router-link :to="{path:'/mdDetail',query:{id:id,articleFileType:articleFileType}}" |
| | | class="article-title"> |
| | | <a-icon type="lock" style="color:rgba(0,0,0,.25)" v-if="authStatus==3" /> |
| | | <a-icon type="stop" style="color:rgba(0,0,0,.25)" v-if="authStatus==2" /> |
| | | {{title}} |