富文本默认上传返回url类型

This commit is contained in:
RuoYi 2021-07-10 12:17:32 +08:00
parent 5dec58e7f5
commit 1bfa14e3c6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default {
/* 类型base64格式、url格式 */ /* 类型base64格式、url格式 */
type: { type: {
type: String, type: String,
default: "", default: "url",
} }
}, },
data() { data() {