This commit is contained in:
Jonathan Baecker 2020-04-29 17:11:28 +02:00
parent 4abcf69358
commit 8e426185d0

View File

@ -207,7 +207,6 @@ export default {
},
checkLogin () {
if (this.$store.state.auth.isLogin) {
// this.$router.push('/player')
this.sysStats()
}
},