RuoYi
2021-07-10 1bfa14e3c6a2cf43dead7a7cb622dcd16853ba06
富文本默认上传返回url类型
1 files modified
2 ■■■ changed files
ruoyi-ui/src/components/Editor/index.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/components/Editor/index.vue
@@ -49,7 +49,7 @@
    /* 类型(base64格式、url格式) */
    type: {
      type: String,
      default: "",
      default: "url",
    }
  },
  data() {