重用重构的聊天布局

This commit is contained in:
bakaECC 2025-12-10 16:28:14 +08:00
parent 2916e2c667
commit 2fe89ff491

View File

@ -1,6 +1,8 @@
<!-- first.vue -->
<template>
<el-radio-button label="chat_view" size="default">
知识库
</el-radio-button>
<!-- 完整聊天页面直接复用已重构的 chat_layout -->
<ChatLayout />
</template>
<script setup>
import ChatLayout from '@/layout/chat_layout.vue'
</script>