@@ -141,11 +141,13 @@ export default {
})
},
jump(item) {
- console.log(item);
this.activeName = item.title;
if(item.children.length > 0 && item.url !== "dashboard") {
this.isShow = true;
this.selectItem = item;
+ this.$router.push({
+ path: '/' + item.children[0].url
+ })
} else {
this.isShow = false;
this.$router.push({