Jelajahi Sumber

【优化】删除没有的import

cherishsince 1 tahun lalu
induk
melakukan
58d3d1ed9a
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/views/ai/chat/Conversation.vue

+ 0 - 1
src/views/ai/chat/Conversation.vue

@@ -81,7 +81,6 @@
 <script setup lang="ts">
 import {ChatConversationApi, ChatConversationVO} from '@/api/ai/chat/conversation'
 import {ref} from "vue";
-import ChatConversationUpdateForm from "@/views/ai/chat/components/ChatConversationUpdateForm.vue";
 import Role from "@/views/ai/chat/role/index.vue";
 
 const message = useMessage() // 消息弹窗