From 74878a131b706057c4fa6a39e223524341f4a533 Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Thu, 22 Jan 2026 15:13:26 +0800 Subject: [PATCH] no message --- .env.development | 1 + .env.localhost | 1 + App.vue | 12 + index.html | 37 +- pages.json | 7 + pages/message/chat.scss | 10 +- pages/message/components/chat-input.vue | 39 - pages/message/components/head-card.vue | 1 - pages/message/components/message-types.vue | 9 +- .../components/special-message/evaluation.vue | 6 - pages/message/index.vue | 1585 ++++++----------- pages/message/message.vue | 504 +++++- store/account.js | 53 +- utils/api.js | 5 + utils/im-status-manager.js | 29 +- utils/tim-chat.js | 389 ++-- 16 files changed, 1421 insertions(+), 1267 deletions(-) diff --git a/.env.development b/.env.development index c35990f..88cc875 100644 --- a/.env.development +++ b/.env.development @@ -2,3 +2,4 @@ MP_API_BASE_URL=http://localhost:8080 MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e MP_CORP_ID=wwe3fb2faa52cf9dfb +MP_TIM_SDK_APP_ID=1600123876 diff --git a/.env.localhost b/.env.localhost index 24011fd..29dbff8 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,3 +1,4 @@ MP_API_BASE_URL=http://192.168.60.2:8080 MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e +MP_TIM_SDK_APP_ID=1600072268 diff --git a/App.vue b/App.vue index 32f7d93..7fe422c 100644 --- a/App.vue +++ b/App.vue @@ -1,5 +1,7 @@ diff --git a/index.html b/index.html index b5d330d..9e3eac7 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,21 @@ -
- - -