瀏覽代碼

点击图片进入编辑页面

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 } })
     }
   },
 };