"src/main/git@ustchcs.com:gujinli1118/MCMS.git" did not exist on "e765cec1a368699b880c21c1578d2c42b3262e7d"
Commit 1bfa14e3 authored by RuoYi's avatar RuoYi
Browse files

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

parent 5dec58e7
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
/* 类型(base64格式、url格式) */ /* 类型(base64格式、url格式) */
type: { type: {
type: String, type: String,
default: "", default: "url",
} }
}, },
data() { data() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment