瀏覽代碼

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

RuoYi 3 年之前
父節點
當前提交
1bfa14e3c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui/src/components/Editor/index.vue

+ 1 - 1
ruoyi-ui/src/components/Editor/index.vue

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