登陆跳转

This commit is contained in:
2019-12-26 10:00:24 +08:00
parent c901454332
commit faeb1f9ae1
7 changed files with 49 additions and 23 deletions

View File

@@ -75,7 +75,7 @@ export default {
localStorage.setItem('token', res.data.data)
this.$router.push({
path: `/`,
path: `/PersonalHomepage`,
})
}else{
alert("登录失败,请重试")