From 6e9ec5bb27a9a85aabbc04b0e798056e80ef1e7d Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Sun, 28 Feb 2021 22:23:33 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.02.28:=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E5=8F=98=E9=87=8F=E3=80=81=E6=B7=BB=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E7=B3=BB=E5=9B=BE=E7=A9=BA=E7=99=BD=E7=95=8C=E9=9D=A2=E7=AD=89?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 1e86444..faf2698 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -348,9 +348,9 @@ export const dynamicRoutes = [ } }, { - path: '/fun/relationGraph', + path: '/fun/graph', name: 'relationGraph', - component: () => import('/@/views/fun/relationGraph/index.vue'), + component: () => import('/@/views/fun/graph/index.vue'), meta: { title: 'graph 关系图谱', isLink: '',