Commit 33f00596 authored by jiaorz's avatar jiaorz

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents d4d7bb12 305314c7
...@@ -574,7 +574,7 @@ export default { ...@@ -574,7 +574,7 @@ export default {
document.body.removeChild(elink) document.body.removeChild(elink)
} else { } else {
// IE10+下载 // IE10+下载
navigator.msSaveBlob(blob, fileName) window.navigator.msSaveBlob(blob, fileName)
} }
}) })
}, },
......
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