tudc před 3 roky
rodič
revize
3b57ed5c8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      front-vue/src/views/approval/approval/deal.vue

+ 1 - 1
front-vue/src/views/approval/approval/deal.vue

@@ -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
     },