Browse Source

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

master
RuoYi 4 years ago
parent
commit
1bfa14e3c6
  1. 2
      ruoyi-ui/src/components/Editor/index.vue

2
ruoyi-ui/src/components/Editor/index.vue

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

Loading…
Cancel
Save