From fe25566c53e2c5ac9c8a9e3b262a0affda53328a Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 29 八月 2024 14:02:10 +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 56b53ad..4f682bf 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -13,4 +13,11 @@ path: '/lowCode/sqlAmis', component: '/project/yw/lowCode/sqlAmis/SqlAmis.vue', }, + { + name: 'Graph', + isKeepAlive: true, + isAffix: false, + path: '/knowledge/graph', + component: '/project/yw/knowledge/Graph.vue', + }, ]; -- Gitblit v1.9.3