Browse Source

commit

main
mac 3 months ago
parent
commit
55a342ec99
  1. 21
      src/route/routes.ts

21
src/route/routes.ts

@ -105,7 +105,16 @@ const routes = [
key: 'proxy-list', key: 'proxy-list',
component: ProxyList, component: ProxyList,
routes: [] 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', path: '/system-log',
name: '系统日志', name: '系统日志',

Loading…
Cancel
Save