sonar
This commit is contained in:
@@ -75,7 +75,11 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.$route.name === 'Login' || this.$route.name === 'NotFound404' ? this.showMember = false : this.showMember = true;
|
||||
if (this.$route.name === 'Login' || this.$route.name === 'NotFound404') {
|
||||
this.showMember = false
|
||||
} else {
|
||||
this.showMember = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user