From c23efbe2832d1a9eecd4ef5d20d984661b24dd22 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Tue, 22 Feb 2022 01:21:52 +0800 Subject: [PATCH] 文章添加补充 --- src/components/mini/mdDetail.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/mini/mdDetail.vue b/src/components/mini/mdDetail.vue index 4c98a31..632ffe8 100644 --- a/src/components/mini/mdDetail.vue +++ b/src/components/mini/mdDetail.vue @@ -123,15 +123,15 @@ return } - - //获取日志资源文件 - this.showMsg = false; - this.errorMsg = ""; this.$axios .get(res.data.articleFileURL) .then((res) => { this.source = res.data; }) + + //获取日志资源文件 + this.showMsg = false; + this.errorMsg = ""; }) }, pressEnter() { @@ -152,7 +152,7 @@ this.$router.go(-1); } }, - + } </script> -- Gitblit v1.9.1