feat: align frontend document and rule management flows

This commit is contained in:
wren
2026-05-06 09:40:37 +08:00
parent 8a5044b024
commit c54f84382b
41 changed files with 4239 additions and 2903 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
import { Outlet } from "@remix-run/react";
/**
* 评查点分组管理 - 父级路由
* 规则导航 - 父级路由
* 仅作为嵌套路由的容器,不包含具体内容
*/
export const handle = {
breadcrumb: "评查点分组"
breadcrumb: "规则导航"
}
export default function RuleGroups() {
return <Outlet />;
}
}