src/views/outsideChainxj.vue
@@ -74,9 +74,6 @@ .then((response) => { console.log(response.data, "数据"); // 输出获取到的文件内容 this.richText = response.data; // this.richText = // '<p>This is an image: <img src="https://example.com/image.jpg"></p>'; // }) this.richText = this.addStyleToImages(this.richText); }) .catch((error) => {