zhanghua
2024-11-25 efa31c94b13ec01c7ba4de8535b3c11a1f51a4a2
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, '')
    },