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