From e6a02c8b09a796e436a501e9b87d19e25c34c9d1 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期日, 07 四月 2024 15:53:37 +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