From de5aa648d07d30f93c69ba3d00b2f86265bf5b7a Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 22 Nov 2023 14:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E3=80=81=E5=B7=B2=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-portal-ui/src/views/flow/doneList.vue | 3 ++- supervise-portal-ui/src/views/flow/todoList.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/supervise-portal-ui/src/views/flow/doneList.vue b/supervise-portal-ui/src/views/flow/doneList.vue index b62da4fd..7eb2d1a1 100644 --- a/supervise-portal-ui/src/views/flow/doneList.vue +++ b/supervise-portal-ui/src/views/flow/doneList.vue @@ -273,8 +273,9 @@ 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 = ''+ response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) + this.url = 'http://jg.yyundong.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))) + console.log(this.url) } else if (response.success && response.data.url === '') { this.$notify({ title: '提示', diff --git a/supervise-portal-ui/src/views/flow/todoList.vue b/supervise-portal-ui/src/views/flow/todoList.vue index b9c439dc..47d2fb1d 100644 --- a/supervise-portal-ui/src/views/flow/todoList.vue +++ b/supervise-portal-ui/src/views/flow/todoList.vue @@ -312,7 +312,7 @@ export default { selectUrl(this.selectUrl_list).then((response) => { if (response.success && response.data.url !== '') { // this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) - this.url = '' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) + this.url = 'http://jg.yyundong.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))) console.log('已办拼接url:', this.url) } else if (response.success && response.data.url === '') {