From 8e29fdae3e7dde32579495be389e5110785b95aa Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 06 Nov 2024 14:52:54 +0800
Subject: [PATCH] 企业详情
---
src/views/layout/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index cf36868..fb8ecac 100644
--- a/src/views/layout/index.vue
+++ b/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 = () => {
--
Gitblit v1.9.3