| | |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-09 15:31:53 |
| | | * @FilePath: \bigScreen\src\views\companyInfo\index.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2024 by shuishen, All Rights Reserved. |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2024 by shuishen, All Rights Reserved. |
| | | --> |
| | | <script setup> |
| | | import { computerCapacity } from "utils/turfPolygon.js" |
| | | import qyfw from "@/assets/json/qyfw" |
| | | import rightContainer from './components/rightContainer.vue' |
| | | import leftContainer from './components/leftContainer.vue' |
| | | import centerContainer from './components/centerContainer.vue' // 修改这里 |
| | | import mainMenuVue from './components/mainMenu.vue' |
| | | import { onUnmounted } from "vue" |
| | |
| | | <div class="main-header"> |
| | | <centerContainer :button-index="buttonIndex" @childEvent="handleChildEvent"></centerContainer> |
| | | </div> |
| | | <div class="main-container" v-if="buttonIndex == 4"> |
| | | <left-container :button-index="buttonIndex"></left-container> |
| | | </div> |
| | | |
| | | <div class="main-container" v-if="buttonIndex <= 2"> |
| | | <right-container :button-index="buttonIndex"></right-container> |
| | |
| | | } |
| | | |
| | | .cur-page-container {} |
| | | </style> |
| | | </style> |