@ -105,7 +105,16 @@ const routes = [
key: 'proxy-list',
component: ProxyList,
routes: []
}
},
{
path: '/chart',
name: '代理树',
exact: true,
key: 'chart',
icon: SolutionOutlined,
component: InviteChart,
]
@ -202,15 +211,7 @@ const routes = [
path: '/system-log',
name: '系统日志',