From f3acb8ce787f3df0eda633031473be4e6a9ff448 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 12 十月 2023 16:56:28 +0800
Subject: [PATCH] 油烟 更新了实时监控页面

---
 src/components/layout/AppLayout.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/layout/AppLayout.vue b/src/components/layout/AppLayout.vue
index 662ca7b..9118f15 100644
--- a/src/components/layout/AppLayout.vue
+++ b/src/components/layout/AppLayout.vue
@@ -22,7 +22,7 @@
       <el-container class="header-and-main">
         <AppHeader/>
         <el-main class="main-content">
-          <RouterView/>
+            <RouterView/>
         </el-main>
       </el-container>
     </el-container>

--
Gitblit v1.9.3