qingyiay
2023-04-10 1b4f1c9db703b1bfd0e3f8cc7f01153a7399088d
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
         });