From 4a71c6beb268ba17ca472f45401c8ee97846e97e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 六月 2026 13:14:57 +0800
Subject: [PATCH] 项目多余功能删除

---
 src/views/ai/chat/manager/index.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/views/ai/chat/manager/index.vue b/src/views/ai/chat/manager/index.vue
index e1dadbd..97b80fc 100644
--- a/src/views/ai/chat/manager/index.vue
+++ b/src/views/ai/chat/manager/index.vue
@@ -1,7 +1,7 @@
 <script lang="ts" setup>
 import { ref } from 'vue';
 
-import { DocAlert, Page } from '../../../../packages/effects/common-ui/src';
+import { Page } from '../../../../packages/effects/common-ui/src';
 
 import { Tabs } from 'ant-design-vue';
 
@@ -12,12 +12,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert title="AI 瀵硅瘽鑱婂ぉ" url="https://doc.iocoder.cn/ai/chat/" />
-    </template>
-
-    <Tabs v-model:active-key="activeTabName">
+  <Page auto-content-height><Tabs v-model:active-key="activeTabName">
       <Tabs.TabPane tab="瀵硅瘽鍒楄〃" key="conversation">
         <ChatConversationList />
       </Tabs.TabPane>

--
Gitblit v1.9.3