From b7446f8d0ffd282d7f22d775e896d066219856a4 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 03 六月 2021 13:26:09 +0800 Subject: [PATCH] 富文本工具栏配置视频 --- ruoyi-ui/src/components/Editor/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/components/Editor/index.vue b/ruoyi-ui/src/components/Editor/index.vue index 640049c..ad4da7e 100644 --- a/ruoyi-ui/src/components/Editor/index.vue +++ b/ruoyi-ui/src/components/Editor/index.vue @@ -75,7 +75,7 @@ [{ color: [] }, { background: [] }], // 瀛椾綋棰滆壊銆佸瓧浣撹儗鏅鑹� [{ align: [] }], // 瀵归綈鏂瑰紡 ["clean"], // 娓呴櫎鏂囨湰鏍煎紡 - ["link", "image"] // 閾炬帴銆佸浘鐗� + ["link", "image", "video"] // 閾炬帴銆佸浘鐗囥�佽棰� ], }, placeholder: "璇疯緭鍏ュ唴瀹�", @@ -158,6 +158,7 @@ }); }, handleUploadSuccess(res, file) { + console.info(file); // 鑾峰彇瀵屾枃鏈粍浠跺疄渚� let quill = this.Quill; // 濡傛灉涓婁紶鎴愬姛 -- Gitblit v1.9.3