qingyiay
2023-03-29 82af85eae92790fc125ca42d1a800046fe0bd916
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
         });