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