From ae671e401db4b158b6bd4292fb99fab58e40844c Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 11 四月 2025 09:14:04 +0800 Subject: [PATCH] feat: 接口 --- src/views/Login/Login.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 7f317c5..774987f 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -178,6 +178,7 @@ await userStore.loginByUsername({ userName: unref(user), userPassword: unref(pwd), + clientId: 'goverend-admin-app-client', }); loading.value = false; router.push({ -- Gitblit v1.9.1