智慧园区前端大屏
linwe
2024-11-23 db1cc7cf54cc1b6f2f6fc317c3176d26d270e3ce
src/views/companyInfo/components/centerContainer.vue
@@ -9,6 +9,7 @@
 * 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,6 +37,7 @@
// 返回首页
const goHome = () => {
  store.setLoadSub(false)
  EventBus.emit('flyToyqfw', 'flyToyqfw')
  router.push({
    path: '/layout'
  })