| | |
| | | * @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: |
| | | * |
| | |
| | | |
| | | const { VITE_APP_BASE } = import.meta.env |
| | | // , '7', |
| | | let indexPoint = ref(['1', '5', '7']) |
| | | let indexPoint = ref(['1', '5']) |
| | | |
| | | const treeRef = ref(null) |
| | | |
| | |
| | | * 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> |