cancel slottop

This commit is contained in:
Blackberry009
2025-06-18 11:24:58 +08:00
parent b2714fa4a5
commit 2142dbd509

View File

@@ -58,7 +58,7 @@ export const useSimpleGlobal = () => useContext(ThemeGlobalSimple)
* @returns
*/
const LayoutBase = props => {
const { children, slotTop } = props
const { children } = props
const { onLoading, fullWidth } = useGlobal()
// const onLoading = true
const searchModal = useRef(null)
@@ -96,7 +96,6 @@ const LayoutBase = props => {
</div>
) : (
<>
{slotTop}
{children}
</>
)}