From 55a342ec994fce89066a4fafd6c1c8576b29d026 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 9 Jul 2024 19:39:11 +0800 Subject: [PATCH] commit --- src/route/routes.ts | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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: '系统日志',