智慧园区前端大屏
shuishen
2024-11-28 8b179493b7103e359ca8547850cef599708fd791
空中全景分布显示关闭逻辑调整
2 files modified
13 ■■■■ changed files
src/pages/layout/components/scomponents/layersControl.vue 4 ●●●● patch | view | raw | blame | history
src/views/survey/index.vue 9 ●●●●● patch | view | raw | blame | history
src/pages/layout/components/scomponents/layersControl.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-31 10:47:29
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-27 16:22:09
 * @LastEditTime: 2024-11-28 11:43:20
 * @FilePath: \bigScreen\src\pages\layout\components\scomponents\layersControl.vue
 * @Description:
 *
@@ -77,7 +77,7 @@
const { VITE_APP_BASE } = import.meta.env
// , '7', 
let indexPoint = ref(['1', '5', '7'])
let indexPoint = ref(['1', '5'])
const treeRef = ref(null)
src/views/survey/index.vue
@@ -9,8 +9,17 @@
 * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
-->
<script setup>
import EventBus from 'utils/bus'
import leftContainer from './components/leftContainer.vue'
import rightContainer from './components/rightContainer.vue'
import { onUnmounted } from 'vue'
onMounted(() => {
  EventBus.emit('restHandleCheckChange', `7`)
})
onUnmounted(() => {
  EventBus.emit('restHandleDelChange', `7`)
})
</script>
<template>