WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
src/views/knowledge/education/compilequer/index.vue
@@ -943,7 +943,7 @@
      // 获取光标所在位置
      let length = quill.getSelection().index;
      // 插入图片||视频  res.info为服务器返回的图片地址
      if (type == "mp4" || type == "MP4") {
      if (type == "mp4" || type == "MP4"|| type == "avi"|| type == "AVI") {
        window.jsValue = imgUrl;
        quill.insertEmbed(length, "video", imgUrl);
      } else {