Commit 6bff6db5 authored by 黄奎's avatar 黄奎

页面修改

parent 4589a332
......@@ -161,7 +161,8 @@
downLoadBank(msg).then(res => {
this.loading = false;
if (res.Code == 1) {
let cApiUrl = process.env.API + res.Data;
let cApiUrl = process.env.API.replace('/api','') + res.Data;
let link = document.createElement('a');
link.href = cApiUrl;
link.setAttribute("download", item.BankName + ".zip");
......
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