Commit 87e4d753 authored by yyh's avatar yyh

回收站列表跳转

parent b2f2a5e6
...@@ -45,7 +45,7 @@ export default class RecycleList extends Vue { ...@@ -45,7 +45,7 @@ export default class RecycleList extends Vue {
this.finished = true; this.finished = true;
} }
} }
private go(proof: any){ private go(proof: any) {
location.href = process.env.VUE_APP_BROWSER + `/product?hash=${proof.hash}`; location.href = process.env.VUE_APP_BROWSER + `/product?hash=${proof.hash}`;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment