From 4e6cdf4bdd3c99f71ef2440e7e2c843d1ae8a7c6 Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Tue, 10 Feb 2026 16:41:07 +0800 Subject: [PATCH] no message --- .env.development | 2 +- .env.localhost | 2 +- pages/message/components/chat-input.vue | 2 +- pages/message/index.vue | 39 +++++++++++++------------ pages/message/message.vue | 30 +++++++++---------- utils/tim-chat.js | 19 ++++++------ 6 files changed, 47 insertions(+), 47 deletions(-) diff --git a/.env.development b/.env.development index db76d4c..70e7c7a 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ MP_API_BASE_URL=https://patient.youcan365.com MP_CACHE_PREFIX=development MP_WX_APP_ID=wx6ee11733526b4f04 -MP_TIM_SDK_APP_ID=1600123876 \ No newline at end of file +MP_TIM_SDK_APP_ID=1600126296 \ No newline at end of file diff --git a/.env.localhost b/.env.localhost index caeee5d..2031b21 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,4 +1,4 @@ MP_API_BASE_URL=http://localhost:8080 MP_CACHE_PREFIX=development MP_WX_APP_ID=wx6ee11733526b4f04 -MP_TIM_SDK_APP_ID=1600123876 +MP_TIM_SDK_APP_ID=1600126296 diff --git a/pages/message/components/chat-input.vue b/pages/message/components/chat-input.vue index b13a052..6e04776 100644 --- a/pages/message/components/chat-input.vue +++ b/pages/message/components/chat-input.vue @@ -8,7 +8,7 @@