From 837f718a7977a0ba3bf9a77f89f8f4129d5d9395 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Tue, 16 Jan 2024 11:22:58 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=B8=BAclassic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index b501bf8..0e7a867 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -60,7 +60,7 @@ export const useAppStore = defineStore('app', { serverDynamicRouter: true, // 是否服务端渲染动态路由 fixedMenu: false, // 是否固定菜单 - layout: 'top', // layout布局 + layout: 'classic', // layout布局 isDark: false, // 是否是暗黑模式 currentSize: 'default', // 组件尺寸 theme: {