From c6793e5475b607e83cbb55b7d0ddfb9b81bd7774 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 25 Aug 2022 04:09:06 +0800 Subject: [PATCH] 日志内容详情页多媒体适配 markdown 内图片增加viewer相应 --- src/components/mini/box-new-article.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/mini/box-new-article.vue b/src/components/mini/box-new-article.vue index af47074..a18bd7f 100644 --- a/src/components/mini/box-new-article.vue +++ b/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() { -- Gitblit v1.9.1