feat: panel初始化,api提取

This commit is contained in:
chenjinsong
2021-06-11 23:00:33 +08:00
parent ffc7652fc5
commit f2dafb19cb
7 changed files with 80 additions and 28 deletions

View File

@@ -11,16 +11,8 @@ const routes = [
component: () => import('@/components/layout/Home'),
children: [
{
path: '/trafficSummary',
component: () => import('@/views/dashboards/TrafficSummary')
},
{
path: '/networkAppPerformance',
component: () => import('@/views/dashboards/TrafficSummary')
},
{
path: '/dnsServiceInsights',
component: () => import('@/views/dashboards/TrafficSummary')
path: '/panel/:typeName',
component: () => import('@/views/charts/Panel')
},
{
path: '/user',