src/components/mini/mdDetail.vue @@ -92,6 +92,8 @@ }, methods: { queryDetail() { this.showMsg = true; this.errorMsg = "加载中.."; queryBlogArticleDetail({ id: this.acticleId, authWord: this.secret == "" ? null : md5(this.secret)