fix : 修复路由规范问题

This commit is contained in:
2024-05-14 20:49:46 +08:00
parent ef1acd65b7
commit de0e0be953
3 changed files with 8 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ const headBtnClick = (key) => {
const handleAdd = () => {
router.push({
name: 'Demandsummaryadd',
name: 'Summary/add',
query: {}
})
}