From 9d015239601327235450a2f7f0e62ff6f58b205a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 04 七月 2024 17:47:07 +0800 Subject: [PATCH] 测试完成 --- src/views/outsideChainxj.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/views/outsideChainxj.vue b/src/views/outsideChainxj.vue index 75e80ad..75873a9 100644 --- a/src/views/outsideChainxj.vue +++ b/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) => { -- Gitblit v1.9.3