From 1812a4c7d22959414bcf62b6ca8f59ef5e7ccd95 Mon Sep 17 00:00:00 2001 From: zhenorzz Date: Thu, 25 Nov 2021 14:19:47 +0800 Subject: [PATCH] F refresh --- web/src/layout/components/AppMain.vue | 2 +- web/src/views/redirect/index.vue | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/web/src/layout/components/AppMain.vue b/web/src/layout/components/AppMain.vue index 976f6ea..d07ea9a 100644 --- a/web/src/layout/components/AppMain.vue +++ b/web/src/layout/components/AppMain.vue @@ -18,7 +18,7 @@ export default defineComponent({ cachedViews() { return import.meta.env.PROD === true ? this.$store.state.tagsView.cachedViews.join(',') - : '' + : [] }, key() { return this.$route.path diff --git a/web/src/views/redirect/index.vue b/web/src/views/redirect/index.vue index 5930a30..d2f1fe7 100644 --- a/web/src/views/redirect/index.vue +++ b/web/src/views/redirect/index.vue @@ -1,13 +1,16 @@