修改下拉菜单栏选择选项后页面展示但菜单栏未关闭问题

This commit is contained in:
Eamon-meng
2025-07-15 15:26:58 +08:00
parent 88e0358aa3
commit 92ab2e7b14
3 changed files with 34 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ export default function CollectPage(props: CollectPageProps) {
<main className="mt-20 flex flex-col gap-4">
<Wrap className="flex flex-col py-8 gap-8">
<BreadCrumb items={[
{label: 'IP 提取', href: '/collect'},
{label: '短效IP 提取', href: '/collect'},
]}/>
<Extract/>
</Wrap>