登陆跳转
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
|
||||
localStorage.setItem('token', res.data.data)
|
||||
this.$router.push({
|
||||
path: `/`,
|
||||
path: `/PersonalHomepage`,
|
||||
})
|
||||
}else{
|
||||
alert("登录失败,请重试")
|
||||
|
||||
Reference in New Issue
Block a user