@@ -709,7 +709,7 @@ export default {
handleDownload({ fileCode, fileName }) {
console.log(fileCode, fileName);
this.$http({
- url: "/market/compatt/downfile",
+ url: "/bpm/api/download",
method: "post",
headers: {
"Content-Type": "application/json",