components/custom-tabbar.vue @@ -80,7 +80,7 @@ switchTab(item) { console.log("执行力", item); if (this.selected === item.key) return; uni.switchTab({ uni.redirectTo({ url: item.pagePath }); }