Browse Source

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

YunaiV 3 năm trước cách đây
mục cha
commit
a6b70491e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      yudao-ui-admin/src/components/Editor/index.vue

+ 1 - 1
yudao-ui-admin/src/components/Editor/index.vue

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