From 402030fb7027e3387426a5803381b8518ffa9936 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 2 Nov 2022 12:42:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF):=20?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=9B=BD=E9=99=85=E9=A3=9E=E4=B9=A6=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E7=BC=BA=E5=A4=B1=E9=94=99=E8=AF=AF=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/user/PrivateForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/user/PrivateForm.vue b/frontend/src/views/system/user/PrivateForm.vue index b02be6b8b9..23fb58b43c 100644 --- a/frontend/src/views/system/user/PrivateForm.vue +++ b/frontend/src/views/system/user/PrivateForm.vue @@ -255,7 +255,7 @@ export default { }, methods: { showError() { - const errKeys = ['WecomError', 'DingtalkError', 'LarkError'] + const errKeys = ['WecomError', 'DingtalkError', 'LarkError', 'LarksuiteError'] errKeys.forEach(key => { const msg = Cookies.get(key) if (msg) {