1
xuxueyang
2024-08-06 34d012c8d4bbd68a77f8b138ad43d47823e27746
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 })
        }
    }