From 0cbca7090b7b18d86c3f363f5670e6899330c4b9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 25 十一月 2024 19:12:56 +0800
Subject: [PATCH] 路由参数

---
 src/views/process/modelManagement.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/process/modelManagement.vue b/src/views/process/modelManagement.vue
index c67b284..adabcb9 100644
--- a/src/views/process/modelManagement.vue
+++ b/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, '')
     },

--
Gitblit v1.8.0