fix: 修改单点登录传参

develop
时启龙 2024-08-28 21:03:14 +08:00
parent 83b3073a47
commit 87e7898204
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const actions = {
}
trxLogin({
clientHello,
serverHello
serverHello: ClientAuth
}).then(tokenRes => {
console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes)
if (!tokenRes.success) {