qingyiay
2023-06-29 2d742116c8cdc3a3f646e20340a185455f18cd5a
components/tab-bar/tab-bar.vue
@@ -29,7 +29,6 @@
   },
   methods: {
      tabbarchange(e) {
         console.log(e, 'tab切换地址');
         uni.switchTab({
            url: '/' + this.tabBarList[e].pagePath
         });