From d779d21bbbb9b53a70db095b8291703580aa3080 Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 7 Jun 2021 09:35:17 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E5=A4=9A=E7=BA=A7=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/keepAlive.js | 2 +- src/views/other/empty.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/modules/keepAlive.js b/src/store/modules/keepAlive.js index c143cf51..1c5f2856 100644 --- a/src/store/modules/keepAlive.js +++ b/src/store/modules/keepAlive.js @@ -1,6 +1,6 @@ export default { state: { - keepLiveRoute: [], + keepLiveRoute: ['empty'], routeKey: null, routeShow: true }, diff --git a/src/views/other/empty.vue b/src/views/other/empty.vue index 3e42a037..8451d4ee 100644 --- a/src/views/other/empty.vue +++ b/src/views/other/empty.vue @@ -8,6 +8,7 @@