inleft
2022-02-21 63f5119bcc714c36fe8db21e5461d73eb5a0eaa0
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)