فهرست منبع

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

tanxue 2 ماه پیش
والد
کامیت
6de1db2b77
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  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
 				});