inleft
2022-08-25 a23166e4fac771238a90ae5ddc5b1e53a1c7afb8
src/components/mini/box-new-article.vue
@@ -96,9 +96,9 @@
      methods: {
         routerJump(id, articleFileType, typeId) {
            let routerName = "mdDetail";
            if (articleFileType == this.fileType.fileTypeVideo_3) {
               routerName = "videoDetail";
            }
            // if (articleFileType == this.fileType.fileTypeVideo_3) {
            //    routerName = "videoDetail";
            // }
            this.$router.push({
               name: routerName,
@@ -107,11 +107,11 @@
                  articleFileType: articleFileType,
                  typeId: typeId
               },
               params: {
                  id: id,
                  articleFileType: articleFileType,
                  typeId: typeId
               }
               // params: {
               //    id: id,
               //    articleFileType: articleFileType,
               //    typeId: typeId
               // }
            })
         },
         routerToPlatform() {