Merge remote-tracking branch 'origin/test-sso' into test-sso
This commit is contained in:
commit
f47ef8a004
|
|
@ -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 => {
|
||||
|
|
|
|||
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue