Merge branch 'main' into feature/fix_defects_router

This commit is contained in:
Jin Mao
2026-07-18 03:54:49 +08:00
committed by GitHub
4 changed files with 3 additions and 1 deletions

View File

@@ -360,6 +360,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
]),
centered: true,
width: 548,
zIndex: 9999,
keyboard: false,
maskClosable: false,
closable: false,

View File

@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
]),
centered: true,
width: 548,
zIndex: 9999,
keyboard: false,
maskClosable: false,
closable: false,

View File

@@ -44,7 +44,6 @@ const showComponent = (route: RouteLocationNormalizedLoadedGeneric) => {
v-if="getEnabledTransition"
:name="getTransitionName(route)"
appear
mode="out-in"
>
<KeepAlive
v-if="keepAlive"

View File

@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
]),
centered: true,
width: 548,
zIndex: 9999,
keyboard: false,
maskClosable: false,
closable: false,