From 24f9337e9bf1f163787fdc0617c8223619fac909 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 27 六月 2023 08:38:22 +0800
Subject: [PATCH] 新增页面和配置,对接口

---
 src/views/Home.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index e62029e..9a57f99 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -31,7 +31,9 @@
           margin: '15px 16px 24px 16px',
         }">
 					<!-- Content -->
-					<router-view ref="tabContent"></router-view>
+          <keep-alive include="notice">
+					  <router-view ref="tabContent"></router-view>
+          </keep-alive>
 					<div style="height: 30px;text-align: center;line-height: 30px">
             技术支持:中国科学院
           </div>

--
Gitblit v1.9.2