소스 검색

点击图片进入编辑页面

haojianlong 4 년 전
부모
커밋
ece195c533
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/homeView/topoImageCard.vue

+ 1 - 1
src/components/homeView/topoImageCard.vue

@@ -105,7 +105,7 @@ export default {
     },
     // 进入编辑页面
     toEdit() {
-      console.log(123123);
+      this.$router.push({ name: 'Editer', query: { graphId: this.data.graphId, id: this.data.id } })
     }
   },
 };