clickItem(item) {
console.log(item);
if (this.$route.path!==item.path && !(this.$route.path==='/home' && (item.path==='/'))) {
this.$router.push(item.path)
}
},
clickItem(item) {
console.log(item);
if (this.$route.path!==item.path && !(this.$route.path==='/home' && (item.path==='/'))) {
this.$router.push(item.path)
}
},