From d1a8061067e21463d8544be8bd840984596ed4a9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 02 一月 2025 16:08:42 +0800 Subject: [PATCH] 工作流查看 --- customer_list/yw/static/config/route.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js index cabd1f3..32a6499 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -21,6 +21,13 @@ component: '/project/yw/systemManage/flowApp/FlowApp.vue', }, { + name: 'FlowAppView', + isKeepAlive: true, + isAffix: false, + path: '/workFlow/view', + component: '/project/yw/systemManage/flowApp/FlowAppView.vue', + }, + { name: 'ChatLog', isKeepAlive: true, isAffix: false, -- Gitblit v1.9.3