Procházet zdrojové kódy

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

tanxue před 2 měsíci
rodič
revize
6de1db2b77

+ 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
 				});