src/views/home/index.vue @@ -175,6 +175,7 @@ ] const active=ref('home') const tabChang=(index:any)=>{ alert(index) if (index==='home'){ router.push('/') } else {