From 5aa0c12bd6f08fcd3cc940cdc6f8788d4ffcd227 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 29 八月 2024 17:01:57 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 --- 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 18f6fc7..859ec33 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -27,4 +27,11 @@ path: '/knowledge/graph', component: '/project/yw/knowledge/Graph.vue', }, + { + name: 'GraphDetail', + isKeepAlive: true, + isAffix: false, + path: '/knowledge/graphDetail', + component: '/project/yw/knowledge/GraphDetail.vue', + }, ]; -- Gitblit v1.9.3