From add04dce2ad833ecbb7495a641f42fb835ddff62 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期三, 14 五月 2025 15:24:00 +0800
Subject: [PATCH] 新增实验调度逻辑

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

diff --git a/laboratory/src/components/AiEditor/index.vue b/laboratory/src/components/AiEditor/index.vue
index 9433983..4619576 100644
--- a/laboratory/src/components/AiEditor/index.vue
+++ b/laboratory/src/components/AiEditor/index.vue
@@ -72,6 +72,7 @@
   },
   mounted() {
     this.initEditor()
+    console.log('editor instance:', this.editor)
   },
   beforeDestroy() {
     this.destroyEditor()

--
Gitblit v1.7.1