From 30e7ca11b36177cdaea2839aa5146c180ce53197 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 21 七月 2025 21:32:43 +0800
Subject: [PATCH] 测试完成

---
 src/views/knowledge/education/compilequer/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/knowledge/education/compilequer/index.vue b/src/views/knowledge/education/compilequer/index.vue
index be12c5b..42140b2 100644
--- a/src/views/knowledge/education/compilequer/index.vue
+++ b/src/views/knowledge/education/compilequer/index.vue
@@ -919,9 +919,6 @@
     beforeEditorUpload(res, file) {
       //鏄剧ず涓婁紶鍔ㄧ敾
       this.quillUpdateImg = true;
-      //  const res1 = await uploadImage()
-      // console.log(res1,'=====');
-      // this.$emit('before',res, file)
       console.log(res);
       console.log(file);
     },
@@ -1018,6 +1015,8 @@
         });
     },
     Getmissioncontent(url) {
+      console.log(111,url);
+
       axios
         .get(url)
         .then((response) => {

--
Gitblit v1.9.3