|
@@ -169,7 +169,7 @@ export default {
|
|
|
type: 'success'
|
|
|
});
|
|
|
that.fullscreenLoading = false;
|
|
|
- window.open(res.data.data.url)
|
|
|
+ window.open(res.data.data.downUrl)
|
|
|
}else{
|
|
|
that.fullscreenLoading = false;
|
|
|
that.$message({
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
type: 'success'
|
|
|
});
|
|
|
that.fullscreenLoading = false;
|
|
|
- window.open(res.data.data.url)
|
|
|
+ window.open(res.data.data.downUrl)
|
|
|
}else{
|
|
|
that.fullscreenLoading = false;
|
|
|
that.$message({
|