@@ -213,7 +213,7 @@ const handleCurrentChange = (pageNo: number) => {
}
const operateClick = (row: any) => {
router.push({
- path: 'projectDetail',
+ path: '/projectDetail',
query: { id: row.id, name: row.xmmc }
})