gateway tomcat去除
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
export { default as ChatRoom } from './ChatRoom.vue';
|
||||
export { default as ChatRoom } from './chatRoom/ChatRoom.vue';
|
||||
Reference in New Issue
Block a user