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 @@ \ No newline at end of file + +.icon-box.orange { + background: #faad14; +} + +.icon-box.green { + background: #52c41a; +} + +.icon-box.blue { + background: #1890ff; +} + diff --git a/frontend/pc/IM/src/renderer/src/views/contact/UserInfoContent.vue b/frontend/pc/IM/src/renderer/src/views/contact/UserInfoContent.vue index fe7f311..c6be9bf 100644 --- a/frontend/pc/IM/src/renderer/src/views/contact/UserInfoContent.vue +++ b/frontend/pc/IM/src/renderer/src/views/contact/UserInfoContent.vue @@ -15,7 +15,7 @@

账号:{{ currentContact.userInfo.username }}

地区:{{ '未知' }}

- +
@@ -47,9 +47,10 @@ @@ -122,7 +128,7 @@ onMounted(() => { margin: 3px 0; } -.big-avatar { +:deep(.big-avatar) { width: 70px; height: 70px; border-radius: 6px;