diff --git a/src/route/routes.ts b/src/route/routes.ts index b6adad2..9eaa596 100644 --- a/src/route/routes.ts +++ b/src/route/routes.ts @@ -105,7 +105,16 @@ const routes = [ key: 'proxy-list', component: ProxyList, routes: [] - } + }, + { + path: '/chart', + name: '代理树', + exact: true, + key: 'chart', + icon: SolutionOutlined, + component: InviteChart, + routes: [] + }, ] }, { @@ -202,15 +211,7 @@ const routes = [ }, ] }, - { - path: '/chart', - name: '代理树', - exact: true, - key: 'chart', - icon: SolutionOutlined, - component: InviteChart, - routes: [] - }, + { path: '/system-log', name: '系统日志',