diff --git a/anrui-system-ui/src/components/flow/flowRecord.vue b/anrui-system-ui/src/components/flow/flowRecord.vue index 5c1f97eb54..5aea2fbef3 100644 --- a/anrui-system-ui/src/components/flow/flowRecord.vue +++ b/anrui-system-ui/src/components/flow/flowRecord.vue @@ -1,40 +1,34 @@ + diff --git a/anrui-system-ui/src/styles/index.scss b/anrui-system-ui/src/styles/index.scss index 62ef8a3fec..2784f8fe90 100644 --- a/anrui-system-ui/src/styles/index.scss +++ b/anrui-system-ui/src/styles/index.scss @@ -72,7 +72,7 @@ div:focus { box-sizing: border-box; padding: 10px 0; } - +.bluezi{color: $header-bg; cursor: pointer} .fl{ float: left; } diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue index cdb3dc0590..51a8f7d7fc 100644 --- a/anrui-system-ui/src/views/flow/doneList.vue +++ b/anrui-system-ui/src/views/flow/doneList.vue @@ -47,41 +47,41 @@ - - - + + + + +
@@ -254,8 +254,8 @@ 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://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))) } 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 bd9d8bd093..77df1a44ad 100644 --- a/anrui-system-ui/src/views/flow/todoList.vue +++ b/anrui-system-ui/src/views/flow/todoList.vue @@ -47,39 +47,39 @@ - - - + + + + +
@@ -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.131.15' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) console.log('已办拼接url:',this.url) } else { this.$notify({