From a731a6408bd1685c039e273a8a4decfa03eaac3f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 4 Nov 2024 11:19:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B8=83=E5=B1=80mix=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=AE=BD=E5=BA=A6100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- src/store/modules/layout.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 76e7b0c8..ac642491 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "@codemirror/merge": "^6.7.2", "@codemirror/theme-one-dark": "^6.1.2", "@tato30/vue-pdf": "^1.11.2", - "@vueuse/core": "^11.1.0", + "@vueuse/core": "11.2.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "ant-design-vue": "^4.2.5", - "antdv-pro-layout": "^4.1.8", + "antdv-pro-layout": "^4.1.9", "antdv-pro-modal": "^4.0.5", "codemirror": "^6.0.1", "crypto-js": "^4.2.0", @@ -37,7 +37,7 @@ "localforage": "^1.10.0", "nprogress": "^0.2.0", "p-queue": "~8.0.1", - "pinia": "^2.2.4", + "pinia": "2.2.6", "vue": "^3.5.12", "vue-i18n": "^10.0.4", "vue-router": "^4.4.5", diff --git a/src/store/modules/layout.ts b/src/store/modules/layout.ts index 21c9cf34..ea718703 100644 --- a/src/store/modules/layout.ts +++ b/src/store/modules/layout.ts @@ -70,7 +70,7 @@ const proRender = (render: any) => (render === false ? false : undefined); const proConfigLocal: LayoutStore['proConfig'] = localGetJSON( CACHE_LOCAL_PROCONFIG ) || { - layout: 'side', + layout: 'mix', theme: 'light', menuTheme: 'light', fixSiderbar: true,