|
@@ -21,7 +21,7 @@ export default {
|
|
|
const nodeId = this.$route.query && this.$route.query.nodeId;
|
|
|
const taskId = this.$route.query && this.$route.query.taskId;
|
|
|
const instId = this.$route.query && this.$route.query.instId;
|
|
|
- this.wordUrl = window.location.protocol+'//'+window.location.host+':8080/flowablePc/#/openDeal?instId='+ instId + '&processId=' + processId + '&nodeId=' + nodeId + '&taskId=' + taskId + '&token=' + getToken();
|
|
|
+ this.wordUrl = window.location.protocol+'//'+window.location.host+'/flowablePc/#/openDeal?instId='+ instId + '&processId=' + processId + '&nodeId=' + nodeId + '&taskId=' + taskId + '&token=' + getToken();
|
|
|
// this.wordUrl = 'http://localhost:8080/flowablePc/#/openDeal?instId='+ instId + '&processId=' + processId + '&nodeId=' + nodeId + '&taskId=' + taskId + '&token' + getToken();
|
|
|
this.iframeShow = true
|
|
|
},
|