From 776c124cbe17341d796bc00e7834a0e6066ad4f1 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 14:25:03 +0800
Subject: [PATCH] 删除打印和路由跳转

---
 laboratory/src/components/AiEditor/index.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/laboratory/src/components/AiEditor/index.vue b/laboratory/src/components/AiEditor/index.vue
index f09af73..cf68171 100644
--- a/laboratory/src/components/AiEditor/index.vue
+++ b/laboratory/src/components/AiEditor/index.vue
@@ -64,7 +64,6 @@
     },
     readOnly: {
       handler(newVal) {
-        console.log('readOnly', newVal)
         if (this.editor) {
           this.editor.setReadOnly(newVal)
         }
@@ -130,7 +129,6 @@
                   }
                   resolve(data);
                 }).catch((error) => {
-                  console.log('error error', error)
                   // reject(error);
                 })
             });
@@ -161,7 +159,6 @@
                   }
                   resolve(data);
                 }).catch((error) => {
-                  console.log('error error', error)
                   // reject(error);
                 })
             });
@@ -199,7 +196,6 @@
                   }
                   resolve(data);
                 }).catch((error) => {
-                  console.log('error error', error)
                   // reject(error);
                 })
             });

--
Gitblit v1.7.1