gateway tomcat去除

This commit is contained in:
2025-12-22 17:03:37 +08:00
parent e09817015e
commit b023bec261
55 changed files with 1926 additions and 260 deletions

View File

@@ -116,7 +116,7 @@
<script setup lang="ts">
import { ref, nextTick } from 'vue'
import { FileText, Video, Paperclip, Send } from 'lucide-vue-next'
import IframeView from 'shared/components/iframe/IframeView.vue'
import IframeView from '@/components/iframe/IframeView.vue'
interface ChatMessageVO {
messageId: string

View File

@@ -1 +1 @@
export { default as ChatRoom } from './ChatRoom.vue';
export { default as ChatRoom } from './chatRoom/ChatRoom.vue';