@@ -128,7 +128,7 @@ export default {
methods: {
handTab(row) {
if(this.isShow){
- uni.redirectTo({
+ uni.switchTab({
url: row.pagePath,
});
}else{