From 081d5bf63062b4019a5c6174ce48d89eb47437c2 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Tue, 4 Jun 2024 11:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E9=83=BD=E5=B7=A5=E4=B8=9A=E5=AD=A6?= =?UTF-8?q?=E9=99=A2=E7=99=BB=E5=BD=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thirdLogin/cgyLogin.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/thirdLogin/cgyLogin.vue b/src/views/thirdLogin/cgyLogin.vue index 69f83fdf6..d2cca5a8a 100644 --- a/src/views/thirdLogin/cgyLogin.vue +++ b/src/views/thirdLogin/cgyLogin.vue @@ -27,13 +27,13 @@ export default { } }, mounted() { - const appId = this.$route.query.appId; - const sessionId = this.$route.query.sessionId; + const appId = this.$route.query.app_id; + const sessionId = this.$route.query.session_id; const timeStamp = this.$route.query.timeStamp; - const account = this.$route.query.account; - const name = this.$route.query.name; + const account = this.$route.query.user_name; + const name = this.$route.query.nick_name; const parentAccount = this.$route.query.parentAccount; - const functionId = this.$route.query.functionId; + const functionId = this.$route.query.systemId; if (appId && account && name) { const data = { appId,