From 90e5a0645d52236ca6e216f11661086dbec75331 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Wed, 23 Nov 2022 18:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E5=BF=97=E6=84=BF=E8=80=85=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E8=B0=83=E8=AF=95=E5=B7=A5=E5=85=B7,=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppOpenChat/AppOpenChat.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/AppOpenChat/AppOpenChat.vue b/src/apps/AppOpenChat/AppOpenChat.vue index 67e488c2..2d0a5657 100644 --- a/src/apps/AppOpenChat/AppOpenChat.vue +++ b/src/apps/AppOpenChat/AppOpenChat.vue @@ -1,7 +1,6 @@ @@ -54,7 +53,7 @@ export default { }, handleCreateQrCode(groupId) { const {activityType, activityId, groupName} = this.$route.query - this.$http.post("/wxcp/wxgroup/createGroupQrCode", null, { + this.$http.post("/api/wxcp/wxgroup/createGroupQrCode", null, { params: { groupId, activityType, activityId, groupName }