This commit is contained in:
2019-12-01 18:56:57 +08:00
parent 58eb28c680
commit 1d77921732
5 changed files with 110 additions and 59 deletions

View File

@@ -169,6 +169,7 @@
.right {
width: 143px;
height: 62px;
line-height: 62px;
background: rgba(247, 247, 247, 1);
border-radius: 10px;
margin: auto 0;

View File

@@ -133,6 +133,7 @@ export default {
});
break;
case 2:
localStorage.setItem("toekn","")
this.$router.push({
path: '/login'
});