From 8bcbcac531b00a14e7b4d76dcc6f4c09c5725648 Mon Sep 17 00:00:00 2001 From: zhangchuanlong Date: Fri, 4 Mar 2022 16:44:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dkeep-alive=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=97=AE=E9=A2=98=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?keep-alive=E6=B5=8B=E8=AF=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 15 +++++---------- src/components/AppProvider/index.vue | 3 +-- src/layout/components/AppMain.vue | 22 ++++++++++++++++------ src/router/routes/index.js | 9 +++++++++ src/views/test-page/TestKeepAlive.vue | 20 ++++++++++++++++++++ 5 files changed, 51 insertions(+), 18 deletions(-) create mode 100644 src/views/test-page/TestKeepAlive.vue diff --git a/src/App.vue b/src/App.vue index 09f8540..f0dc247 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,16 +3,11 @@ import AppProvider from '@/components/AppProvider/index.vue'