From b8034ea8d5eac3eb346ec18f905b4a79cd9fdc13 Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期六, 21 六月 2025 18:05:48 +0800 Subject: [PATCH] Merge branch 'master' of http://yykjgit.sdyyst.com/r/easegen --- easegen-front/src/views/mp/autoReply/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/easegen-front/src/views/mp/autoReply/index.vue b/easegen-front/src/views/mp/autoReply/index.vue index 0b00647..e13eec1 100644 --- a/easegen-front/src/views/mp/autoReply/index.vue +++ b/easegen-front/src/views/mp/autoReply/index.vue @@ -58,6 +58,7 @@ v-model="showDialog" width="800px" destroy-on-close + :close-on-click-modal="false" > <ReplyForm v-model="replyForm" v-model:reply="reply" :msg-type="msgType" ref="formRef" /> <template #footer> -- Gitblit v1.9.3