This commit is contained in:
chenjinsong
2021-06-11 10:00:22 +08:00
parent 13329e8f85
commit bc54fc58fd
31 changed files with 2819 additions and 92 deletions

View File

@@ -11,16 +11,20 @@ const routes = [
component: () => import('@/components/layout/Home'),
children: [
{
path: '/traffic',
path: '/trafficSummary',
component: () => import('@/views/dashboards/TrafficSummary')
},
{
path: '/na',
path: '/networkAppPerformance',
component: () => import('@/views/dashboards/TrafficSummary')
},
{
path: '/dns',
path: '/dnsServiceInsights',
component: () => import('@/views/dashboards/TrafficSummary')
},
{
path: '/user',
component: () => import('@/views/settings/User')
}
]
}