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: '',