src/views/activiti/model-manage/modelManage.vue
@@ -424,7 +424,7 @@ } this.modelerUrl = `${this.domain}/modeler/modeler.html?modelId=${ v.id }&accessToken=${this.getStore("accessToken")}&time=${new Date()}`; }&accessToken=${this.getSessionStore("accessToken")}&time=${new Date()}`; this.showModeler = true; this.modelerLoading = true; let that = this; @@ -491,7 +491,7 @@ }, export(v) { window.open( exportModel + v.id + "?accessToken=" + this.getStore("accessToken") exportModel + v.id + "?accessToken=" + this.getSessionStore("accessToken") ); }, remove(v) {