| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-11-08 11:00:30 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-08 12:07:12 |
| | | * @LastEditTime: 2025-02-18 20:19:32 |
| | | * @FilePath: \bigScreen\src\views\companyInfo\components\centerContainer.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2024 by shuishen, All Rights Reserved. |
| | | --> |
| | | <script setup> |
| | | import EventBus from 'utils/bus' |
| | | import { getAssetsFile } from 'utils/utils' |
| | | const loginOutBg = getAssetsFile('back.png', '/images') |
| | | |
| | |
| | | // 返回首页 |
| | | const goHome = () => { |
| | | store.setLoadSub(false) |
| | | EventBus.emit('flyToyqfw', 'flyToyqfw') |
| | | router.push({ |
| | | path: '/layout' |
| | | path: '/layout/map/main/survey' |
| | | }) |
| | | } |
| | | </script> |