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>