diff --git a/frontend/pc/IM/.env b/frontend/pc/IM/.env
index 12da4fe..ea10082 100644
--- a/frontend/pc/IM/.env
+++ b/frontend/pc/IM/.env
@@ -1,8 +1,8 @@
-VITE_API_BASE_URL = http://localhost:5202/api
-VITE_SIGNALR_BASE_URL = http://localhost:5202/chat/
+# VITE_API_BASE_URL = http://localhost:5202/api
+# VITE_SIGNALR_BASE_URL = http://localhost:5202/chat/
# VITE_API_BASE_URL = https://im.test.nxsir.cn/api
# VITE_SIGNALR_BASE_URL = https://im.test.nxsir.cn/chat/
-# VITE_API_BASE_URL = http://192.168.5.116:7070/api
-# VITE_SIGNALR_BASE_URL = http://192.168.5.116:7070/chat/
+VITE_API_BASE_URL = http://192.168.5.116:7070/api
+VITE_SIGNALR_BASE_URL = http://192.168.5.116:7070/chat/
diff --git a/frontend/pc/IM/src/renderer/src/components/AsyncImage.vue b/frontend/pc/IM/src/renderer/src/components/AsyncImage.vue
index 8d046af..47dcaf2 100644
--- a/frontend/pc/IM/src/renderer/src/components/AsyncImage.vue
+++ b/frontend/pc/IM/src/renderer/src/components/AsyncImage.vue
@@ -8,7 +8,7 @@
diff --git a/frontend/pc/IM/src/renderer/src/components/contacts/contactShow.vue b/frontend/pc/IM/src/renderer/src/components/contacts/contactShow.vue
index 78b3790..a16e880 100644
--- a/frontend/pc/IM/src/renderer/src/components/contacts/contactShow.vue
+++ b/frontend/pc/IM/src/renderer/src/components/contacts/contactShow.vue
@@ -1,65 +1,74 @@
-
-
账号:{{ currentContact.userInfo.username }}
地区:{{ '未知' }}
-