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, }; }, });