Browse Source

课程调整

wangxy 2 months ago
parent
commit
97faccbce8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      components/custom-tabbar/custom-tabbar-admin.vue

+ 4 - 4
components/custom-tabbar/custom-tabbar-admin.vue

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