diff --git a/pages/chat/components/chatBox.vue b/pages/chat/components/chatBox.vue
deleted file mode 100644
index e0e3d4d..0000000
--- a/pages/chat/components/chatBox.vue
+++ /dev/null
@@ -1,471 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- {{ formatDate(item.createTime) }}
-
-
-
- {{ item.content }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看最新消息
-
-
-
-
-
-
diff --git a/pages/chat/components/messageList.vue b/pages/chat/components/messageList.vue
new file mode 100644
index 0000000..717c3ca
--- /dev/null
+++ b/pages/chat/components/messageList.vue
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+
+
+
+ {{ formatDate(item.createTime) }}
+
+
+
+ {{ item.content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 有新消息
+
+
+
+
+
+
+
diff --git a/pages/chat/components/toolsPopup.vue b/pages/chat/components/toolsPopup.vue
index aacac57..f47ce3f 100644
--- a/pages/chat/components/toolsPopup.vue
+++ b/pages/chat/components/toolsPopup.vue
@@ -71,7 +71,7 @@
/**
* 聊天工具
*/
- import { emojiPage } from '@/pages/chat/emoji';
+ import { emojiPage } from '@/pages/chat/util/emoji';
import sheep from '@/sheep';
const props = defineProps({
diff --git a/pages/chat/index.vue b/pages/chat/index.vue
index ba55e59..63dec0c 100644
--- a/pages/chat/index.vue
+++ b/pages/chat/index.vue
@@ -7,7 +7,7 @@
-
+
@@ -28,13 +28,13 @@