From 8e27bf9bcf84df45321571148ba4d30912dc2621 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 28 六月 2023 11:02:46 +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