Quellcode durchsuchen

Merge branch '2025北京诚祥' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥

tanxue vor 2 Monaten
Ursprung
Commit
6de1db2b77
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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
 				});