songxy 1 год назад
Родитель
Сommit
73692e8cbb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/src/views/OaSystem/projectCenter/projectBook/myProject.vue

+ 1 - 1
client/src/views/OaSystem/projectCenter/projectBook/myProject.vue

@@ -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 }
   })
 }