CN-668 Dashboard - npm - 下钻功能交互开发:交互部分完成(接口未完成)

This commit is contained in:
hanyuxia
2022-08-19 10:46:24 +08:00
parent fa0a4c359e
commit 6ca3c96eb8
7 changed files with 394 additions and 181 deletions

View File

@@ -15,6 +15,7 @@ const routes = [
component: () => import('@/components/layout/Home'),
children: [
{
name:'panel',
path: '/panel/:typeName',
component: () => import('@/views/charts2/Panel')
},