From 14407d7f7e5fc091a58873895b6ba1aaf025090d Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Mon, 29 Jan 2024 10:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=97=E7=BD=91=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/store/modules/user.js | 2 +- sgzb-ui/src/views/loginSso.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/store/modules/user.js b/sgzb-ui/src/store/modules/user.js index c170ec71..b1f0aaaa 100644 --- a/sgzb-ui/src/store/modules/user.js +++ b/sgzb-ui/src/store/modules/user.js @@ -92,7 +92,7 @@ const user = { commit('SET_EXPIRES_IN', data.expires_in) }else{ console.log('登录失败22222222') - this.$modal.msgError('登录失败22222222'); + this.$modal.msgError('登录失败'); } resolve() }).catch(error => { diff --git a/sgzb-ui/src/views/loginSso.vue b/sgzb-ui/src/views/loginSso.vue index 0b8d0191..cf64c259 100644 --- a/sgzb-ui/src/views/loginSso.vue +++ b/sgzb-ui/src/views/loginSso.vue @@ -38,7 +38,7 @@ export default { // https://test-cc.zhgkxt.com/ let param = { code:this.code, - redirectUrl:'https://test-cc.zhgkxt.com/', + redirectUrl:'https://test-cc.zhgkxt.com', type:'authorization_code' } this.$store.dispatch("ssoLogin", param).then(() => {