From 26136c79e631cccac3c160ee741d01d80112f055 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 24 Jul 2024 15:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E9=A3=8E=E7=90=B4?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E8=AE=BE=E5=A4=87=E4=BE=BF=E6=90=BA=E5=BC=8F?= =?UTF-8?q?tree=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tree/device.vue | 6 +++--- src/components/tree/point.vue | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/tree/device.vue b/src/components/tree/device.vue index 3948b2e..e88a1b2 100644 --- a/src/components/tree/device.vue +++ b/src/components/tree/device.vue @@ -31,10 +31,10 @@ /> - +
@@ -28,14 +28,14 @@ size="18" class="fold ml10 menu-collapse" style="cursor: pointer" - v-if="props.canExpand&&route.path!='/admin/govern/reportCore/statistics/index'" + v-if="props.canExpand && route.path != '/admin/govern/reportCore/statistics/index'" />
- + (), { data: [] }) -const route=useRoute() -console.log(route,"6666677788889") +const route = useRoute() +console.log(route, '6666677788889') const { proxy } = useCurrentInstance() const menuCollapse = ref(false) const activeName = ref(0)