src/views/process/modelManagement.vue
@@ -171,7 +171,7 @@ }, handleDesign(index, row) { // flowable改变设计的路径 const path = process.env.VUE_APP_FLOWABLE_PREFIX + "/designer/index.html#/editor/" + row.id; const path = process.env.VUE_APP_FLOWABLE_PREFIX + "/designer/index.html#/editor/" + row.id; // const path = "/editor?modelId=" + row.id; window.open(path, '') },