gaoluyang
2 天以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
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 '@vben/common-ui';
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>