From 1f391a0ed285b18834768ff66b93ec2e096935c2 Mon Sep 17 00:00:00 2001 From: liaozhiyang Date: Wed, 28 May 2025 19:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E7=BB=84=E4=BB=B6bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8A=E8=81=8A=E5=A4=A9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=81=9C=E7=94=A8mock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env | 2 +- src/components/PageLayout/PageLayout.vue | 8 +- src/pages-message/chat/chat.vue | 186 ++++++++++++++++------ src/pages/annotation/annotationList.vue | 2 +- src/pages/message/components/chatList.vue | 132 ++++++++++++--- src/pages/message/message.vue | 6 - 6 files changed, 259 insertions(+), 77 deletions(-) diff --git a/env/.env b/env/.env index 8aba071..78832a7 100644 --- a/env/.env +++ b/env/.env @@ -26,4 +26,4 @@ VITE_APP_PROXY= true VITE_APP_PROXY_PREFIX = '/api' # 是否启用mock (1.仅支持h5 2.启用必须要开启代理,否则生效。) -VITE_USE_MOCK = true +VITE_USE_MOCK = false diff --git a/src/components/PageLayout/PageLayout.vue b/src/components/PageLayout/PageLayout.vue index 70c91db..78c825c 100644 --- a/src/components/PageLayout/PageLayout.vue +++ b/src/components/PageLayout/PageLayout.vue @@ -21,7 +21,7 @@