fix: 登录用户调整
parent
dd7beac9b7
commit
5578d89df1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue