@ -36,12 +36,14 @@
};
},
created() {
setTimeout(() =>{
console.log(this.tag)
this.menu.map((item,index) =>{
if(this.tag.label == '首页') {
this.menuArr.push(item.path)
})
},300)
}
this.index.openMenu();
computed: {
@ -51,7 +53,6 @@
methods: {
</script>