fix: 修改单点登录传参
parent
83b3073a47
commit
87e7898204
|
@ -52,7 +52,7 @@ const actions = {
|
|||
}
|
||||
trxLogin({
|
||||
clientHello,
|
||||
serverHello
|
||||
serverHello: ClientAuth
|
||||
}).then(tokenRes => {
|
||||
console.log('调用 trxLogin 方法,接口返回结果为:', tokenRes)
|
||||
if (!tokenRes.success) {
|
||||
|
|
Loading…
Reference in New Issue