From 0077860210fe7b9c15ef0860ba2f8206308e651c Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Wed, 3 Apr 2024 11:51:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=90=9C=E7=B4=A2=E7=82=B9=E5=87=BB=E5=90=8E?= =?UTF-8?q?=E6=8A=A5=E9=94=99bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/asideConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/asideConfig.ts b/src/store/modules/asideConfig.ts index 81bcf4b..4fb75fb 100644 --- a/src/store/modules/asideConfig.ts +++ b/src/store/modules/asideConfig.ts @@ -34,7 +34,7 @@ export const useAsideConfigStore = defineStore({ return this.customConfig }, getAsideValue(): any { - return this.asideValue + return this.asideValue || {} }, getSearchValue(): any { return this.searchValue