智慧园区前端大屏
shuishen
2025-09-15 17a81d641608545682e3f79f7c6090cac48fe81a
src/views/companyInfo/components/centerContainer.vue
@@ -2,13 +2,14 @@
 * @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')
@@ -36,8 +37,9 @@
// 返回首页
const goHome = () => {
  store.setLoadSub(false)
  EventBus.emit('flyToyqfw', 'flyToyqfw')
  router.push({
    path: '/layout'
    path: '/layout/map/main/survey'
  })
}
</script>