From c2da3c00afaa95c80cff42ac3693e3f7bca6f764 Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Tue, 3 Feb 2026 14:17:37 +0800 Subject: [PATCH] no message --- .env.development | 2 + .env.ip | 3 +- .env.localhost | 2 + pages/message/components/chat-input.vue | 58 ++++------ pages/message/hooks/use-group-chat.js | 2 +- pages/message/index.vue | 87 +------------- pages/message/survey-list.vue | 147 ++++++++++++++++++++---- store/team.js | 10 +- utils/api.js | 4 +- 9 files changed, 158 insertions(+), 157 deletions(-) diff --git a/.env.development b/.env.development index 9d227fb..cce72c5 100644 --- a/.env.development +++ b/.env.development @@ -5,3 +5,5 @@ MP_WX_APP_ID=wx1d8337a40c11d66c MP_CORP_ID=wwe3fb2faa52cf9dfb MP_TIM_SDK_APP_ID=1600123876 MP_INVITE_TEAMMATE_QRCODE=https://patient.youcan365.com/invite-teammate +MP_PATIENT_PAGE_BASE_URL= 'https://www.youcan365.com/patientDeploy/#/' +MP_SURVEY_URL= 'https://www.youcan365.com/surveyDev/#/pages/survey/survey' \ No newline at end of file diff --git a/.env.ip b/.env.ip index 943dbe3..93481d6 100644 --- a/.env.ip +++ b/.env.ip @@ -5,4 +5,5 @@ MP_WX_APP_ID=wx93af55767423938e MP_CORP_ID=wwe3fb2faa52cf9dfb MP_TIM_SDK_APP_ID=1600123876 MP_INVITE_TEAMMATE_QRCODE=https://patient.youcan365.com/invite-teammate - +MP_PATIENT_PAGE_BASE_URL= 'https://www.youcan365.com/patientDeploy/#/' +MP_SURVEY_URL= 'https://www.youcan365.com/surveyDev/#/pages/survey/survey' diff --git a/.env.localhost b/.env.localhost index 40eeb46..3d46ace 100644 --- a/.env.localhost +++ b/.env.localhost @@ -5,3 +5,5 @@ MP_WX_APP_ID=wx1d8337a40c11d66c MP_CORP_ID=wwe3fb2faa52cf9dfb MP_TIM_SDK_APP_ID=1600123876 MP_INVITE_TEAMMATE_QRCODE=https://patient.youcan365.com/invite-teammate +MP_PATIENT_PAGE_BASE_URL= 'https://www.youcan365.com/patientDeploy/#/' +MP_SURVEY_URL= 'https://www.youcan365.com/surveyDev/#/pages/survey/survey' \ No newline at end of file diff --git a/pages/message/components/chat-input.vue b/pages/message/components/chat-input.vue index 2ef7f6c..c48da5e 100644 --- a/pages/message/components/chat-input.vue +++ b/pages/message/components/chat-input.vue @@ -6,9 +6,10 @@ -