From f83bc6949cc59b06528d94c54bae145c3c052476 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 12 八月 2024 13:35:15 +0800
Subject: [PATCH] 修改系知识库配置的bug问题
---
src/views/dmx/IntelligentAgent/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/dmx/IntelligentAgent/index.vue b/src/views/dmx/IntelligentAgent/index.vue
index a428dff..4643bb3 100644
--- a/src/views/dmx/IntelligentAgent/index.vue
+++ b/src/views/dmx/IntelligentAgent/index.vue
@@ -133,7 +133,8 @@
import EventBus from '@/utils/EventBus';
import AgentConfig from "@/views/dmx/IntelligentAgent/components/agentConfig.vue";
import logo from "../../../assets/images/model.png";
- let documentHeight = window.innerHeight - 320
+ import { documentHeight } from "@/utils";
+// console.log(documentHeight,'楂樺害');
let count = 5;
const activeKey = ref(1);
const addAgents = ref();
--
Gitblit v1.8.0