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);