diff --git a/src/views/login/sso.vue b/src/views/login/sso.vue index d33137a..892b24b 100644 --- a/src/views/login/sso.vue +++ b/src/views/login/sso.vue @@ -17,8 +17,8 @@ if (token) { router.push(redirect as string) } if (temp_monitor) { - const account = 'bocloud' - const password = '8AUvvKHq/FQeyU1Nr9aBtg==' + const account = 'guanliyuan' + const password = 'GOdH3KMxwttwZdxWj3m5+A==' const res = await login({ account, password,