|
|
@@ -499,6 +499,10 @@ export default {
|
|
|
self.downloadLoading = false;
|
|
|
|
|
|
if (jsonData.result) {
|
|
|
+ if(document.location.href.startsWith("https://")){
|
|
|
+ jsonData.data = jsonData.data.replace("http://","https://");
|
|
|
+ }
|
|
|
+
|
|
|
self.$message({
|
|
|
type: "success",
|
|
|
message: `报表已生成,<a href="${jsonData.data}">请点击链接下载</a>`,
|