feat: chart颜色定义/单值图样式优化等

This commit is contained in:
chenjinsong
2021-07-06 17:51:17 +08:00
parent c08ceb1966
commit c80d554596
12 changed files with 86 additions and 352 deletions

View File

@@ -25,6 +25,10 @@ const routes = [
{
path: '/operationLog',
component: () => import('@/views/settings/OperationLog')
},
{
path: '/entityExplorer',
component: () => import('@/views/entities/EntityExplorer')
}
]
}