智慧园区前端大屏
linwe
2024-11-06 8e29fdae3e7dde32579495be389e5110785b95aa
src/views/layout/index.vue
@@ -4,9 +4,9 @@
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-06 11:05:46
 * @FilePath: \bigScreen\src\views\layout\index.vue
 * @Description:
 *
 * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
 * @Description:
 *
 * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
-->
<template>
  <div class="wrapper">
@@ -61,7 +61,7 @@
const showContent = ref(false)
const showSubLayout = ref(false)
// 监听createB的变化
// 监听createB的变化
watch(
  [
    () => store.loadMap,
@@ -75,7 +75,7 @@
    console.log(newLoadSub, 5555)
    showSubLayout.value = newLoadSub
  },
  { immediate: true } // 设置immediate为true以便在组件挂载时立即检查createB的值
  { immediate: true } // 设置immediate为true以便在组件挂载时立即检查createB的值
)
const signOut = () => {