Ver Fonte

修改用户端跳转

743180155@qq.com há 1 ano atrás
pai
commit
697c5351ad
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/tabbar/index.vue

+ 1 - 1
src/components/tabbar/index.vue

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