@@ -44,10 +44,10 @@
},
methods: {
switchTab(path, index) {
- if (index == this.currentTab) {
- // 同页面不刷新
- return;
- }
+ // if (index == this.currentTab) {
+ // // 同页面不刷新
+ // return;
+ // }
uni.reLaunch({
url: path
});