|
|
@@ -1211,7 +1211,8 @@ export default {
|
|
|
this.excute(this.$service.exportService, this.$service.exportService.export, params).then(res => {
|
|
|
if (res.code === this.$config.SUCCESS_CODE) {
|
|
|
if (res.data) {
|
|
|
- window.location.href = 'http://192.168.0.57:5000/' + res.data
|
|
|
+ console.log('rre',this.$config.exportUrl)
|
|
|
+ window.location.href = this.$config.exportUrl + res.data
|
|
|
}
|
|
|
}
|
|
|
this.handleExportAll(false); // 还原
|