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)