WXL
2024-07-04 9d015239601327235450a2f7f0e62ff6f58b205a
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) => {