修改路由配置

This commit is contained in:
linxd
2025-06-24 09:54:08 +08:00
parent c74aefb93d
commit 762632650f
12 changed files with 395 additions and 393 deletions

View File

@ -281,7 +281,7 @@ const SupplierTaskManage: React.FC = () => {
// 处理添加
const handleAdd = () => {
// 跳转到新增页面
history.push('/supplierTaskManage/supplierTaskManageAdd');
history.push('supplierTaskManageAdd');
};
// 处理搜索