From c7f312c9f1f3eab75f5878e00f7920e30f9f4108 Mon Sep 17 00:00:00 2001 From: admin <592225189@qq.com> Date: Fri, 1 Nov 2024 22:14:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=99=BB=E5=BD=95=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BD=AFkey=E7=99=BB=E5=BD=95=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/skey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/skey.js b/src/store/modules/skey.js index b5b9655..f2b7ce1 100644 --- a/src/store/modules/skey.js +++ b/src/store/modules/skey.js @@ -35,7 +35,7 @@ const actions = { }) return } - const randoms = randomRes.result + const randoms = randomRes.data console.log('loginRandom:', randoms) trxSoftLogin({clientHello, randoms, password: loginParam.password}).then(loginRes=>{ console.log('调用 trxSoftLogin 方法,接口返回结果为:', loginRes)