南网登录

This commit is contained in:
zhouzy062 2024-01-29 10:21:25 +08:00
parent 14238ce4e2
commit 14407d7f7e
2 changed files with 2 additions and 2 deletions

View File

@ -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 => {

View File

@ -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(() => {