From f023251e305473b2ddd2308a579b9934d4cdcaeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=82=E5=88=9D?= <3236758982@qq.com>
Date: Sat, 14 Mar 2026 14:22:07 +0800
Subject: [PATCH] =?UTF-8?q?AI=E5=AE=A2=E6=9C=8D=E7=9A=84=E6=B5=AE=E7=8E=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/Layout.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue
index 18c56c5..f5b3dc6 100644
--- a/src/layout/Layout.vue
+++ b/src/layout/Layout.vue
@@ -6,6 +6,7 @@ import { Setting } from '@/layout/components/Setting'
import { useRenderLayout } from './components/useRenderLayout'
import { useDesign } from '@/hooks/web/useDesign'
import MobileLayout from './components/MobileLayout.vue'
+import AiChatFloat from '@/layout/components/AiChatFloat/index.vue'
const { getPrefixCls } = useDesign()
@@ -64,7 +65,7 @@ export default defineComponent({
{renderLayout()}
-
+
)}