From b696915ec7f55ddd2cf5bee239d7ec34c1250b21 Mon Sep 17 00:00:00 2001 From: zhanghan11 Date: Wed, 19 Jun 2024 09:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20zfipc-ui/src/components/Ed?= =?UTF-8?q?itor/index.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除富文本编辑器图片视频上传功能 --- zfipc-ui/src/components/Editor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfipc-ui/src/components/Editor/index.vue b/zfipc-ui/src/components/Editor/index.vue index 6bb5a18..cc3f32e 100644 --- a/zfipc-ui/src/components/Editor/index.vue +++ b/zfipc-ui/src/components/Editor/index.vue @@ -82,7 +82,7 @@ export default { [{ color: [] }, { background: [] }], // 字体颜色、字体背景颜色 [{ align: [] }], // 对齐方式 ["clean"], // 清除文本格式 - ["link", "image", "video"] // 链接、图片、视频 + // ["link", "image", "video"] // 链接、图片、视频 ], }, placeholder: "请输入内容",