luohairen
2024-11-25 f12c46b1be892c16dcd958ae07a75b527dec2560
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, '')
    },