From 5c0e57ab831a71a8456e4d7dedf454f85aa96491 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 27 六月 2023 15:06:53 +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