付延余
2023-03-22 82fa9121ff649bb681fc55e482fe405c5ce0d4d0
components/tab-bar/tab-bar.vue
@@ -29,7 +29,6 @@
   },
   methods: {
      tabbarchange(e) {
         console.log('tabbar改变',this.current, e,this.tabBarList);
         uni.switchTab({
            url: '/' + this.tabBarList[e].pagePath
         });