diff --git a/anrui-system-ui/src/views/Home/Home.vue b/anrui-system-ui/src/views/Home/Home.vue index 58b899bce9..7ec36d9e04 100644 --- a/anrui-system-ui/src/views/Home/Home.vue +++ b/anrui-system-ui/src/views/Home/Home.vue @@ -277,17 +277,17 @@ // this.$router.push({path: '/index'}) let myPopup = window.open('/#/index', '_blank') } else if (index == '7') { - let myPopup = window.open('http://120.46.131.15/base/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://120.46.172.184/base/#/' + '?token=' + getStorage(), '_blank') } else if (index == '8') { - let myPopup = window.open('http://120.46.131.15/message/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://120.46.172.184/message/#/' + '?token=' + getStorage(), '_blank') } else if (index == '1') { - let myPopup = window.open('http://120.46.131.15/scm/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://120.46.172.184/scm/#/' + '?token=' + getStorage(), '_blank') } else if (index == '4') { - let myPopup = window.open('http://120.46.131.15/fin/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://120.46.172.184/fin/#/' + '?token=' + getStorage(), '_blank') } else if (index == '5') { - let myPopup = window.open('http://120.46.131.15/manage/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://120.46.172.184/manage/#/' + '?token=' + getStorage(), '_blank') } else if (index == '0') { - let myPopup = window.open('http://120.46.131.15/buscenter/#/' + '?token=' + getStorage(), '_blank') + let myPopup = window.open('http://120.46.172.184/buscenter/#/' + '?token=' + getStorage(), '_blank') } // const page = this.$router.resolve({name: name}) // window.open(page.href,'_blank') diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue index 51a8f7d7fc..bab41ab706 100644 --- a/anrui-system-ui/src/views/flow/doneList.vue +++ b/anrui-system-ui/src/views/flow/doneList.vue @@ -255,7 +255,7 @@ import flowRecords from '@/components/flow/flowRecord' selectUrl(this.selectUrl_list).then((response) => { if (response.code === '200') { // this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) - this.url = 'http://120.46.131.15' + 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 { this.$notify({ title: '提示', diff --git a/anrui-system-ui/src/views/flow/todoList.vue b/anrui-system-ui/src/views/flow/todoList.vue index e8d45bc1d3..1b87da4665 100644 --- a/anrui-system-ui/src/views/flow/todoList.vue +++ b/anrui-system-ui/src/views/flow/todoList.vue @@ -285,8 +285,8 @@ export default { } selectUrl(this.selectUrl_list).then((response) => { if (response.code === '200') { - this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) - //this.url = 'http://120.46.131.15' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) + // this.url = 'http://127.0.0.1:9531' + 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))) console.log('已办拼接url:',this.url) } else { this.$notify({