xuxueyang
2024-09-05 4f1e0fb646ddfd7ae9162379efa14e4d0d1dfd51
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 })
        }
    }