From 170cfb356c93c32fa804799c4bc9d02b83b21dae Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期一, 12 七月 2021 08:42:11 +0800 Subject: [PATCH] 若依 3.6.0 --- ruoyi-ui/src/components/Editor/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/components/Editor/index.vue b/ruoyi-ui/src/components/Editor/index.vue index 8e61679..2c906c5 100644 --- a/ruoyi-ui/src/components/Editor/index.vue +++ b/ruoyi-ui/src/components/Editor/index.vue @@ -49,7 +49,7 @@ /* 类型(base64格式、url格式) */ type: { type: String, - default: "", + default: "url", } }, data() { -- Gitblit v1.9.2