From ed36aad46843488eff868907dc0363b1ba7e0afe Mon Sep 17 00:00:00 2001 From: timerzz Date: Tue, 30 Jul 2024 13:34:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E8=B9=B2=E8=B4=A7=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Product/USCoachOutlet.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/views/Product/USCoachOutlet.vue b/src/views/Product/USCoachOutlet.vue index 0f8b039..994a879 100644 --- a/src/views/Product/USCoachOutlet.vue +++ b/src/views/Product/USCoachOutlet.vue @@ -358,7 +358,24 @@ const onWatch = (pid, name)=>{ CreateWatcher({ pid: pid, remark:'', - pusherIds:[1] + pushers:[ + { + id:2, + createdAt:1716303672, + type:2, + name:"email", + remark:"", + option:"{\"from\":\"zhhgzhhgzhhg@163.com\",\"username\":\"zhhgzhhgzhhg@163.com\",\"password\":\"SRGWLNQRNNOTSGSV\",\"host\":\"smtp.163.com\",\"port\":25,\"to\":\"zhangergou0628@163.com\"}" + }, + { + id:1, + createdAt:1716303548, + type:1, + name:"anpush", + remark:"", + option:"{\"token\":\"LHS13BO3FGBLGBP9MFBM53R8WV32P1\",\"channel\":\"78317\"}" + } + ] }).then(res=>{ message.success("添加成功") }).catch(err => {