From 39d8ecbfc7bf24124d22e22bcd71d449f2cb590a Mon Sep 17 00:00:00 2001 From: dhb52 Date: Tue, 18 Apr 2023 11:18:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20MP/wx-reply=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=8A=BD=E7=A6=BBuseUpload=E9=92=A9=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mp/components/wx-reply/main.vue | 640 ++++++++++------------ src/views/mp/hooks/useUpload.ts | 50 ++ 2 files changed, 326 insertions(+), 364 deletions(-) create mode 100644 src/views/mp/hooks/useUpload.ts diff --git a/src/views/mp/components/wx-reply/main.vue b/src/views/mp/components/wx-reply/main.vue index 4768eb31..8e8b3eee 100644 --- a/src/views/mp/components/wx-reply/main.vue +++ b/src/views/mp/components/wx-reply/main.vue @@ -8,7 +8,7 @@ ④ 支持发送【视频】消息时,支持新建视频 -->