Commit 21afcb4a by liangjianmin

fix

parent 7643cbb8
...@@ -635,7 +635,7 @@ ...@@ -635,7 +635,7 @@
}); });
this.downHref = res.msg; this.downHref = res.msg;
const newsUrl = this.$router.resolve(res.msg); const newsUrl = this.$router.resolve(res.msg);
window.open(newsUrl); window.open(res.msg);
} else if (res.code == -1) { } else if (res.code == -1) {
//导出失败 //导出失败
this.$message({ this.$message({
......
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 sign in to comment