From 96cd08177051aa53ba25e223cf71491f1d6f7a86 Mon Sep 17 00:00:00 2001 From: "[yxf]" <[1524240689@qq.com]> Date: Fri, 3 Apr 2026 09:56:28 +0800 Subject: [PATCH] =?UTF-8?q?web=E5=AE=A2=E6=9C=8D=E7=AB=AF=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-web/package.json | 2 +- im-web/src/components/chat/ChatBox.vue | 8 ++++---- im-web/src/router/index.js | 10 +++++----- im-web/src/view/Friend.vue | 14 +++++++------- im-web/src/view/Home.vue | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/im-web/package.json b/im-web/package.json index 019c50b..2b42ab0 100644 --- a/im-web/package.json +++ b/im-web/package.json @@ -60,4 +60,4 @@ "last 2 versions", "not dead" ] -} \ No newline at end of file +} diff --git a/im-web/src/components/chat/ChatBox.vue b/im-web/src/components/chat/ChatBox.vue index 75123cf..a74ba7f 100644 --- a/im-web/src/components/chat/ChatBox.vue +++ b/im-web/src/components/chat/ChatBox.vue @@ -34,17 +34,17 @@ -
+
-
+
diff --git a/im-web/src/router/index.js b/im-web/src/router/index.js index a447c80..1f5c26a 100644 --- a/im-web/src/router/index.js +++ b/im-web/src/router/index.js @@ -36,12 +36,12 @@ export default new VueRouter({ name: "Friend", path: "/home/friend", component: () => import("../view/Friend"), - }, - { - name: "GROUP", - path: "/home/group", - component: () => import("../view/Group"), } + // { + // name: "GROUP", + // path: "/home/group", + // component: () => import("../view/Group"), + // } ] } ] diff --git a/im-web/src/view/Friend.vue b/im-web/src/view/Friend.vue index 0d8be79..cc77d88 100644 --- a/im-web/src/view/Friend.vue +++ b/im-web/src/view/Friend.vue @@ -5,8 +5,8 @@ - +
@@ -32,7 +32,7 @@ @click.native="showFullImage()">
- + {{ userInfo.userName }} {{ userInfo.nickName }} @@ -45,10 +45,10 @@
发消息 - 加为好友 - 删除好友 + +
diff --git a/im-web/src/view/Home.vue b/im-web/src/view/Home.vue index e0b9514..d7d5358 100644 --- a/im-web/src/view/Home.vue +++ b/im-web/src/view/Home.vue @@ -21,11 +21,11 @@
- +