修复搜索页分类标签丢失

This commit is contained in:
tangly1024.com
2023-02-08 15:12:34 +08:00
parent 1678caee9a
commit ad912e62b1
6 changed files with 16 additions and 14 deletions

View File

@@ -36,6 +36,8 @@ const Search = props => {
const { theme } = useGlobal()
const ThemeComponents = ThemeMap[theme]
console.log('search', props)
return (
<ThemeComponents.LayoutSearch
{...props}