作者 RuoYi

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

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