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