inleft
2022-08-25 c6793e5475b607e83cbb55b7d0ddfb9b81bd7774
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() {