Parcourir la source

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

tanxue il y a 2 mois
Parent
commit
6de1db2b77
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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
 				});