luohairen
2024-11-26 dc7ed5d3cc7bcb517d36547c63486f5176cc6b2a
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, '')
    },