From 14ea36481c536bc89e8cd434bd3fd8729cb71a87 Mon Sep 17 00:00:00 2001 From: maxbad <26058031@qq.com> Date: Tue, 15 Aug 2023 11:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtransition=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E7=99=BD=E5=B1=8F(=E9=87=8D?= =?UTF-8?q?=E7=8E=B0:=20=E7=83=AD=E6=9B=B4=E6=96=B0transition=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E7=BB=84=E4=BB=B6script=E4=BB=A3=E7=A0=81=E5=88=87?= =?UTF-8?q?=E6=8D=A2tab=E5=8D=B3=E5=8F=AF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/layout/components/Main/index.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/web/src/layout/components/Main/index.vue b/web/src/layout/components/Main/index.vue index 996868b..4122a46 100644 --- a/web/src/layout/components/Main/index.vue +++ b/web/src/layout/components/Main/index.vue @@ -1,13 +1,20 @@ @@ -72,11 +79,12 @@ } } } - + const mode = import.meta.env.MODE; return { keepAliveComponents, getTransitionName, retryKeepAlive, + mode, }; }, });