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