From 32cd7374d72a53dc177ce5326fc5e8326e0b113b Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期五, 09 八月 2024 17:40:31 +0800 Subject: [PATCH] 优化知识库管理 --- 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