1
xuxueyang
2024-08-07 3d917ba8ceae67ce6a2c670c8a08ad34a3d8cad7
components/footer/managefooter.vue
@@ -60,7 +60,7 @@
    },
    methods: {
        go(item){
            uni.redirectTo({ url: item.pagePath })
            uni.reLaunch({ url: item.pagePath })
            // uni.switchTab({ url: item.pagePath })
        }
    }