Commit 93c64acc authored by zhengke's avatar zhengke

修改

parent fc326fef
......@@ -1418,6 +1418,7 @@
Id: res.data.data
});
this.GetData();
location.reload();
this.Success(res.data.message);
} else {
this.Info(res.data.message);
......
......@@ -281,7 +281,7 @@ export default {
var uploadResult = {
resultCode: 1,
FileName: fileObj.name,
FileUrl: "http://" + data.Location
FileUrl: "https://" + data.Location
}
if (callback) {
callback(uploadResult);
......@@ -327,7 +327,7 @@ export default {
var uploadResult = {
resultCode: 1,
FileName: fileObj.name,
FileUrl: res.res.requestUrls[0]
FileUrl: res.res.requestUrls[0].replace('http','https')
}
successCall(uploadResult);
})
......
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