@ -34,7 +34,7 @@ export const useAsideConfigStore = defineStore({
return this.customConfig
},
getAsideValue(): any {
return this.asideValue
return this.asideValue || {}
getSearchValue(): any {
return this.searchValue