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 @@
- +