|
|
@ -273,7 +273,7 @@ import flowRecords from '@/components/flow/flowRecord' |
|
|
|
selectUrl(this.selectUrl_list).then((response) => { |
|
|
|
if (response.success && response.data.url !== '') { |
|
|
|
// this.url = 'http://127.0.0.1:9531' + '/production/#/paichanguanli/haveDone' + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) |
|
|
|
this.url = "http://jianguan.yyundong.com"+ response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) |
|
|
|
this.url = "http://supervise.yxtsoft.com"+ response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) |
|
|
|
// this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) |
|
|
|
} else if (response.success && response.data.url === '') { |
|
|
|
this.$notify({ |
|
|
|