CN-668 Dashboard - npm - 下钻功能交互开发(未改问题:特殊IP报错,protocol和port的tab参数传递有问题,监视timeFilter)

This commit is contained in:
hyx
2022-08-24 07:29:40 +08:00
parent e3db8caf63
commit 1968baa056
8 changed files with 541 additions and 242 deletions

View File

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