inleft
2022-02-23 81c155e7e00b83f06e6486a8d904428a44b8b275
src/components/mini/box-new-article.vue
@@ -35,7 +35,8 @@
                  <span class="article-meta__separator" style="margin: 0px 3px ;"> | </span>
                  <span class="article-meta">
                     <a-icon type="book" />
                     <router-link :to="{path:'/mdDetail',query:{id:id}}" class="article-meta__categories">
                     <router-link :to="{path:'/articleList',query:{typeId:articleTypeId}}"
                        class="article-meta__categories">
                        {{articleTypeName}}
                     </router-link>
                     <!-- <a class="article-meta__categories" href="#"> {{tag}}</a> -->
@@ -55,9 +56,13 @@
      props: {
         "index": {
            default: 0,
         },"id": {
         },
         "id": {
            default: 0,
         },
         "articleTypeId": {
            default: null
         },
         "isTop": {
            default: 0,
         },