From f6a672db649de147a82b54b78ffa065294cac0cc Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 17 Jun 2024 21:14:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E5=B9=B3=E5=8F=B0=E5=A6=82=E6=9E=9C=E6=9C=89=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=BE=AE=E4=BF=A1=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login/components/login-form.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index a482eacb9a..84229bc06e 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -74,7 +74,7 @@
- +
({ label: e.name, value: e.id, })); + res.forEach((e) => { + if (e.id === 'WE_COM') { + e.id = activeName.value; + } + }); } catch (error) { // eslint-disable-next-line no-console console.log(error);