登录BUG修改
This commit is contained in:
parent
073713cf95
commit
dc2fe63682
|
@ -24,6 +24,10 @@ let loadingInstance
|
||||||
*/
|
*/
|
||||||
const handleCode = (code, msg, res) => {
|
const handleCode = (code, msg, res) => {
|
||||||
switch (code) {
|
switch (code) {
|
||||||
|
case 0:
|
||||||
|
case 1:
|
||||||
|
case 200:
|
||||||
|
break
|
||||||
case 401:
|
case 401:
|
||||||
store.dispatch('user/resetAll').catch(() => {})
|
store.dispatch('user/resetAll').catch(() => {})
|
||||||
break
|
break
|
||||||
|
@ -43,6 +47,8 @@ const handleCode = (code, msg, res) => {
|
||||||
case 302:
|
case 302:
|
||||||
// window.location.href = redirect
|
// window.location.href = redirect
|
||||||
break
|
break
|
||||||
|
default:
|
||||||
|
message.error(msg || '接口异常')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
await this.$router.push('/home')
|
await this.$router.push('/home')
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
message.error('登陆失败,用户名或密码错误!')
|
// message.error('登陆失败,用户名或密码错误!')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue