From 255f68709e36ea232a0a0f5d28e9ef9f03c7b981 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Fri, 10 Jul 2020 21:48:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20solve=20the=20cache=20problem=20in=20mul?= =?UTF-8?q?ti=20tabs=20mode;=20:bug:=20=E4=BF=AE=E5=A4=8D:=20=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=A4=9A=E9=A1=B5=E7=AD=BE=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AD=98=E6=B3=84=E9=9C=B2=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BlankView.vue | 4 +- src/layouts/PageView.vue | 4 +- src/layouts/TabsView.vue | 80 +++++++++++++++++++++++------------- src/pages/exception/403.vue | 1 + src/pages/exception/404.vue | 1 + src/pages/exception/500.vue | 1 + src/store/modules/setting.js | 4 ++ 7 files changed, 63 insertions(+), 32 deletions(-) diff --git a/src/layouts/BlankView.vue b/src/layouts/BlankView.vue index 0e3acbf..742f3b3 100644 --- a/src/layouts/BlankView.vue +++ b/src/layouts/BlankView.vue @@ -1,6 +1,6 @@