From 2e882cbeda6a8a0f4dd193896386192f0f5ba0a7 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 06 Jul 2023 15:52:24 +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