56
chenyc
2022-09-23 87eece34dfd7482102d5380941c7df0e15a4b515
56
2个文件已修改
4 ■■■ 已修改文件
src/views/home/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/myMine/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {
src/views/myMine/index.vue
@@ -117,7 +117,6 @@
    const router=useRouter()
    const active=ref('my')
    const tabChang=(index:any)=>{
        alert(index)
        if (index==='home'){
            router.push('/')
        } else {
@@ -259,7 +258,7 @@
    background: #166bd3;
}
.ButtonBody{
    margin-top: 80px;
    margin-top: 40px;
    width: 92%;
    margin-left: 4%;
    // background: #166bd3;