konbai
2022-02-19 2917d335bc3fd1f6dfb57cbad6d73ba48bc5f9d7
ruoyi-ui/src/components/Editor/index.vue
@@ -180,7 +180,7 @@
        // 调整光标到最后
        quill.setSelection(length + 1);
      } else {
        this.$message.error("图片插入失败");
        this.$message.error(res.msg);
      }
    },
    handleUploadError() {