diff --git a/src/store/app/index.ts b/src/store/app/index.ts index 64ab5b5..7791bc0 100644 --- a/src/store/app/index.ts +++ b/src/store/app/index.ts @@ -35,7 +35,7 @@ export const useAppStore = defineStore('app-store', { showBreadcrumb: true, showBreadcrumbIcon: true, showSetting: false, - transitionAnimation: 'fade-slide' as TransitionAnimation, + transitionAnimation: 'zoom-out' as TransitionAnimation, layoutMode: 'leftMenu' as LayoutMode, contentFullScreen: false, } @@ -66,7 +66,7 @@ export const useAppStore = defineStore('app-store', { this.showBreadcrumb = true this.showBreadcrumbIcon = true this.showWatermark = false - this.transitionAnimation = 'fade-slide' + this.transitionAnimation = 'zoom-out' this.layoutMode = 'leftMenu' this.contentFullScreen = false