From c478bc1b36e38774cf01c02fd5e23858bd70a4a3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 13:42:46 +0800
Subject: [PATCH] #

---
 pages/authority/authority.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/pages/authority/authority.vue b/pages/authority/authority.vue
index 43d4c03..bace4c1 100644
--- a/pages/authority/authority.vue
+++ b/pages/authority/authority.vue
@@ -85,9 +85,7 @@
 				// console.log(this.tree);
 			},
 			switchbtn(item) {
-				console.log(item.switch);
 				item.switch = item.switch ? false : true
-				console.log(item.switch);
 			},
 			open(e) {
 				// console.log('open', e)
@@ -107,7 +105,6 @@
 				}, 1000);
 			},
 			back(it) {
-				console.log(it);
 				uni.$emit('isRefresh', it)
 				uni.navigateBack({
 					

--
Gitblit v1.9.1